whatisgithub

What is salat-stealer-telegram-proxy-decoy-c2-analysis?

kaandemir993/salat-stealer-telegram-proxy-decoy-c2-analysis — explained in plain English

Analysis updated 2026-05-18

4Audience · researcherComplexity · 5/5Setup · hard

In one sentence

A reverse engineering report on a Telegram-disguised info-stealing malware, covering how it evades detection and how defenders can spot it.

Mindmap

mindmap
  root((Salat Stealer Analysis))
    What it does
      Documents malware behavior
      Explains evasion tricks
      Lists C2 domains
    Tech stack
      Ghidra
      Binary Ninja
      Process Hacker
      WinDbg
    Use cases
      Study malware techniques
      Build detection rules
      Threat intelligence research
    Audience
      Security researchers
      Malware analysts

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Study how an info-stealer disguises itself as a legitimate Telegram Proxy app.

USE CASE 2

Learn to identify command and control domains and Go build IDs in malware strings.

USE CASE 3

Build detection rules based on the token manipulation technique described.

USE CASE 4

Reference the sample and findings for broader threat intelligence work.

What is it built with?

GhidraBinary NinjaProcess HackerWinDbg

How does it compare?

kaandemir993/salat-stealer-telegram-proxy-decoy-c2-analysis0labs-in/vision-link1038lab/agnes-ai
Stars444
LanguageTypeScriptPython
Setup difficultyhardmoderateeasy
Complexity5/53/52/5
Audienceresearcherdevelopervibe coder

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1h+

This is a written analysis, not runnable software, reproducing it requires reverse engineering tools and the original sample.

The README does not state a license.

So what is it?

This repository is a reverse engineering writeup of a piece of malware called Salat Stealer. It is not a tool you install or run. Instead it is documentation, aimed at security researchers, that walks through how this malware works and what evidence it leaves behind. The writeup explains that Salat Stealer is written in Go and disguises itself as a legitimate Telegram Proxy application. When someone runs it, they see a working looking proxy interface, which distracts them while the malicious code runs in the background. The analysis then digs into the malware's binary strings and finds plaintext addresses used for command and control communication, along with a unique Go build identifier that can help link this sample to other versions of the same malware. The document also covers how the malware manipulates Windows security tokens to grant itself full file access, which lets it read, write, and delete important files, escalate its privileges, and hide more effectively from security software. Two encrypted or obfuscated blocks of memory are examined as well, one of which contains a Turkish language error message, suggesting the malware's author may be Turkish or developed it in a Turkish speaking environment. The repository ends with a summary of key findings and practical detection recommendations, such as blocking the specific command and control domains found, watching for the fake Telegram Proxy behavior, and monitoring for the token manipulation technique described. It also links to where the original malware sample can be downloaded from a public malware sample database for researchers who want to do their own analysis. The tools used for this investigation include Ghidra, Binary Ninja, Process Hacker, and WinDbg, all standard tools in malware reverse engineering.

Copy-paste prompts

Prompt 1
Summarize the evasion techniques described in this Salat Stealer analysis.
Prompt 2
Explain how the token manipulation code in this writeup escalates privileges on Windows.
Prompt 3
List the detection recommendations from this report as monitoring rules.
Prompt 4
Walk me through how the Telegram Proxy decoy interface works as camouflage.

Frequently asked questions

What is salat-stealer-telegram-proxy-decoy-c2-analysis?

A reverse engineering report on a Telegram-disguised info-stealing malware, covering how it evades detection and how defenders can spot it.

What license does salat-stealer-telegram-proxy-decoy-c2-analysis use?

The README does not state a license.

How hard is salat-stealer-telegram-proxy-decoy-c2-analysis to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is salat-stealer-telegram-proxy-decoy-c2-analysis for?

Mainly researcher.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.