Skip to content

mcafee phishing Detection

ID: mcafee-phish

Severity: info

Author: rxerium

Tags: phishing,mcafee,osint

A mcafee phishing website was detected

id: mcafee-phish
info:
name: mcafee phishing Detection
author: rxerium
severity: info
description: |
A mcafee phishing website was detected
reference:
- https://mcafee.com
metadata:
max-request: 1
tags: phishing,mcafee,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Antivirus, VPN, Identity & Privacy Protection | McAfee'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"mcafee.com")'
# digest: 4a0a00473045022100874b55178053f44dde2403da732c9784806309a5e964d0d7dd88f5432e61ba4202202a4556c75aa8814e9c618dddaf52ee2b0ff04565860ea9b8d1c09d579b62d6f1: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/mcafee-phish.yaml"

View on Github