35 lines
854 B
YAML
35 lines
854 B
YAML
id: norton-phish
|
|
|
|
info:
|
|
name: norton phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A norton phishing website was detected
|
|
reference:
|
|
- https://norton.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,norton,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Official Site | Norton™ - Antivirus & Anti-Malware Software'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"norton.com")'
|
|
# digest: 4a0a00473045022025d1081392bae796ce0f38f7b5969a09d8578864979c8e349dfb790fb8aefd45022100f6590c1f92dfe5819620c525898c53e57701f8fa97fbc1c74fe0907fbee6acf0:922c64590222798bb761d5b6d8e72950 |