Mustang Panda Targets India's Government and Energy Sectors with SHARDLOADER, MINIRECON, and ZOHOMURK

Mustang Panda Targets India's Government and Energy Sectors (TL-2026-2293) is a high-severity advanced persistent threat campaign, first published 2026-09-02. It is attributed to Mustang Panda (China) with high confidence, maps to 13 MITRE ATT&CK techniques (T1021, T1036, T1053), and is covered by 9 detection rules and 18 indicators of compromise.

Key facts for TL-2026-2293

Threat ID
TL-2026-2293
Severity
HIGH
Status
ACTIVE
Category
APT
First published
2026-09-02
Last reviewed
2026-09-02
Attribution
Mustang Panda
Attribution confidence
HIGH
Nation-state nexus
China
Motivation
ESPIONAGE
Target sectors
government administration, energy
Target regions
South Asia, india
Detection rules
9
Indicators of compromise
18

Malware and tooling in Mustang Panda Targets India's Government and Energy Sectors

Malware and tooling: MINIRECON, PlugX, SHARDLOADER, TONESHELL - S1239, ZOHOMURK

Acronis TRU, working with CERT-In, uncovered two concurrent Mustang Panda espionage campaigns against Indian government and hydropower-sector entities. Hydropower-cooperation and India-Taiwan-MOU spear-phishing lures deliver the SHARDLOADER loader via DLL side-loading of signed Solid PDF Creator and Citrix Receiver binaries, staging the reworked Toneshell backdoor MINIRECON and the novel ZOHOMURK implant, which abuses a Zoho WorkDrive account as a command-and-control dead drop. Active beaconing was observed from multiple compromised Indian government systems, including machines belonging to senior administrative personnel.

How Mustang Panda Targets India's Government and Energy Sectors works

Between June 12 and June 22, 2026, Acronis Threat Research Unit (TRU) observed two concurrent, technically related espionage intrusion sets against Indian government and hydropower-sector networks, attributed with high confidence to the China-aligned threat actor Mustang Panda (also tracked as TA416, RedDelta, Bronze President, Stately Taurus, Camaro Dragon, Earth Preta, Hive0154, Twill Typhoon, and ITG27/Hive0154 by IBM X-Force). Both campaigns began with spear-phishing ZIP archives — one themed as a hydropower-cooperation proposal, the other around an India-Taiwan memorandum of understanding — that conceal a malicious DLL alongside a legitimate, signed decoy executable. Running the signed binary (a repackaged 'Hydropower Cooperation Project Proposal.exe' in campaign one, a Citrix Receiver pcl2bmp.exe utility in campaign two) side-loads the malicious DLL (SolidPDFCreator.dll / pl2bmpax.dll in campaign one; ctxmui.dll / txMuiApp.dll in campaign two), which is the SHARDLOADER first-stage loader.

SHARDLOADER stages its payload from a hidden directory it creates at C:\ProgramData\IDM\logs, copying the legitimate executable and malicious DLL there. It reconstructs an obfuscated shellcode stub that has been fragmented across .rdata constants using rolling XOR and byte-reordering, allocates executable memory, and triggers execution via an EnumSystemLocalesA callback — a reflective, in-memory loading technique that avoids dropping the final payload to disk in cleartext. Persistence is established via a scheduled task named SolidPDFPcl2Bmp and a registry Run-key value consistently misspelled 'RunOnece' across both campaigns and prior Mustang Panda intrusions, an operational-security lapse that supports attribution.

SHARDLOADER deploys one of two second-stage implants. MINIRECON is a reworked variant of Mustang Panda's long-running Toneshell backdoor family (tracked by IBM X-Force since at least Q1 2021), functioning as a reverse-shell implant that beacons over a WebSocket connection tunneled through HTTPS via WinHTTP, disables TLS certificate validation, accepts self-signed certificates, and includes proxy fallback logic; it calls back to couldinstallup[.]com, which resolves to 199.209.141.166 — an IP block IBM X-Force has previously tied to Mustang Panda infrastructure. ZOHOMURK is a novel cloud-abusing implant that carries hardcoded Zoho OAuth credentials for an attacker-controlled Zoho WorkDrive account, using it as a command-and-control dead drop: the implant polls an 'inbox' folder for tasking, executes commands locally, and writes results/exfiltrated data to an 'outbox' folder, disguising its C2 traffic as legitimate cloud-sync activity via spoofed User-Agent strings ('Zoho Client/1.0', 'IPFetcher/1.0') and multipart POST requests, plus timing-based anti-analysis checks.

Victims included Indian government networks — including machines belonging to senior administrative personnel — and organizations in India's hydropower sector, consistent with an intelligence-collection objective around India's hydropower infrastructure and its defense/cooperation relationship with Taiwan. The activity followed an earlier April 2026 Mustang Panda campaign that used the LOTUSLITE tool against India's banking sector, indicating sustained targeting of India across sectors in 2026. Acronis TRU coordinated notification and remediation with India's CERT-In. Attribution to Mustang Panda is assessed at high confidence based on reuse of the Solid PDF Creator side-loading chain from prior campaigns, code overlaps with the established Toneshell family, C2 infrastructure geographically/AS-block correlated with prior IBM X-Force Mustang Panda tracking, the recurring 'RunOnece' misspelling across implants, and generally thin operational security (hardcoded OAuth tokens, plaintext identifiers).

MITRE ATT&CK techniques used in TL-2026-2293

Lateral Movement

T1021 Remote Services

Defense Evasion

T1036 Masquerading; T1140 Deobfuscate/Decode Files or Information; T1574 Hijack Execution Flow; T1620 Reflective Code Loading

Persistence

T1053 Scheduled Task/Job; T1547 Boot or Logon Autostart Execution

Execution

T1059 Command and Scripting Interpreter

Command and Control

T1071 Application Layer Protocol; T1090 Proxy; T1573 Encrypted Channel

Initial Access

T1566 Phishing

Exfiltration

T1567 Exfiltration Over Web Service

Remediation for Mustang Panda Targets India's Government and Energy Sectors

Patches

  • No vendor patch applies — this is signed-binary DLL side-loading abuse, not a software vulnerability; enforce code-signing and execution-path allow-listing for Solid PDF Creator and Citrix Receiver instead

Immediate actions

  • Block the published C2 indicators couldinstallup[.]com and 199.209.141.166 at DNS/proxy/firewall layers
  • Hunt for the misspelled 'RunOnece' registry Run-key value and the 'SolidPDFPcl2Bmp' scheduled task across Windows endpoints
  • Audit Zoho WorkDrive tenant activity for anomalous OAuth application authorizations and unexpected client User-Agents ('Zoho Client/1.0', 'IPFetcher/1.0')

Workarounds

  • Restrict execution of Solid PDF Creator and Citrix Receiver binaries to their standard installation directories
  • Disable or tightly scope Zoho WorkDrive OAuth application access for endpoints with no legitimate business need for it

Longer-term hardening

  • Deploy WDAC/AppLocker policies preventing signed executables (Solid PDF Creator, Citrix Receiver) from loading DLLs out of user-writable staging paths such as C:\ProgramData\IDM\logs
  • Implement CASB/SASE controls to distinguish sanctioned cloud-storage tenants from attacker-controlled instances abusing the same platform for C2
  • Monitor for non-browser processes establishing outbound WebSocket-over-HTTPS connections to unexpected destinations

Weaknesses (CWE) in Mustang Panda Targets India's Government and Energy Sectors

CWE-427

Timeline of Mustang Panda Targets India's Government and Energy Sectors

  • Mustang Panda deploys the LOTUSLITE tool against India's banking sector, an earlier 2026 campaign preceding the SHARDLOADER/MINIRECON/ZOHOMURK operations and indicating sustained multi-sector targeting of India.
  • Acronis TRU begins observing active beaconing from compromised Indian government systems, including machines belonging to senior administrative personnel.
  • Acronis TRU coordinates with India's CERT-In on victim notification and remediation for the compromised government systems.
  • The observed active-beaconing window from compromised Indian government and hydropower-sector systems ends.
  • The Hacker News publishes coverage of the campaign, citing Acronis TRU's findings and CERT-In coordination.
  • GBHackers publishes an additional technical writeup detailing SHARDLOADER's shellcode-reconstruction and execution mechanics along with sample hashes.
  • SOCPrime publishes an extended technical and detection-oriented analysis of the ZOHOMURK/MINIRECON campaign.

Sources cited for Mustang Panda Targets India's Government and Energy Sectors

More in apt

Detection coverage for TL-2026-2293

As of 2026-09-02, Threadlinqs Intelligence publishes 9 detection rule(s) for TL-2026-2293 across Splunk SPL, Microsoft KQL and Sigma, covering 18 indicator(s) of compromise. The whole corpus is readable without an account; a free account unlocks full detection query text in Splunk SPL, Microsoft KQL and Sigma; paid tiers add raw indicator values, correlation and the MCP server. Threadlinqs MCP server · View plans.

Threadlinqs Intelligence — Real-Time Threat Detection Platform

[ 0 threats ] [ 0 det ] [ CRIT: 0 ] [ HIGH: 0 ]
// threat_feed
$ sort --newest
Showing all threats

Latest Threats