Skip to content
Malware

Minecraft Malware Loader Uses RSA-Signed Smart Contract Updates for Persistent C2

A new and highly sophisticated malware loader has been found hiding inside what appears to be a harmless Minecraft mod. Researchers have uncovered a campaign that blends blockchain technology and social engineering to steal player credentials and deliver additional malicious payloads. The damage is...

· Jun 26, 2026 · 5 min read · 👁 0 views
Minecraft Malware Loader Uses RSA-Signed Smart Contract Updates for Persistent C2

A new and highly sophisticated malware loader has been found hiding inside what appears to be a harmless Minecraft mod.

Researchers have uncovered a campaign that blends blockchain technology and social engineering to steal player credentials and deliver additional malicious payloads.

The damage is already significant, with over 116,000 unique systems compromised since the campaign began in January 2026.

The malware, known as LoaderClient, spreads as a fake Minecraft Fabric mod. Once installed, it immediately harvests the player’s session data, including display name, account UUID, and live Microsoft OAuth access token.

That stolen token is especially dangerous because it can take over a victim’s account without needing a password or bypassing two-factor authentication.

Analysts at DarkAtlas identified and detailed the malware in a report shared with Cyber Security News (CSN).

Their findings reveal LoaderClient is the stage-one payload of a broader campaign called WeedHack, a Malware-as-a-Service platform available free or for five dollars a month.

By June 2026, the operation had produced over 3,820 unique malicious files and was logging between 2,000 and 3,000 new infections daily.

Flixible plans (Source - DarkAtlas)
Flixible plans (Source – DarkAtlas)

What makes this threat alarming is how it spreads. Operators upload polished YouTube videos showcasing popular mods and bury malicious download links in the descriptions.

They also run fake portals that impersonate legitimate mod sites and rank highly through SEO poisoning. Because players are conditioned to dismiss antivirus warnings as false positives, many disable their defenses and run the malware unknowingly.

The campaign has grown a community of over 850 registered operators on Telegram, many of them teenagers using the tools for peer harassment, webcam access, and social media hijacking.

This shift reflects how low-cost malware is increasingly weaponized for personal disputes rather than purely financial crime.

Minecraft Malware Loader Uses RSA-Signed Smart Contract Updates

What sets LoaderClient apart is its command-and-control architecture. Instead of embedding a server address in the code, the malware queries an Ethereum smart contract to retrieve its active C2 URL using a technique called EtherHiding.

This makes the infrastructure nearly impossible to disrupt through domain seizures or hosting provider action.

Video tutorials and guides (Source - DarkAtlas)
Video tutorials and guides (Source – DarkAtlas)

The smart contract responds with a URL paired with an RSA digital signature. The malware then verifies that signature against a hardcoded 2048-bit RSA public key before trusting the address.

Only the operator’s private key can produce a valid signature, so even tampering with the contract would be rejected, making sinkholing attacks useless.

Once the C2 URL is verified, LoaderClient downloads the stage-two payload entirely in memory, never writing a file to disk. That payload is compiled using JNIC v3.7.0, hiding all logic inside encrypted native Windows DLLs.

It independently re-resolves C2 through the same Ethereum contract and uses DNS-over-HTTPS to evade corporate network monitoring. The Ethereum contract address is the most durable indicator of this campaign, living permanently on the blockchain.

Detection Evasion and Defense Recommendations

LoaderClient layers multiple evasion techniques to avoid detection at every stage. All sensitive strings are encrypted using a custom cipher called decS, producing non-standard Unicode characters that defeat signature-based tools.

The JAR also contains a 442-megabyte zip bomb compressed to roughly 665 kilobytes, designed to crash automated scanners and bypass upload size limits.

The stage-two module escalates privileges through a CMSTP UAC bypass, silently approving elevation prompts without any input from the victim.

Weedhack Chat (Source - DarkAtlas)
Weedhack Chat (Source – DarkAtlas)

A scheduled task called JMonitoringTask runs every two minutes as a watchdog, while another named JavaSecurityUpdater activates at login with the highest system privileges.

Windows Defender is manipulated to add exclusion paths that prevent scanning of the dropped files. Defenders are advised to block Ethereum RPC traffic on gaming and educational networks, since no legitimate Minecraft activity requires blockchain calls.

Organizations should monitor the Ethereum contract on Etherscan for URL rotation history, which leaves a permanent public record of operator activity.

Deploying the published YARA detection rules and rotating affected credentials immediately after any suspected infection are both essential steps to limit further damage.

Indicators of Compromise (IoCs):-

TypeIndicatorDescription
SHA256F91714F89616002C6C1411233470F58E74FAD7CB5A7DA6F77AA6082F5D2E8771Stage-1 LoaderClient JAR file hash
SHA1F7911F5BE3D08DA95DCDA8AFB1BEB8E462376F9DStage-1 LoaderClient JAR file hash
MD5D991A7C9E2C3B269975404405A79ADBCStage-1 LoaderClient JAR file hash
SHA256E7D1346153B49CE403687BBD0DDBF1DB63DE6808D64EA2812EA48EF0CFE7CF2AStage-2 Module.jar file hash
Ethereum Contract0x1280a841Fbc1F883365d3C83122260E0b2995B74Ethereum smart contract used for C2 URL resolution (EtherHiding)
Domainfucktermedfir[.]stCurrent active C2 domain resolved from smart contract
Domainwhnewreceive[.]ruPrevious C2 domain (active March 2026)
URLhttps://fucktermedfir[.]st/files/jar/moduleStage-2 payload download URL
WebSocketwss://remotev2.whpayment[.]ru/ws/clientPrimary WebSocket C2 endpoint for premium RAT
WebSocketwss://remotev2.whreceive[.]ru/ws/clientBackup WebSocket C2 endpoint for premium RAT
Domaintelemetrydata[.]toData exfiltration endpoint
IPv445.141.119.34 (Port 50169)Network indicator associated with campaign
File Path%APPDATA%\Roaming\RuntimeBroker.exeDropped backdoor location on infected host
File Path%APPDATA%\Roaming\Microsoft\Tlmtry\Telemetry.exeDropped stealer location on infected host
File Path%APPDATA%\Roaming\WindowsRunetimeBroker.exeBackup payload location on infected host
File Path%TEMP%\lib*.dllNative DLL dropped by JNIC loader
File Path%TEMP%*.acdmConfiguration file dropped on infected host
Registry KeyHKCU\Software\Microsoft\Windows\CurrentVersion\RunPersistence registry key used by malware
Scheduled TaskJMonitoringTaskWatchdog task running every 2 minutes
Scheduled TaskJavaSecurityUpdaterPersistence task running at LOGON with HIGHEST privilege
JAR ResourceMETA-INF/README.txtZip bomb entry inside malicious JAR
JAR Resourcecfg.jsonEmbedded config file containing campaign UUID
File Extension.acdmCustom file extension used for dropped config files
Campaign UUID6fb0a044-eb0c-4d1f-b497-827b715590a7Operator-assigned campaign identifier embedded in stage-1

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Source: CybersecurityNews.com

Follow ShomoySoft for more: Follow on Facebook

💬 Comments (0)

Login to join the discussion.

No comments yet. Be the first!

Related Articles

Recommended for you