惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Martin Fowler
Martin Fowler
MyScale Blog
MyScale Blog
博客园 - 聂微东
有赞技术团队
有赞技术团队
The Cloudflare Blog
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
T
The Blog of Author Tim Ferriss
D
Docker
L
LangChain Blog
Vercel News
Vercel News
C
Check Point Blog
博客园 - Franky
博客园 - 三生石上(FineUI控件)
Recent Announcements
Recent Announcements
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
人人都是产品经理
人人都是产品经理

Cyber Security News

AIRecon: AI-Powered Penetration Testing Tool with Kali Linux Sandbox Critical Chrome Vulnerabilities Allow Attackers to Execute Arbitrary Code - Update Now! UNC3753 Uses Screen-Sharing Sessions and RMM Tools to Exfiltrate Sensitive Legal Data New OnionDrop Loader Campaign Uses gainmsg C2 to Deliver LegionLoader Payloads ClickFix Campaign Uses EtherHiding and GULoader to Infect Windows Users via Fake CAPTCHA Ghostwriter Hackers Abuse Gmail Admin-Themed Emails to Steal Credentials and 2FA Codes The Half-Life of Threat Intelligence: When Does an IOC Stop Being Useful? Critical Fortinet FortiSandbox Vulnerabilities Actively Exploited in Attacks Aembit Extends IAM for Agentic AI to Microsoft Copilot Studio India Temporarily Bans Telegram Messenger Over Medical Exam Fraud Microsoft 365 Device Code Phishing Campaign Bypasses Password Theft With Legitimate Login Flow AppViewX Launches Agent Identity Security to Govern Agents for the AI and Quantum Era Hackers Weaponize Microsoft Teams Relay to Hide Ransomware Traffic Developer laptops are the credential store attackers are picking through in 2026, GitGuardian announces Endpoint Protection Interlock and Rhysida Ransomware Operations Share Supper Backdoor and Malware Codebase Novo Nordisk Confirms Cyber Attack — Hackers Accessed Patient Medical Data and Internal AI Assets Russian and Chinese Influence Actors Use AI to Evade Bot Detection and Mimic Human Behavior Microsoft Teams Analyze the Wi-Fi Hotspot Data Connected to an Employee’s Device PRC-Nexus Hackers Exploit REDCap Servers to Spy on US Medical Research Institutions Infinite Campus Data Breach Exposes 137,000 Users Personal Details OptinMonster Plugin Hack Exposes 1.2 Million Wordpress Sites to Cyberattack Ransomware Ecosystem Consolidates Around LockBit Alumni, Qilin, Hyflock, and The Gentlemen Hackers Abuse Legitimate RMM Tools in The Quarry IRS and SSA Phishing Campaigns LiteSpeed cPanel Plugin 0-Day Vulnerability Actively Exploited in the Wild Cisco SD-WAN vManage Vulnerability Exploited in Zero-Day Attacks Nearly 14,000 SimpleHelp Servers Exposed Amid Critical Authentication Bypass Disclosure Microsoft Site Showing Warning Following Certificate Expiry DPAPISnoop Tool Extracts CREDHIST Hashes for Offline Windows Credential Recovery SHADOWBYT3$ Allegedly Claim Breach of Nintendo, Stealing Sensitive Data Anthropic Updated Privacy Policy to Include Identity Verification for Claude Users
Minecraft Malware Loader Uses RSA-Signed Smart Contract U...
Tushar Subhra Dutta · 2026-06-26 · via Cyber Security News

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.

Follow us on Google NewsLinkedIn, and X to Get More Instant UpdatesSet CSN as a Preferred Source in Google.

Tushar Subhra Dutta

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.