Threat Intel
Chinese Espionage Group Deploys New SparroWocky Backdoor in Latin America
FamousSparrow, a China‑linked threat actor, has moved beyond its old SparrowDoor tool and rolled out the modular C++ backdoor SparroWocky against government entities across Latin America. The malware uses sophisticated anti‑analysis tricks—DLL side‑loading, RC4‑encoded payloads, dynamic API resolution, and CreateThread hooking—to evade detection. It can execute commands, exfiltrate data, capture high‑frequency screenshots, proxy traffic, and even wipe its own traces. ESET’s analysis pinpoints 18 C2 endpoints and shows the operation has been active for over a year, targeting Argentina, Ecuador,
Chinese‑linked espionage outfit FamousSparrow has shifted its attack toolkit, replacing its older SparrowDoor backdoor with a new, more stealthy weapon called SparroWocky. The move has been in play for more than a year and has focused on government organizations across Latin America.
What SparroWocky Can Do
- Execute arbitrary commands and launch executables.
- Load and run Beacon Object Files entirely in memory.
- Harvest system, network, user, domain, and Windows version details.
- Enumerate drives, directories, files, displays, and active user sessions.
- Upload, download, copy, move, rename, and delete files.
- Take screenshots every 500 ms, sending only changed screen regions after the first full image.
- Create processes in other logged‑in users’ sessions.
- Act as a TCP proxy and forward connections.
- Remove its own persistence and delete its files to clean up evidence.
Stealthy Delivery and Evasion
SparroWocky is delivered via DLL side‑loading. A loader decrypts an RC4‑encoded payload stored in a .dat file and maps it directly into memory, bypassing file‑based detection. The malware then employs a suite of evasion tactics:
- Call‑stack and threat‑origin spoofing.
- Dynamic API resolution.
- Disguising in‑memory code and DLLs as legitimate Windows components.
- Hooking the CreateThread API with the MinHook library so that threads appear to start at the harmless AnimateWindow function, tricking security products.
Persistence Mechanisms
- Registers itself as a Windows service named
ProcAuditManager. - Creates a registry key (
SnapCart) under HKLM or HKCU, depending on privilege level.
Command‑and‑Control Profile
At least 18 C2 addresses have been identified, communicating over port 443 or 8080, or via HTTP and SOCKS5 proxies. The traffic is predominantly HTTPS, making it harder for perimeter defenses to flag.
Target Landscape
From mid‑2025 onward, the focus has been on Latin American governments: Argentina, Ecuador, Guatemala, Honduras, Panama, Peru, Puerto Rico, and Venezuela. The objective appears to be gathering intelligence on how these governments respond to increasing U.S. pressure on Chinese economic interests.
Defensive Takeaway
Security teams should add the listed indicators of compromise to their detection rules, monitor for unusual screenshot activity, and watch for DLL side‑loading patterns. Keeping host‑based EDRs updated and enforcing strict DLL signing policies can help blunt the attack surface.