33 lines
705 B
YAML
33 lines
705 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
|
|
tags: phishing,signal
|
|
|
|
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")' |