Skip to main content
Live Webinar with SANS (June 25)— Agentic CTI Automation for Fun & ProfitRegister Free
Mallory
Malware

ResokerRAT

ResokerRAT is a newly identified Windows remote access trojan (RAT) analyzed by K7 Security Labs. It targets Windows systems and uses Telegram’s Bot API over HTTPS as its command-and-control channel, polling Telegram getUpdates with hardcoded bot token and chat ID values to receive text-based commands and exfiltrate data, which it URL-encodes before transmission. The malware is delivered as an executable named Resoker.exe and is designed to blend malicious traffic into normal Telegram-related communications rather than relying on a traditional dedicated C2 server.

Reported capabilities include remote tracking and control of infected hosts, screenshot capture, keylogging, downloading and deploying additional payloads, persistence, privilege escalation, and interference with user and analyst tools. On execution, it creates the mutex Global\ResokerSystemMutex to ensure a single instance runs, checks for debugging with IsDebuggerPresent, and triggers custom exception handling when analysis is detected. It attempts to relaunch itself with administrator rights via ShellExecuteExA using the runas option, enumerates running processes, and terminates tools such as Taskmgr.exe, Procexp.exe, and ProcessHacker.exe. Reported behavior also includes blocking Task Manager, installing a global keyboard hook with SetWindowsHookExW, and blocking shortcuts including ALT+TAB and CTRL+ALT+DEL.

For persistence, the /startup command adds the malware path to HKCU\Software\Microsoft\Windows\CurrentVersion\Run using the registry value name Resoker. The /screenshot command runs a hidden PowerShell script, creates a Screenshots folder locally, and saves captured screens as PNG files. The /download command retrieves additional files from attacker-controlled URLs through hidden PowerShell. The /uac-min command modifies UAC-related settings, including setting ConsentPromptBehaviorAdmin to 0 and disabling the secure desktop prompt, in order to weaken Windows security alerts while making UAC appear enabled. High-confidence indicators and artifacts mentioned in reporting include the executable name Resoker.exe, mutex Global\ResokerSystemMutex, persistence via the Run key entry Resoker, and suspicious outbound HTTPS traffic to api.telegram.org from unexpected processes.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

MITRE ATT&CK

Techniques & procedures

20 distinct techniques documented for this family, organized by ATT&CK tactic.

Persistence

3 techniques
T1112Modify RegistryEvidence2

ResokerRAT also alters multiple UAC-related registry keys to hinder Windows security alerts

T1547Boot or Logon Autostart ExecutionEvidence1

Aside from supporting commands for visual surveillance, persistence, and further payload retrieval

T1547.001Registry Run Keys / Startup FolderEvidence2

The /startup command drops the malware’s path into the Windows Run registry key, ensuring it survives reboots.

Privilege Escalation

4 techniques
T1547Boot or Logon Autostart ExecutionEvidence1

Aside from supporting commands for visual surveillance, persistence, and further payload retrieval

T1547.001Registry Run Keys / Startup FolderEvidence2

The /startup command drops the malware’s path into the Windows Run registry key, ensuring it survives reboots.

T1548Abuse Elevation Control MechanismEvidence2

ResokerRAT also harnesses ShellExecuteEx to restart with elevated privileges

T1548.002Bypass User Account ControlEvidence1

The malware also attempts to restart itself with administrator rights using ShellExecuteExA with the “runas” option... The /uac-min command quietly weakens User Account Control by setting ConsentPromptBehaviorAdmin to 0, removing security prompts without the user’s knowledge.

Stealth

5 techniques
T1218.011Rundll32Evidence1

When issued, the malware creates a Screenshots folder in its local directory and runs a hidden PowerShell script to capture the full screen, saving it as a PNG file, all without showing any window to the user.

T1480.002Mutual ExclusionEvidence1

After creating a mutex that ensures lone malware execution in the targeted system

T1497.001System ChecksEvidence2

Resoker.exe begins its attack chain immediately upon execution, running a series of pre-checks and evasion routines before making contact with the attacker’s Telegram bot.

T1564.003Hidden WindowEvidence1

The team noted that the malware combines Windows API calls with hidden PowerShell commands to carry out its tasks without drawing the user’s attention.

T1622Debugger EvasionEvidence3

