RedLeaves
RedLeaves is a Windows remote administration Trojan/backdoor, also referred to as BUGJUICE in the provided content. It has been associated most notably with APT10/MenuPass and more broadly with multiple China-nexus threat actors. Reporting cited in the content links RedLeaves to Chinese cyber-espionage activity targeting Japanese defense organizations, global IT service providers and their customers, and sectors including information technology, energy, healthcare, communications, critical manufacturing, aerospace, defense, government, technology, telecommunications, and manufacturing. More recent reporting also notes its use by or overlap with activity tracked as UAT-7290, a China-linked actor targeting telecommunications providers in South Asia and Southeastern Europe.
The malware is described as a feature-rich backdoor with capabilities including system enumeration, remote shell access, tunneling and reverse proxying traffic, downloading and executing files, file discovery, drive enumeration, data exfiltration, screenshot capture, deletion of specified files, collection of browser usernames and passwords, and obtaining information about the logged-on user locally and through Remote Desktop sessions. One report describes it as a Visual C++ RAT that compresses outbound data with LZO and encrypts command-and-control traffic with RC4. The content specifically notes RC4 keys observed in different reporting, including "john1234" (with a null byte appended in one analyzed sample) and previously observed keys "88888888" and "babybear."
Execution and persistence commonly rely on DLL side-loading / DLL search order hijacking. The content describes RedLeaves being launched by executing a benign file that loads a malicious DLL, including an observed chain involving VeetlePlayer.exe, a malicious libvlc.dll loader, and an encoded payload file named mtcReport.ktc. In the analyzed execution flow, shellcode created a suspended svchost.exe process, injected the implant with WriteProcessMemory, and resumed the process. Observed mutexes include RedLeavesCMDSimulatorMutex and QN4869MD.
For command and control, RedLeaves has been observed communicating over TCP port 443 without SSL, creating a port/protocol mismatch that can appear as non-SSL traffic on a port commonly associated with HTTPS. It can also use a custom binary protocol and, if directed by C2, HTTP or HTTPS. A hard-coded C2 domain noted in the content is windowsupdates.dnset.com. Defenders are specifically advised in the source reporting to look for plaintext HTTP or other non-SSL traffic over port 443 as a possible indicator.
The content also states that CrowdStrike found RedLeaves samples used against Japanese defense groups were directly sourced from Trochilus code, though it also notes there was no conclusive evidence that RedLeaves was solely attributable to STONE PANDA/APT10. High-confidence aliases present in the content are RedLeaves and BUGJUICE.
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.
Groups observed using it
4 distinct threat actors attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.
Falcon Intelligence recently independently conducted detailed analysis of the RedLeaves malware used to target numerous Japanese defense groups and found it was directly sourced from Trochilus code
UAT-7290 primarily leverages a Linux based malware suite but may also utilize Windows based bespoke implants such as RedLeaves ... commonly linked to China-nexus threat actors.
Tools QuasarRAT, RedLeaves, PoisonIvy, ChChes, QuasarRAT Loader, PlugX, ANEL, Cobalt Strike
Some of the notable Windows implants ... include RedLeaves (aka BUGJUICE) and ShadowPad
Techniques & procedures
27 distinct techniques documented for this family, organized by ATT&CK tactic.
Initial Access
3 techniquesAccording to preliminary analysis, threat actors appear to be leveraging stolen administrative credentials (local and domain) and certificates... User impersonation via compromised credentials is the primary mechanism used by the adversary.
It prioritizes initial access to edge networking devices... Mitigation Harden edge networking devices by eliminating default credentials, restricting management exposure, and rapidly patching known one-day vulnerabilities.
Often deployed via spear phishing, they are lightweight, have particular capabilities and are designed to facilitate system identification and lateral movement.
Execution
4 techniquesBaobeilong (宝贝龙/”Baby Dragon”) also maintained a GitHub account that had forked both the Quasar and Trochilus RATs, two open-source tools historically used by STONE PANDA... Falcon Intelligence recently independently conducted detailed analysis of the RedLeaves malware... found it was directly sourced from Trochilus code
The content repeatedly describes use of cmd.exe, cmd /c, Windows command shell, and xp_cmdshell to execute commands, run payloads, launch binaries, perform reconnaissance, persistence, cleanup, and ransomware actions. Examples include: 'Sandworm Team used the xp_cmdshell command in MS-SQL', 'APT41 used cmd.exe /c to execute commands on remote machines', and many malware families 'can use cmd.exe to execute commands on a compromised host.' | Many entries explicitly state malware 'can create a reverse shell' or 'launch a remote shell,' including 4H RAT, AuditCred, BLACKCOFFEE, Carbanak, DarkComet, Exaramel for Windows, PlugX, QuasarRAT, and ZxShell.
Start up a so called "RedLeavesCMDSimulator" - a console session that will accept commands from the memory pipe \\.\pipe\NamePipe_MoreWindows.
Persistence
3 techniquesAccording to preliminary analysis, threat actors appear to be leveraging stolen administrative credentials (local and domain) and certificates... User impersonation via compromised credentials is the primary mechanism used by the adversary.
The content repeatedly describes malware and threat actors establishing persistence by adding values under HKCU/HKLM\Software\Microsoft\Windows\CurrentVersion\Run or RunOnce, and by placing executables, scripts, .lnk files, or .bat files in the Windows Startup folder. | Multiple entries describe creating .lnk shortcuts in Startup folders, such as BACKSPACE creating a shortcut to itself in the CSIDL_STARTUP directory and DarkGate creating an LNK object in the victim startup folder.
The content repeatedly notes creation of '.lnk shortcut' files in the Startup folder, such as BACKSPACE creating a shortcut in CSIDL_STARTUP, DarkGate creating an LNK object in the victim startup folder, and Operation Dream Job placing LNK files into victims' startup folder.
Privilege Escalation
4 techniquesThe shellcode then activates a new instance of svchost.exe and suspends it. It then makes a call to WriteProcessMemory() and inserts the implant with the damaged MZ and PE headers into its memory space. It then resumes execution of svchost.exe, which runs the implant.
According to preliminary analysis, threat actors appear to be leveraging stolen administrative credentials (local and domain) and certificates... User impersonation via compromised credentials is the primary mechanism used by the adversary.
The content repeatedly describes malware and threat actors establishing persistence by adding values under HKCU/HKLM\Software\Microsoft\Windows\CurrentVersion\Run or RunOnce, and by placing executables, scripts, .lnk files, or .bat files in the Windows Startup folder. | Multiple entries describe creating .lnk shortcuts in Startup folders, such as BACKSPACE creating a shortcut to itself in the CSIDL_STARTUP directory and DarkGate creating an LNK object in the victim startup folder.
The content repeatedly notes creation of '.lnk shortcut' files in the Startup folder, such as BACKSPACE creating a shortcut in CSIDL_STARTUP, DarkGate creating an LNK object in the victim startup folder, and Operation Dream Job placing LNK files into victims' startup folder.
Stealth
6 techniquesThe content repeatedly describes payloads, strings, configuration files, scripts, URLs, and binaries being obfuscated or encoded using Base64, XOR, RC4, AES, RSA, hex encoding, custom algorithms, and other methods across many malware families and threat actors.
Many of these domains spoof legitimate sites and content, with a particular focus on spoofing Windows update sites.
The shellcode then activates a new instance of svchost.exe and suspends it. It then makes a call to WriteProcessMemory() and inserts the implant with the damaged MZ and PE headers into its memory space. It then resumes execution of svchost.exe, which runs the implant.
The content repeatedly describes threat actors and malware deleting files, tools, scripts, logs, droppers, staged data, and artifacts from compromised systems to cover tracks, remove evidence, or self-delete.
Credential Access
2 techniquesChChes targets the credentials stored inside Internet Explorer
The content repeatedly describes threat actors and malware stealing usernames, passwords, cookies, session tokens, and other saved credentials from web browsers such as Chrome, Firefox, Internet Explorer, Edge, Opera, Safari, and Yandex.
Discovery
4 techniquesThe content repeatedly describes actors and malware using commands and APIs such as ipconfig /all, ifconfig, arp -a, route print, netsh interface show, GetAdaptersInfo, and GetIpNetTable to gather IP addresses, MAC addresses, DNS, DHCP, gateways, routing tables, ARP cache, proxy settings, and network adapter/interface details.
The content repeatedly describes malware and threat actors collecting usernames, identifying logged-in users, running whoami/query user/quser, checking admin status, and enumerating user sessions.
The content repeatedly describes malware and threat actors collecting host details such as OS version, hostname, architecture, CPU, memory, BIOS, domain, language, and other configuration data; e.g., "APT41 uses multiple built-in commands such as systeminfo and net config Workstation to enumerate victim system basic configuration information."
BUGJUICE... has the capability to find files, enumerate drives, exfiltrate data...
Collection
1 techniqueCommand and Control
6 techniquesNetwork activity is often seen as POST requests... Even though the beacon went to port 443... this traffic was plaintext HTTP, as is common for this variant of PLUGX.
The content repeatedly describes threat actors, malware, and campaigns using HTTP and/or HTTPS for command and control, including examples such as BlackEnergy communicating with C2 over HTTP POST requests and many other families using HTTP/S for C2.
Download a file from a specified URL, and save it under a specified filename;
4H RAT has the capability to create a remote shell. AuditCred can open a reverse shell on the system to execute commands. PlugX allows actors to spawn a reverse shell on a victim. QuasarRAT can launch a remote shell to execute commands on the victim’s machine.
Most of the known domains leverage dynamic DNS services, and this pattern adds to the complexity of tracking this activity.
Command and Control (C2) primarily occurs using RC4 cipher communications over port 443 to domains that change IP addresses.
Exfiltration
1 techniqueBUGJUICE... has the capability to... exfiltrate data... The tactic also serves to mask malicious C2 and exfiltration traffic and make it appear innocuous.
Recent activity
35 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A Windows payload included in UAT-7290's toolset.
China-linked Windows payload used by UAT-7290 in intrusions.
Windows-based bespoke implant commonly linked to China-nexus threat actors.
A Windows implant malware family attributed in the content to APT10 and observed with technical indicator overlap in UAT-7290 activity.
The version that knows your environment.
Match every observed IP, domain, and hash against your live telemetry.
Named campaigns wielding this family, with evidence pinned to each claim.
CVEs this family uses for access and lateral movement.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Every documented technique, ranked by evidence weight.
Reddit, Mastodon, and CTI community discussion around this family.