China-Aligned FamousSparrow Deploys SparroWocky Backdoor in Latin America
The state-sponsored threat actor FamousSparrow is deploying the new modular SparroWocky C++ backdoor against government entities in Latin America using advanced anti-analysis techniques.
The China-aligned state-sponsored threat actor FamousSparrow has introduced a new modular C++ backdoor, SparroWocky, targeting government entities in Latin America. Since at least August 2025, the group has shifted away from its legacy SparrowDoor implant to this sophisticated successor. SparroWocky demonstrates advanced engineering, integrating open-source libraries such as Mbed TLS for encrypted command-and-control (C2) communication, MinHook for thread obfuscation, and a COFF loader for executing in-memory plugins. The malware employs complex anti-analysis tactics, including call stack spoofing via a variant of SilentMoonwalk to evade security product monitoring. FamousSparrow focuses on cyber espionage, with telemetry indicating that 90% of observed targeting occurs within Latin American nations, specifically Argentina, Ecuador, Guatemala, Honduras, Panama, Peru, Puerto Rico, and Venezuela. The group's ability to integrate custom and open-source tooling directly into its primary implant indicates a high level of operational maturity and a persistent threat to regional governmental infrastructure.
Attack Chain
- Initial access is achieved via unknown vectors, though subsequent stages rely on a consistent DLL sideloading chain.
- A legitimate, signed executable is launched, which serves as a host to load a malicious loader DLL.
- The loader DLL decrypts and executes the main SparroWocky payload in memory.
- The backdoor initiates secure C2 communication with the server at 216.238.110.120 using Mbed TLS.
- The malware employs MinHook to obfuscate thread start addresses and uses SilentMoonwalk for call stack spoofing to defeat behavioral analysis.
- SparroWocky utilizes a COFF Loader to dynamically inject and execute additional plugins for expanded capabilities.
- The actor performs data collection, including network interface discovery (T1016), file operations, and periodic screen captures (T1113).
- Final objectives include file exfiltration and eventual self-deletion of the backdoor from the host system.
Impact
Successful deployment of SparroWocky results in long-term persistent access for cyber espionage activities against governmental entities. The malware provides the actor with full control over compromised systems, including the ability to exfiltrate sensitive documents, conduct real-time surveillance via screenshots, and pivot through networks using TCP proxying. The widespread targeting across eight Latin American countries suggests a coordinated intelligence gathering campaign.
Recommendation
Prioritize monitoring of network traffic to identified C2 infrastructure and endpoint activity related to suspicious DLL loading.
- Block the C2 IP address 216.238.110.120 at the perimeter firewall and DNS resolver.
- Deploy Sigma rules to detect suspicious DLL sideloading patterns where signed binaries load non-standard DLLs from application directories.
- Hunt for in-memory execution patterns associated with COFF loaders and the use of the MinHook library within legitimate process memory spaces.
- Investigate endpoints for unexpected C2 traffic patterns consistent with Mbed TLS, particularly from processes that do not typically initiate network connections.
Immediate actions
Block 216.238.110.120 at egress firewalls
Threat Hunt
Search for unsigned DLLs loaded by signed executables in non-standard directories
Data: Sysmon Event ID 7
Detection coverage 1
Detect DLL Sideloading via Suspicious Image Load
highDetects potential DLL sideloading where a known legitimate process loads a DLL from a suspicious directory
Detection queries are available on the platform. Get full rules →
Indicators of compromise
1
ip
| Type | Value |
|---|---|
| ip | 216.238.110.120 |