35 lines
923 B
YAML
35 lines
923 B
YAML
id: signal-phish
|
|
|
|
info:
|
|
name: signal phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A signal phishing website was detected
|
|
reference:
|
|
- https://signal.org
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,signal,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Say "hello" to a different messaging experience. An unexpected focus on privacy, combined with all of the features you expect.'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"signal.org")'
|
|
# digest: 490a0046304402202f20f2092f5bfb2511dbe13cc596a8b54b348fa1d3dafdcc3d9a7683347060b402201316422cca2869264eabaafcbe37fe9d1fe19c5aeaeb2be876e0f171c85d4f93:922c64590222798bb761d5b6d8e72950 |