telegram phishing Detection
ID: telegram-phish
Severity: info
Author: rxerium
Tags: phishing,telegram,osint
Description
Section titled “Description”A telegram phishing website was detected
YAML Source
Section titled “YAML Source”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,osinthttp: - 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: 4b0a0048304602210088de9f67fd59e38a63ef52eab1f7d1f43847dfe9ea301bce59915a7567aff1d4022100c7b81a4d3fed96d66b9b62433e26aa978e2a517fbff3fee9d72d0567d45dfe5a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/osint/phishing/telegram-phish.yaml"