35 lines
830 B
YAML
35 lines
830 B
YAML
|
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.'
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- '!contains(host,"malwarebytes.com")'
|