Skip to content

signal phishing Detection

ID: signal-phish

Severity: info

Author: rxerium

Tags: phishing,signal,osint

A signal phishing website was detected

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: 4a0a0047304502205e7b916c6f27db1fafa08cf4c1879c1cf08cb0492a66e831f6915100249f2f79022100bff832fba9fe73f5c5ebfcca8a562311673b85e288d62124d57d69df19711f85: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/signal-phish.yaml"

View on Github