Skip to content

Maltego Transforms for OSINT on Telegram Messenger

License

Notifications You must be signed in to change notification settings

m4rm0k/maltego-telegram

Repository files navigation

Maltego Telegram

preview.png

Maltego Transforms for working with Telegram.

Features:

  • Getting Telegram profile by phone number
  • Getting a linked Telegram channel group
  • Getting a list of Telegram group administrators
  • Getting a list of authors of a Telegram channel
  • Indexing of all stickers/emoji in Telegram channel
  • Identification of the creator of a set of stickers/emoji

How does it work?

work.png

Each Telegram user has their own UID.

Each sticker set that a user creates has its ID hidden in it.

To reveal it, my Transform executes the following algorithm:

  1. Make an API request to get information about the sticker set
  2. Take the value of the "ID" key from the response
  3. Perform a binary shift by 32 to the right.

The resulting UID can be exchanged for a familiar login using the @tgdb_bot bot, and thus reveal the user's profile.

The author of a channel who did not leave contacts can be de-anonymized. To do this, you need to scan his channel and find the sticker packs that he has ever created. My Transform for Maltego does this automatically.

Find out more: What's wrong with stickers in Telegram? Deanonymize anonymous channels in two clicks

Installation

  1. Clone the repository
git clone https://github.com/vognik/maltego-telegram
  1. Install dependencies
pip install -r requirements.txt
  1. Specify secrets in config.ini:
  1. Log in to Telegram
python login.py
  1. Generate Transforms Import File
python project.py
  1. Import entities.mtz and telegram.mtz files using Import Config in Maltego
  2. Check if they work: new Entities and Transforms should appear in Maltego

imports.png

Usage

Drag and drop an entity from the Entity Pallete, right-click and select the desired Transform.

1118.1.1.mp4

About

Maltego Transforms for OSINT on Telegram Messenger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%