Skip to content

norton phishing Detection

ID: norton-phish

Severity: info

Author: rxerium

Tags: phishing,norton,osint

A norton phishing website was detected

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: 4a0a00473045022022e54195bba4d0f5ee5e2f5578c6c23bec44c29049a5bc2dcc6e81a8e7bd5136022100ce48249500ac6db0fb62dd9abba302853a594cbb644a6033ffd94e3b065999e5:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/norton-phish.yaml"

View on Github