Skip to content

Tropic Trooper APT Delivers AdaptixC2 via Trojanised SumatraPDF Installer and GitHub C2 Relay

The Chinese APT group Tropic Trooper has been observed deploying the AdaptixC2 post-exploitation framework through a malicious SumatraPDF installer distributed from a convincing lookalike site. Command-and-control communications are routed through GitHub's REST API, blending malicious traffic with the high-volume legitimate developer activity that most enterprises whitelist.

Article security-operations

Chinese APT Turns GitHub Into a Command Channel

Tropic Trooper β€” also tracked as Earth Centaur β€” has been linked to a campaign distributing the AdaptixC2 post-exploitation framework inside a trojanised SumatraPDF installer. The malicious installer is hosted on a convincing lookalike domain and distributed through targeted spear-phishing and watering-hole attacks aimed at technology sector and government-adjacent organisations.

SumatraPDF is a legitimate, widely trusted open-source Windows PDF reader with no automatic update mechanism. Users who install it from a third-party source receive no vendor notification about a compromised version, and the malicious installer behaves identically to the real application β€” installing a fully functional copy while silently deploying AdaptixC2 in the background.

AdaptixC2 and the GitHub Relay Architecture

AdaptixC2 is a modular post-exploitation framework with capabilities similar to Cobalt Strike and Sliver: encrypted beacon communications, lateral movement modules, credential dumping, and a runtime-extensible plugin system. The framework is publicly available and has appeared in multiple China-nexus campaigns.

The operationally distinctive feature of this campaign is how the implant communicates. Rather than connecting directly to attacker-controlled infrastructure, AdaptixC2 communicates via the GitHub REST API β€” reading base64-encoded tasking from attacker-controlled repository commits and issue bodies, and posting results the same way. From a network visibility perspective, all C2 traffic appears as HTTPS to api.github.com.

This technique β€” using legitimate cloud platforms as command-and-control relay layers β€” is known as β€œliving off trusted sites” (LOTS). It has been observed with Slack, Discord, Dropbox, and OneDrive in previous campaigns. GitHub represents an escalation: the API is used at high volume by virtually every enterprise software team, making volumetric detection or behavioural baseline anomaly detection difficult to tune without generating significant false positive noise.

Targeting Profile

The campaign targets technology sector organisations and government-adjacent entities, consistent with Tropic Trooper’s documented history across Taiwan, the Philippines, and Western government contractors. The use of SumatraPDF as a delivery lure is deliberate β€” it skews toward technical users: developers, analysts, and security researchers who are more likely to seek lightweight PDF alternatives to Adobe Acrobat and are more likely to have administrative rights on their workstations.

The campaign has been active since at least early April 2026. Dwell time between installation and observable lateral movement activity has been measured in days to weeks in confirmed victim environments.

Why β€œBlock Malicious Domains” Is Not Sufficient Detection

The LOTS technique directly undermines the most common network-level detection approach: blocking or alerting on connections to known-malicious domains. When C2 is relayed through api.github.com, the egress destination carries no malicious signal. Detection requires behavioural analytics that identify C2 patterns β€” beacon interval regularity, unusual API call sequences, encoded payloads in commit or issue bodies β€” regardless of whether the destination is itself flagged.

  • Block SumatraPDF execution from unapproved sources: If SumatraPDF is not in your approved software catalogue, block via application control. If it is approved, enforce hash verification against official Sumatra GitHub releases
  • Alert on GitHub API calls from non-developer endpoints: Workstations not part of software development workflows have limited legitimate reasons to issue api.github.com REST API calls outside of browser context β€” alert and investigate
  • Hunt for AdaptixC2 indicators of compromise: Published IOC sets from Kaspersky and The Hacker News should be run against EDR telemetry and SIEM logs covering the past 30 days
  • Monitor SumatraPDF for anomalous child processes: Legitimate SumatraPDF does not spawn cmd.exe, PowerShell, or network connections on installation; such activity following installation is a direct compromise indicator
  • Review software download policies: Require all software installation to route through approved distribution channels (SCCM, Intune, corporate app catalogue); prevent installation from direct download links
  • Tune behavioural analytics for LOTS C2 patterns: Signature-based controls cannot detect this campaign; detection depends on identifying beacon cadence, encoded data exchange, and unusual GitHub API access patterns through endpoint and network telemetry

Share this article

Related Intelligence

πŸ›‘οΈ SecOps

Velvet Ant's Operation Highland: China-Nexus APT Spent a Decade Inside an Air-Gapped Network via Auth Stack Hijack

Sygnia researchers disclosed Operation Highland, a China-nexus espionage campaign in which the Velvet Ant threat group maintained persistent, undetected access to an air-gapped enterprise network from 2016 to 2026 by hijacking authentication infrastructure and bridging the isolation via a modified Nginx binary and GS-Netcat reverse shell. The case fundamentally challenges the security model of air-gapping as an isolation control.

#apt +6
πŸ›‘οΈ SecOps

VerdantBamboo Deploys BSD Variant of BRICKSTORM Backdoor Against Linux and BSD Network Appliances

China-nexus threat cluster VerdantBamboo has deployed a BSD-compatible variant of the BRICKSTORM backdoor, extending its implant capability beyond Linux ESXi hosts to commercial network appliances running FreeBSD-derived operating systems. The implant uses HTTPS command and control via legitimate TLS certificates, survives reboots, and operates below enterprise EDR visibility.

#verdantbamboo +8
πŸ›‘οΈ SecOps

China-Nexus Threat Groups and the Shift to Linux and BSD Appliance Targeting

A pattern documented across multiple China-nexus threat actors in 2025–2026 shows a deliberate move from Windows endpoint compromise toward Linux-based network appliances and BSD-running security devices. Network devices running proprietary Linux/BSD derivatives sit at the network edge with high-privilege routing access β€” and typically outside the enterprise's EDR coverage.

#china-nexus +8