34 lines
872 B
YAML
34 lines
872 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
|
|
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: 490a0046304402204899f47209abe477a176f56fac36b8421c0049947bdfc4c489732f65e9100963022059d8053281586ecb954201fe6a80341e24687c532d0522da41a7e1af617a6815:922c64590222798bb761d5b6d8e72950 |