35 lines
912 B
YAML
35 lines
912 B
YAML
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: 4b0a00483046022100c19ef82060cfedd812ca2a8da522d0d925eda506be62a60c2719cc0a930138ac022100edb75ddd5cc9d37af39010c5905b7e3f03ac336ea8d44afbfccf1a47fc025f95:922c64590222798bb761d5b6d8e72950 |