34 lines
831 B
YAML
34 lines
831 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
|
|
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: 490a0046304402206a558ddfa08889f81e74c4fa7d167c31b0f1114dd4969b5676396d4694bab82c022018b0a71b59cded99fbc3492954bf38306c2d173cfcca562f819976cefb798ecb:922c64590222798bb761d5b6d8e72950 |