ResokerRAT ... moves to identify attached debuggers and prompt custom exception handling should any be discovered

Defense Impairment

1 technique
T1112Modify RegistryEvidence2

ResokerRAT also alters multiple UAC-related registry keys to hinder Windows security alerts

Credential Access

1 technique
T1056.001KeyloggingEvidence1

It also installs a global keyboard hook via SetWindowsHookExW... ResokerRAT carries a wide range of harmful capabilities, including screen capture, keylogging...

Discovery

3 techniques
T1057Process DiscoveryEvidence2

while enumerating running processes

T1497.001System ChecksEvidence2

Resoker.exe begins its attack chain immediately upon execution, running a series of pre-checks and evasion routines before making contact with the attacker’s Telegram bot.

T1622Debugger EvasionEvidence3

ResokerRAT ... moves to identify attached debuggers and prompt custom exception handling should any be discovered

Collection

2 techniques
T1056.001KeyloggingEvidence1

It also installs a global keyboard hook via SetWindowsHookExW... ResokerRAT carries a wide range of harmful capabilities, including screen capture, keylogging...

T1113Screen CaptureEvidence2

The /screenshot command runs a hidden PowerShell script to silently capture the screen and save it as a PNG file.

Command and Control

6 techniques
T1071Application Layer ProtocolEvidence1

Communication between the malware and the attacker flows entirely through the Telegram Bot API. The malware constructs a URL using a hardcoded bot token and chat ID to continuously poll Telegram for new instructions.

T1071.001Web ProtocolsEvidence1

The most distinctive element of ResokerRAT is its use of the Telegram Bot API as a full command-and-control channel. The malware constructs a URL with a hardcoded bot token and chat ID, then polls Telegram’s getUpdates endpoint for new instructions.

T1102.002Bidirectional CommunicationEvidence1

ResokerRAT malware ... leverages Telegram Bot API to facilitate remote tracking and control of compromised systems ... obtains simple text-based commands from Telegram

T1105Ingress Tool TransferEvidence3

Aside from supporting commands for visual surveillance, persistence, and further payload retrieval

T1132Data EncodingEvidence1

Before transmitting collected data, the malware encodes the content using URL encoding to help it pass through network filters without being flagged.

T1219Remote Access ToolsEvidence1

A new remote access trojan known as ResokerRAT has come to light, using Telegram’s bot API as its core communication channel to silently monitor and control infected Windows machines.

Other

1 technique
T1562Impair DefensesEvidence3

killing monitoring tools to circumvent analysis

INDICATORS OF COMPROMISE

IOCs tracked for this family

1 indicator attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Network
1 tracked

IPs, domains, and DNS infrastructure linked to this family.

TypeValueLatest sighting
domain●●●●●●●●●●●●View more in app4 days ago
ACTIVITY FEED

Recent activity

3 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.

scworldNews
Apr 7, 2026
Novel ResokerRAT malware exploits Telegram API to target Windows systems | brief | SC Media

A newly emergent remote access trojan for Windows that uses the Telegram Bot API for command-and-control, performs anti-debugging checks, attempts privilege escalation, enumerates processes, kills monitoring tools, supports surveillance and persistence, retrieves additional payloads, and modifies UAC-related registry keys to reduce security alerts.

Read more
cyber security newsNews
Apr 6, 2026
New ResokerRAT Uses Telegram Bot API to Control Infected Windows Systems

Windows remote access trojan that uses the Telegram Bot API for command-and-control, enabling attackers to receive commands and exfiltrate stolen data while blending into trusted traffic. It supports screen capture, keylogging, privilege escalation, Task Manager blocking, persistence via Run registry key, downloading additional payloads, anti-debugging, process termination of analysis tools, keyboard hooking, and UAC weakening.

Read more
cyber security newsNews
Mar 31, 2026
Hackers Deploy Telegram-Based ResokerRAT With Screenshot and Persistence Features - Cyber Security News

A Windows remote access trojan delivered as Resoker.exe that uses the Telegram Bot API instead of a traditional C2 server. It establishes persistence via the Run registry key, attempts privilege escalation, performs anti-debugging checks, kills analysis tools, captures screenshots, downloads additional files, weakens UAC protections, and exfiltrates data through Telegram.

Read more
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching1

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping20

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.