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
|
2024-03-08 07:16:17 +00:00
|
|
|
tags: phishing,malwarebytes,osint
|
2024-02-17 19:59:25 +00:00
|
|
|
|
|
|
|
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")'
|