Skip to content

thunderbird phishing Detection

ID: thunderbird-phish

Severity: info

Author: rxerium

Tags: phishing,thunderbird,osint

A thunderbird phishing website was detected

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: 4a0a00473045022100ab08ea4492d675cfe6b74241186b4f9b3230b096ffe40e42f42a5cf3f3b7a47a02206f0e2b142278bd120c720d3ca762b074fbd718a3e3cd5b345caea01b9ba933c6: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/thunderbird-phish.yaml"

View on Github