TeleTracker
TeleTracker offers a suite of tools for threat intelligence analysis, focusing on Telegram channels used for malicious purposes. Its features facilitate the monitoring and disruption of active malware campaigns, making it a valuable resource for cybersecurity professionals. These scripts are particularly useful for threat intelligence analysts or researchers aiming to monitor, collect, and track adversaries using Telegram for command and control (C2) communications.
Features
📌View Channel Messages & Download Content: Allows users to view messages within a channel and download content directly to a newly created 'downloads' folder in the current working directory. It supports the download of various file types including documents, photos, and videos.
📌Send Documents via Telegram: Users can optionally send messages and documents through Telegram, supporting all Telegram file types with auto-detection of MIME type.
📌Message Selection: Provides the option to select a specified number of messages or a specific message_id for download, with downloads always occurring from the newest to the oldest message.
📌Log Saving: Saves logs in a pretty text format with basic information under a file named <bot_name>.txt.
Usage
📌To send a message to a Telegram channel, use the command: python http://TeleTexter.py -t YOUR_BOT_TOKEN -c YOUR_CHAT_ID -m «Your message here»
📌For continuous message sending (spamming), add the --spam flag to the command.
http://📌TeleViewer.py is the latest tool allowing users to view and download all messages and media from a threat actor-controlled Telegram channel. This feature can be accessed by selecting the number 6 from the initial menu after running http://TeleGatherer.py.