📑 Table of Contents

Tropic Trooper Deploys C2 Framework via Trojanized PDF Reader

📅 · 📁 Research · 👁 29 views · ⏱️ 9 min read
💡 Security firm Zscaler ThreatLabz has revealed that APT group Tropic Trooper is leveraging a trojanized SumatraPDF reader and GitHub infrastructure to deploy the AdaptixC2 post-exploitation framework against Chinese-speaking users, while abusing VS Code tunnels for remote access.

Introduction: Escalating Advanced Persistent Threats Targeting Chinese-Speaking Users

The cybersecurity world has recently uncovered a meticulously orchestrated advanced persistent threat (APT) campaign. Security research firm Zscaler ThreatLabz discovered last month that the well-known APT group Tropic Trooper is using a trojanized version of the SumatraPDF reader, combined with GitHub as infrastructure, to deliver the AdaptixC2 post-exploitation agent to Chinese-speaking users. The attackers ultimately abuse Microsoft Visual Studio Code (VS Code) remote tunnel functionality to achieve persistent remote control over compromised hosts.

The discovery of this attack chain once again highlights the technical evolution of nation-state hacking groups in supply chain attacks and the abuse of legitimate tools, while posing new challenges for AI-driven security defense systems.

Core Incident: Trojanized PDF Reader Becomes the Attack Entry Point

Full Attack Chain Overview

According to Zscaler ThreatLabz's analysis report, this campaign explicitly targets Chinese-speaking users. The attackers performed deep trojanization of the open-source PDF reader SumatraPDF, embedding malicious code into what appears to be a legitimate software installer. Once users download and run the trojanized version, the malicious program silently executes in the background, deploying an AdaptixC2 Beacon — a powerful post-exploitation agent.

AdaptixC2 is a relatively new command-and-control (C2) framework featuring modular design and flexible communication capabilities. After establishing a persistent control channel on the victim's host using this framework, the attackers further abuse VS Code's remote tunnel functionality to achieve covert remote access to target systems. Because VS Code tunnel communications use Microsoft's official legitimate infrastructure, traditional network traffic detection methods find it extremely difficult to identify such anomalous behavior.

GitHub as Malicious Infrastructure

Notably, the attackers extensively leveraged the GitHub platform throughout the entire attack chain. As the world's largest code hosting platform, GitHub enjoys extremely high trust, and its domains and traffic are typically not blocked by enterprise firewalls or security gateways. Tropic Trooper exploited this "trust blind spot" by using GitHub repositories as distribution nodes for malicious payloads and relay stations for C2 communications, greatly enhancing the stealth and persistence of the campaign.

High-Confidence Attribution

In their report, Zscaler ThreatLabz stated that based on attack techniques, infrastructure characteristics, and historical activity correlation analysis, the firm attributes this campaign to the Tropic Trooper organization with high confidence. The group has long targeted government agencies, military units, and critical industries in the Asia-Pacific region, with continuously evolving technical capabilities.

In-Depth Analysis: Accelerating Weaponization of Legitimate Tools

A New Variant of Supply Chain Attacks

In this incident, the attackers' choice to trojanize SumatraPDF, a lightweight open-source PDF reader, reflects the continued evolution of supply chain attack strategies. Compared to directly attacking the supply chains of major commercial software, trojanizing open-source tools presents a lower implementation threshold and greater deceptiveness. SumatraPDF has a notable user base among Chinese-speaking users due to its small footprint and portable nature, making it an ideal vehicle for social engineering attacks.

The attackers likely distributed the trojanized installer through search engine optimization (SEO) poisoning, phishing emails, or forum sharing, luring target users into voluntarily downloading and executing it. This convincing distribution strategy demands heightened security awareness from ordinary users.

An Extension of the Living-off-the-Land Strategy

The abuse of VS Code's remote tunnel functionality is another highlight of this campaign. In recent years, APT groups have increasingly favored using built-in features of legitimate software and services to achieve malicious objectives. This approach, known as "Living-off-the-Land," has expanded from operating system built-in tools to developer tools and cloud services.

VS Code's remote tunnel feature was originally designed to provide developers with convenient remote development experiences, but in the hands of attackers, it becomes a powerful tool for bypassing security detection. Since tunnel traffic is relayed through Microsoft's official servers and uses standard HTTPS encryption, security products find it extremely difficult to identify malicious communications within the massive volume of legitimate traffic.

New Challenges for AI Security Defense

Such highly covert attack campaigns pose serious challenges to current AI and machine learning-based security detection systems. Traditional signature and rule-based detection methods struggle to address threats from trojanized legitimate software, while behavior analysis-based AI models face the difficulty of accurately drawing boundaries between legitimate development activities and malicious exploitation.

Security researchers point out that countering such threats requires multi-layered defense strategies: strengthening software source verification and integrity checks at the endpoint level; introducing more granular traffic behavior analysis models at the network level; and at the platform level, service providers such as GitHub and Microsoft need to enhance their monitoring capabilities for anomalous usage patterns.

Outlook: The Offensive-Defensive Arms Race Continues to Escalate

The exposure of Tropic Trooper's latest campaign reflects several important trends in the current cyber threat landscape.

First, APT groups' abuse of legitimate infrastructure and developer tools will continue to deepen. As cloud-native development tools and remote collaboration platforms become more widespread, the number of "legitimate channels" available to attackers will only increase, making security boundaries increasingly blurred.

Second, the security of the open-source software ecosystem deserves ongoing attention. The transparency of open-source software is both an advantage and a risk — attackers can easily obtain source code to modify and recompile, producing trojanized versions that are difficult to distinguish from the originals. Strengthening the security governance of open-source software distribution channels and promoting code signing and verification mechanisms have become urgent priorities for the industry.

Finally, the application of AI technology on both offensive and defensive sides will deepen further. Attackers may use AI to automatically generate more deceptive trojanized software and phishing content, while defenders need to leverage more advanced AI models to identify increasingly covert threat behaviors. The balance of this technological arms race will largely depend on the security industry's investment and innovation speed in AI capability building.

For ordinary users, security experts recommend always downloading software from official channels, maintaining high vigilance toward installers of unknown origin, and promptly updating security software to reduce the risk of falling victim to such attacks.