35 lines
867 B
YAML
35 lines
867 B
YAML
id: thunderbird-phish
|
|
|
|
info:
|
|
name: thunderbird phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A thunderbird phishing website was detected
|
|
reference:
|
|
- https://thunderbird.net
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,thunderbird,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Thunderbird — Free Your Inbox. — Thunderbird'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"thunderbird.net")'
|
|
# digest: 4a0a00473045022100f2a5a4361d97674fe84f895db631385a24b9be71dae8c82bd3f54223007a732302206b3a77ee5e78646a23ef0e26ca299132dfaefa81df0f1f36b5294c6e3e9dddd1:922c64590222798bb761d5b6d8e72950 |