nuclei-templates/http/osint/phishing/malwarebytes-phish.yaml

35 lines
830 B
YAML
Raw Normal View History

2024-02-17 19:59:25 +00:00
id: malwarebytes-phish
info:
name: malwarebytes phishing Detection
author: rxerium
severity: info
description: |
A malwarebytes phishing website was detected
reference:
- https://malwarebytes.com
tags: phishing,malwarebytes
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Cyber Security Software and Anti-Malware | Malwarebytes'
- 'Protect your home and business PCs, Macs, iOS and Android devices from the latest cyber threats and malware, including ransomware.'
2024-02-24 16:33:10 +00:00
condition: and
2024-02-17 19:59:25 +00:00
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"malwarebytes.com")'