2024-02-16 20:27:33 +00:00
|
|
|
|
id: facebook-phish
|
|
|
|
|
|
|
|
|
|
info:
|
2024-02-16 21:51:28 +00:00
|
|
|
|
name: Facebook phishing Detection
|
2024-02-16 20:27:33 +00:00
|
|
|
|
author: rxerium
|
|
|
|
|
severity: info
|
|
|
|
|
description: |
|
2024-02-16 21:51:28 +00:00
|
|
|
|
A Facebook phishing website was detected
|
2024-02-16 20:27:33 +00:00
|
|
|
|
reference:
|
|
|
|
|
- https://facebook.com
|
2024-03-08 07:16:17 +00:00
|
|
|
|
tags: phishing,facebook,osint
|
2024-02-16 20:27:33 +00:00
|
|
|
|
|
|
|
|
|
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:
|
2024-03-08 08:09:59 +00:00
|
|
|
|
- '!contains(host,"facebook.com")'
|
|
|
|
|
# digest: 490a00463044022031faf3884bac28e92d514a2b9d0ce8ff7e7cbdbf6e38000f6e602a829adc6a4b022026ce72dfd1c42da4bc4df1c712aa8e59881d746ee81f102e6b9b9249595128dc:922c64590222798bb761d5b6d8e72950
|