Skip to content

messenger phishing Detection

ID: messenger-phish

Severity: info

Author: rxerium

Tags: phishing,messenger,osint

A messenger phishing website was detected

id: messenger-phish
info:
name: messenger phishing Detection
author: rxerium
severity: info
description: |
A messenger phishing website was detected
reference:
- https://messenger.com
metadata:
max-request: 1
tags: phishing,messenger,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Hang out anytime, anywhere—Messenger makes it easy and fun to stay close to your favorite people'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"messenger.com")'
# digest: 4b0a00483046022100fdd4dee92a9731c12b6949173acd9bd4c98c5a12c453ef15836f0598d5e23190022100ffe6cadd0b8d336cbe712da078ded8ad374cbf549e6acde8f27db623cda9ee3d: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/messenger-phish.yaml"

View on Github