Skip to content

Facebook phishing Detection

ID: facebook-phish

Severity: info

Author: rxerium

Tags: phishing,facebook,osint

A Facebook phishing website was detected

id: facebook-phish
info:
name: Facebook phishing Detection
author: rxerium
severity: info
description: |
A Facebook phishing website was detected
reference:
- https://facebook.com
metadata:
max-request: 1
tags: phishing,facebook,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Facebook – log in or sign up'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"facebook.com")'
# digest: 4a0a00473045022100d058f94a3966f09d36937d0238767dbff0810438d1b8e768588bf83d620ecd35022052b412eeb4d6e65532187b97138df96176a2120699cd8157ca02e85a6f041e58: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/facebook-phish.yaml"

View on Github