35 lines
897 B
YAML
35 lines
897 B
YAML
id: telegram-phish
|
|
|
|
info:
|
|
name: telegram phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A telegram phishing website was detected
|
|
reference:
|
|
- https://telegram.org
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,telegram,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Telegram is a cloud-based mobile and desktop messaging app with a focus on security and speed.'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"telegram.org")'
|
|
# digest: 4b0a004830460221009b57fd338bb3a8ffbcb3fd75dedacd94ce0f59dda4a5f8def5750c886a079b1e022100e6b2bf7d0c266db58050721e3bf29d2c26cace485c48eea4f94227d98a1b7da3:922c64590222798bb761d5b6d8e72950 |