Executive Summary
Fooder is a 64‑bit loader used by the MuddyWater threat group to decrypt and reflectively load multiple payloads, including an SSH proxy, an infostealer, and a backdoor. It masquerades as benign executables such as a Snake game, enabling stealthy delivery on Windows platforms. The loader’s modular design supports in‑memory execution, greatly reducing forensic footprints.
Enhanced Description
Fooder is a 64‑bit native loader written in C/C++ that acts as the entry point for several advanced adversarial tools grouped under the MuddyWater threat coalition. It decrypts and reflectively loads embedded binary modules directly into memory, obviating the need to write secondary payloads to disk. The bundled payloads include a lightweight Go‑based SOCKS5 proxy utility, the popular open‑source HackBrowserData infostealer, and the MuddyViper backdoor suite. The loader’s construction allows it to masquerade as benign executables – most notably versions of an innocuous Snake game (e.g., *Snake_Game.exe*). This deception facilitates dropper-based delivery while also making signature‑based detection more difficult. Fooder demonstrates typical loading and execution stages found in modern, low‑visibility malware: data obfuscation, in‑memory execution via reflective DLL loading, and remote configuration through the embedded proxies. Operationally, once Fooder is executed it decrypts its payload, injects or loads each module into a secure sandboxed environment, and hands control over to the next stage. The proxy component establishes outbound traffic, typically for command‑and‑control, while the infostealer harvests credential caches from browsers and sends them back to adversary infrastructure. These capabilities illustrate a multi‑stage supply chain that can be leveraged across different campaigns. Overall Fooder exemplifies an advanced, modular loader designed for stealth, persistence, and versatility. Its reliance on in‑memory execution patterns makes it a prime target for behavior‑based detection techniques, while the masquerading strategy underscores the importance of contextual file name analysis in malware triage.
Key Capabilities
ATT&CK Techniques
Recommended Actions
Suggested Tags
Confidence Assessment
The intelligence is drawn from a single public ESET report with limited code samples. While the described behaviors align with known MuddyWater tactics, details such as encryption algorithms and persistence mechanisms remain undocumented, requiring further analysis to improve confidence.
Fooder is a custom 64-bit C/C++ loader used by MuddyWater that can decrypt and reflectively load embedded payloads such as a go-socks5 proxy utility, the open-source HackBrowserData infostealer, or the MuddyViper backdoor. Fooder has frequently masqueraded as an entertainment executable, such as the Snake game (e.g., `Snake_Game.exe`).(Citation: ESET_MuddyWater_Dec2025)