TELESHIM Emerges: Stealth Malware Campaign Uses Telegram to Spy on Middle Eastern Governments + Video

Listen to this Post

Featured ImageIntroduction: A New Generation of Cyber Espionage Is Hiding in Plain Sight

Cyber espionage campaigns continue to evolve, and

Security researchers have uncovered a sophisticated intrusion campaign targeting government organizations across the Middle East. The operation introduces three previously undocumented malware families—TELESHIM, MIXEDKEY, and BINDCLOAK—while abusing Telegram’s infrastructure as its command-and-control (C2) channel. This strategy allows attackers to disguise malicious traffic as normal Telegram communications, making detection significantly more difficult.

Although researchers have not officially attributed the operation to a known Advanced Persistent Threat (APT) group, multiple technical indicators—including infrastructure, operational timing, and system locale evidence—strongly suggest the campaign originates from an East Asia-based threat actor.

Campaign Overview

Researchers observed the post-compromise activity during July 2026, identifying a carefully planned cyber espionage operation aimed primarily at government institutions throughout the Middle East.

Rather than launching noisy attacks, the attackers focus on maintaining persistence, avoiding detection, and collecting intelligence over extended periods. Every stage of the infection chain demonstrates careful planning designed to bypass endpoint security solutions.

The campaign revolves around three new malware components:

TELESHIM (Primary Backdoor)

MIXEDKEY (Additional malware stage)

BINDCLOAK (Command-and-Control infrastructure)

Each component plays a specific role in maintaining access to compromised systems while minimizing the attacker’s exposure.

Initial Infection Through Weaponized ISO Images

The attack begins with a weaponized ISO archive.

Inside the malicious disk image are two files:

A legitimate ASUSTek executable named RegSchdTask.exe

A malicious DLL named AsTaskSched.dll

Instead of exploiting a software vulnerability, the attackers abuse a well-known technique called DLL sideloading.

Because Windows trusts the legitimate ASUS executable, it unknowingly loads the malicious DLL placed beside it.

Once executed, the malware immediately gains execution within a trusted process, reducing the likelihood of detection by antivirus products and endpoint monitoring solutions.

How TELESHIM Establishes Persistence

Once loaded, TELESHIM quietly prepares the infected machine for long-term access.

The malware creates the directory:

C:ProgramDatashimgen_Data

It then copies the legitimate executable as:

shimgen.exe

To ensure it survives system reboots, TELESHIM creates a scheduled task called:

shimgen

The scheduled task executes every six minutes, allowing the malware to restart automatically if interrupted or removed from memory.

This persistence mechanism provides attackers with reliable long-term access to compromised government systems.

Telegram Becomes the Command-and-Control Server

Perhaps the most unusual characteristic of TELESHIM is its abuse of Telegram.

Rather than connecting to suspicious attacker-controlled servers, the malware communicates directly with Telegram’s official API.

At runtime, TELESHIM decrypts:

Telegram Bot Token

Telegram Chat ID

Using these credentials, it repeatedly polls

Because countless organizations legitimately access Telegram infrastructure every day, these communications often blend into normal network traffic.

This dramatically complicates traditional network detection techniques that rely on identifying unusual outbound connections.

Remote Command Execution Capabilities

After successfully contacting Telegram, TELESHIM uniquely identifies every compromised computer using its MAC address.

Once registered, attackers can remotely perform numerous actions including:

Execute arbitrary Windows commands

Receive encrypted command results

Upload additional malware

Download secondary payloads

Launch new malware using scheduled tasks

Maintain persistent remote access

Large command outputs are automatically divided into smaller encrypted chunks before being transmitted back through Telegram.

This modular communication model provides flexibility while avoiding suspicious spikes in network traffic.

Anti-Analysis Techniques Slow Investigators

TELESHIM contains several techniques specifically designed to frustrate malware analysts and automated sandbox environments.

One of its more unusual behaviors is generating approximately 1 GB of disk read/write activity.

This significantly increases analysis time while overwhelming automated malware inspection systems.

The malware also performs hardware verification checks.

It inspects:

CPUID Hypervisor Flag

Windows Management Instrumentation (WMI)

RAM Speed Information

If virtualization artifacts or suspicious hardware configurations are detected, TELESHIM immediately terminates execution.

These checks help prevent researchers from observing its full functionality inside virtual machines commonly used during malware analysis.

Infrastructure Behind the Campaign

Researchers also identified supporting infrastructure linked to the campaign.

One notable domain is:

cert.hypersnet[.]com

This server functions as the BINDCLOAK command-and-control infrastructure.

Researchers intentionally published the domain in a defanged format to prevent accidental access.

Security teams should only re-fang these indicators within controlled threat intelligence platforms such as:

MISP

VirusTotal

Enterprise SIEM platforms

Detection Opportunities for Security Teams

Although TELESHIM is stealthy, defenders still have multiple opportunities to identify infected systems.

Organizations should monitor for:

Unexpected connections to api.telegram.org

Repeated Telegram polling from government endpoints

Scheduled tasks named shimgen

Scheduled tasks named Feedback

DLL sideloading involving AsTaskSched.dll

DLL sideloading involving pthreadVC2.dll

Creation of:

C:ProgramDatashimgen_Data

C:ProgramDataCryptoDSS

Network defenders should also inspect ISO-based phishing lures referencing:

Petroleum

Oil and gas industries

Border agencies

Government agreements

Public administration documents

These themes appear specifically crafted to increase the likelihood of successful compromise within targeted organizations.

Known Indicators of Compromise (IoCs)

Researchers disclosed several important indicators associated with the campaign.

Command-and-Control Domain

cert.hypersnet[.]com

Purpose:

BINDCLOAK C2 infrastructure

Payload Directory

C:ProgramDatashimgen_Data

Purpose:

TELESHIM staging directory

Security vendors have already begun detection coverage.

According to Zscaler, the malware is identified as:

Win32.Backdoor.TELESHIM

Win64.Loader.MIXEDKEY

Organizations using modern endpoint detection platforms should ensure signatures are fully updated.

Deep Analysis

This campaign illustrates a broader evolution in modern cyber espionage. Instead of relying on traditional command-and-control servers that defenders can block quickly, attackers increasingly leverage trusted cloud platforms such as Telegram, Discord, Slack, GitHub, Dropbox, and OneDrive. By hiding malicious traffic inside legitimate encrypted services, they reduce the effectiveness of perimeter-based security monitoring.

The use of DLL sideloading further demonstrates that attackers continue to exploit trusted applications instead of deploying obviously malicious executables. Combined with scheduled-task persistence and anti-virtualization checks, TELESHIM represents a mature malware framework designed for long-term intelligence collection rather than smash-and-grab attacks.

Useful Hunting Commands

Check Scheduled Tasks

schtasks /query /fo LIST | findstr shimgen

Search for TELESHIM Directory

dir C:\ProgramData\shimgen_Data\ /a

Check Running Network Connections

netstat -ano

Monitor Telegram Connections

Get-NetTCPConnection | findstr telegram

Identify Suspicious DLL Loads

tasklist /m

Review PowerShell Operational Logs

Get-WinEvent -LogName Microsoft-Windows-PowerShell/Operational

Collect Scheduled Task XML

schtasks /query /xml

Windows Defender Scan

MpCmdRun.exe -Scan -ScanType 2

What Undercode Say:

The TELESHIM campaign is another reminder that sophisticated cyber espionage is shifting toward “living inside trusted ecosystems” rather than building noisy infrastructure that defenders can easily block.

Telegram has become an attractive communication platform because encrypted HTTPS traffic is commonplace and rarely blocked outright in many environments. When malware communicates through official APIs instead of suspicious IP addresses, network visibility alone is no longer sufficient.

The attackers also avoided exploiting a zero-day vulnerability. Instead, they combined social engineering, ISO lures, DLL sideloading, persistence, and cloud-based communications into a chain that is both reliable and difficult to detect. This highlights an important trend: operational security often matters more than technical novelty.

Government organizations remain high-value targets because they hold diplomatic communications, policy documents, border management records, and strategic information. Campaigns like this are typically focused on intelligence collection rather than immediate disruption, allowing attackers to remain hidden for months.

The anti-analysis routines are equally telling. Large disk I/O operations, virtualization checks, and hardware validation indicate the developers expected researchers to dissect the malware. Such features increase analysis costs and delay defensive responses.

From a defensive standpoint, organizations should rethink assumptions about “trusted” services. Security teams should establish behavioral baselines for cloud applications, inspect API usage patterns, and correlate endpoint telemetry with network events. Zero Trust principles, application allow-listing, endpoint detection and response (EDR), threat hunting, and continuous log analysis are becoming essential rather than optional.

Finally, attribution remains cautious. While infrastructure, timing, and locale indicators point toward an East Asia-based threat actor, definitive attribution requires broader intelligence. Prematurely assigning a campaign to a specific APT without sufficient evidence can mislead defenders and policymakers alike.

✅ Fact: TELESHIM, MIXEDKEY, and BINDCLOAK were identified as previously undocumented malware families during the reported campaign.

✅ Fact: The malware abuses Telegram bots and the Telegram API as a command-and-control mechanism, helping its communications blend with legitimate encrypted traffic.

✅ Fact: Researchers have not officially attributed the campaign to a known APT group. The assessment of an East Asia-based actor is based on operational evidence and technical indicators rather than confirmed public attribution.

Prediction

(+1) As awareness of TELESHIM grows, major EDR vendors, SIEM platforms, and threat intelligence providers will rapidly expand detection signatures, behavioral analytics, and hunting rules for Telegram-based command-and-control activity. Organizations that proactively monitor cloud-service abuse, scheduled-task persistence, and DLL sideloading will significantly reduce the dwell time of similar espionage campaigns. At the same time, threat actors are likely to diversify toward additional trusted communication platforms, reinforcing the need for behavior-based detection instead of relying solely on domain or IP blocklists.

▶️ Related Video (82% Match):

🕵️‍📝Let’s dive deep and fact‑check.

🎓 Live Courses & Certifications:

Join Undercode Academy for Verified Certifications

🚀 Request a Custom Project:

Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands

References:

Reported By: cyberpress.org
Extra Source Hub (Possible Sources for article):
https://www.discord.com
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube