Security researchers have uncovered an ongoing cyber-espionage campaign attributed with moderate confidence to APT36 (also known as Transparent Tribe), a threat actor aligned with Pakistani interests. The campaign, active since at least March 2026, targets high-value entities in South Asia, including telecommunications providers in Afghanistan and government and critical infrastructure in India. The operation employs a new, custom C/C++ backdoor named PATCHCORD. A more advanced, Go-based variant called SHEETCORD has also been discovered, which cleverly uses Google Sheets and GitHub Gists for command-and-control (C2), demonstrating the actor's evolving tradecraft to blend in with legitimate traffic and evade detection.
The campaign showcases APT36's focus on intelligence gathering against strategic targets in neighboring countries. The actor uses targeted social engineering lures, such as fake VPN installers impersonating software from the Afghan Telecom (AFTEL) company, to deliver its malware. This indicates thorough pre-attack reconnaissance.
The malware suite consists of two main components:
This use of legitimate services for C2 is a key tactic for evading network-based security controls and is a hallmark of increasingly sophisticated APT groups.
APT36's attack chain combines social engineering with custom malware that leverages trusted services.
T1204.002 - Malicious File.T1102 - Web Service.T1082 - System Information Discovery), executing arbitrary commands (T1059.003 - Windows Command Shell), and stealing data.Researchers also noted that some malware components may have been developed with the assistance of Large Language Models (LLMs), indicating the actor is adopting modern development tools.
The primary goal of this campaign is espionage. By targeting telecommunications, government, and critical infrastructure, APT36 aims to gather sensitive political, military, and economic intelligence. A successful compromise of a telecom provider could allow the actor to monitor communications, while a breach of a government entity could expose state secrets. The use of stealthy C2 channels like Google Sheets allows the actor to maintain long-term persistence in victim networks, quietly exfiltrating data over extended periods. This poses a significant national security threat to the targeted countries.
No specific Indicators of Compromise (IOCs) such as IP addresses, domains, or file hashes were mentioned in the source articles.
Security teams may want to hunt for the following patterns to detect this type of activity:
network_traffic_patternRepetitive connections to docs.google.com/spreadsheets/d/.../export?format=csvnetwork_traffic_patternAnomalous POST requests to api.github.com/gistsfile_nameAFTEL-VPN.execommand_line_patternpowershell.exe -enc <base64_string>docs.google.com or api.github.com is not feasible for most organizations, focus on the context of the connections. Use an EDR or a sophisticated network proxy to identify which processes are making these connections. A non-browser process making repeated calls to Google Sheets is highly suspicious. This is an advanced application of D3FEND's Outbound Traffic Filtering (D3-OTF).M1038 - Execution Prevention.M1021 - Restrict Web-Based Content.M1017 - User Training.Filter outbound web traffic. While blocking all of Google is not feasible, use proxies with TLS inspection to identify and block connections from non-browser processes to services like Google Sheets.
Mapped D3FEND Techniques:
Implement application allowlisting to prevent the execution of unauthorized executables, such as the fake VPN installers used as lures.
Mapped D3FEND Techniques:
The PATCHCORD espionage campaign is assessed to have been active since at least March 2026.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.