35 lines
858 B
YAML
35 lines
858 B
YAML
id: firefox-phish
|
|
|
|
info:
|
|
name: firefox phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A firefox phishing website was detected
|
|
reference:
|
|
- https://www.mozilla.org/en-GB/firefox/new/
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,firefox,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Download Firefox for Desktop — Mozilla'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"mozilla.org")'
|
|
# digest: 4a0a0047304502210092cf5644ba8fa21c35b4642089bf38c6da45f66b94e25c4739e3dd5f0da754de02207374df3010576ac55844e09acff664e99b95830cfb987c2fa3ef7409ea0d8ec9:922c64590222798bb761d5b6d8e72950 |