APT36’s Sophisticated LNK Malware Campaign Targeting Indian Government Entities

A highly targeted and technically advanced malware campaign has been identified targeting Indian government and strategic institutions. The operation is attributed to APT36, also known as Transparent Tribe, a long-running threat actor known for cyber-espionage operations focused on South Asian geopolitical interests.

This campaign highlights a significant evolution in attacker tradecraft, combining deceptive file techniques, living-off-the-land binaries, and multi-stage in-memory execution to evade detection while maintaining long-term access to compromised systems.


Threat Actor Background

APT36 has been active for over a decade and is widely associated with targeted espionage operations against government bodies, defense organizations, academic institutions, and research entities. Over time, the group has steadily refined its tactics, techniques, and procedures (TTPs), shifting toward stealth-focused malware delivery and modular payload architectures designed to bypass traditional security controls.

The campaign described here reflects that progression, showcasing a blend of social engineering and advanced technical execution.


Campaign Overview

Initial Access: Spear-Phishing Delivery

The attack begins with highly targeted spear-phishing emails sent to selected recipients within Indian government and related organizations. These emails contain ZIP archives with convincing administrative or examination-themed filenames, designed to appear legitimate and urgent.

Inside the archive is a malicious Windows shortcut file using a deceptive double extension, such as:

  • Online JLPT Exam Dec 2025.pdf.lnk

Although the filename suggests a harmless PDF document, the file is actually a weaponized .LNK shortcut that executes malicious commands when opened.


Execution Chain and Malware Flow

Abuse of Trusted Windows Components

When the victim opens the shortcut file, the malware leverages mshta.exe, a legitimate Windows binary used to execute HTML Application (HTA) files. This technique allows the attacker to blend malicious activity into trusted system processes, significantly reducing the likelihood of detection.

The shortcut launches mshta.exe, which retrieves malicious HTA content from a remote server under attacker control.


Multi-Stage Malware Architecture

The infection process is deliberately modular, with each stage preparing the environment for the next.

Stage One: HTA Loader and Deobfuscation

The HTA script acts as an initial loader that:

  • Executes entirely in memory
  • Uses multiple layers of obfuscation and decryption
  • Dynamically reconstructs subsequent payload components

By avoiding disk writes, this stage leaves minimal forensic artifacts and evades many file-based security solutions.


Stage Two: Environment Preparation Payload

A lightweight intermediary payload reconfigures the execution environment by weakening .NET security mechanisms. This includes disabling specific deserialization safeguards, ensuring that more complex payloads can execute reliably in later stages.

This step functions as a silent enabler, making the compromised system more permissive to malicious activity.


Stage Three: In-Memory RAT Deployment

The final stage deploys a fully functional Remote Access Trojan (RAT), loaded and executed entirely in memory. This payload provides the attacker with extensive control and surveillance capabilities, including:

  • Encrypted command-and-control communication
  • Detailed system and environment profiling
  • Remote command execution
  • File enumeration, upload, and download
  • Screen capture and live desktop viewing
  • Clipboard monitoring and credential harvesting
  • Adaptive persistence mechanisms

Notably, the malware dynamically adjusts its persistence strategy based on the security software detected on the host system, further enhancing its survivability.


Stealth and Evasion Techniques

This campaign demonstrates several advanced evasion strategies:

File Masquerading

The malicious shortcut file is unusually large for a .LNK file—approximately 2 MB—because it embeds structures resembling legitimate document content. This design helps the file appear benign during casual inspection.

Fileless Execution

By executing all malicious stages directly in memory, the malware avoids leaving traditional indicators on disk, complicating forensic analysis and incident response.

Living-off-the-Land Techniques

The extensive use of built-in Windows utilities such as mshta.exe and scripting engines allows the attacker to operate without deploying custom executables, reducing suspicion and bypassing application whitelisting controls.

Adaptive Persistence

Persistence mechanisms are selected dynamically, allowing the malware to tailor its behavior to the victim’s security environment and avoid removal.


Operational Impact

The capabilities demonstrated in this campaign enable long-term espionage operations, including:

  • Continuous intelligence collection
  • Monitoring of sensitive communications
  • Theft of confidential documents
  • Covert system control over extended periods

For government and strategic organizations, such access poses serious risks to national security, operational integrity, and data confidentiality.


Defensive Recommendations

To reduce exposure to similar threats, organizations should implement layered defensive controls:

Email and Attachment Security

  • Block or heavily scrutinize .LNK files delivered via email
  • Detect double file extensions and abnormal file sizes
  • Use sandboxing for archived attachments

Endpoint Hardening

  • Enforce file extension visibility
  • Restrict execution from user-writable directories
  • Limit or disable unnecessary script execution engines

Behavior-Based Detection

  • Monitor for suspicious process chains involving mshta.exe
  • Deploy EDR solutions capable of detecting in-memory threats
  • Correlate anomalous behavior rather than relying solely on signatures

User Awareness

  • Train users to recognize phishing attempts
  • Encourage caution with unexpected compressed files or document shortcuts

Proactive Threat Hunting

  • Look for encrypted outbound connections to unknown infrastructure
  • Identify abnormal use of trusted system binaries

Conclusion

This multi-stage LNK malware campaign illustrates the growing sophistication of targeted cyber-espionage operations against Indian government entities. By combining social engineering, file masquerading, and fileless execution, the attackers achieve stealth, persistence, and deep system access.

Defending against such threats requires a shift from purely signature-based security toward behavior-driven detection, continuous monitoring, and strong user awareness. As adversaries continue to refine their techniques, proactive and intelligence-led cybersecurity strategies are essential for protecting high-value targets.