Skip to content

firefox phishing Detection

ID: firefox-phish

Severity: info

Author: rxerium

Tags: phishing,firefox,osint

A firefox phishing website was detected

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: 4b0a00483046022100fb6af50461b1a548630945bd6d63b2759c48e5d113546d1de8cc62e45d054063022100ac199e582ccca767d706754d59b79648b4645f4237dc6720e7092a0134cb6f71:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/firefox-phish.yaml"

View on Github