116,000+
A widespread Malware-as-a-Service (MaaS) campaign called "WeedHack" is actively targeting the large and active community of the game Minecraft. According to a security report from June 7, 2026, the operation has already compromised more than 116,000 systems. The WeedHack MaaS platform provides paying cybercriminals with a user-friendly web dashboard to control infected machines. This dashboard grants attackers extensive capabilities, including real-time screen viewing, webcam access, and file exfiltration. This incident underscores the ongoing trend of threat actors targeting gamers, who are often younger and less security-aware, and the democratizing effect of the MaaS model on cybercrime.
The WeedHack operation is a prime example of the MaaS business model. The developers of the malware do not carry out the attacks themselves; instead, they sell or lease access to the malware and its control infrastructure to other, less-skilled criminals (often referred to as "script kiddies"). This business model dramatically lowers the barrier to entry for cybercrime, allowing anyone with a few dollars to launch sophisticated attacks.
The campaign specifically targets the Minecraft community, a massive and global player base. Attackers typically distribute the malware by bundling it with desirable game-related content, such as:
When a player downloads and runs the malicious file, their system is infected, and it becomes another node in the WeedHack botnet.
While the exact technical details of the malware are not specified, the functionality described points to a Remote Access Trojan (RAT).
T1204.002 - User Execution: Malicious File).T1547.001 - Boot or Logon Autostart Execution: Registry Run Keys / Startup Folder).T1219 - Remote Access Software).T1113 - Screen Capture): Real-time viewing of the victim's screen.T1125 - Video Capture): Accessing the victim's webcam.T1005 - Data from Local System): Browsing and exfiltrating files from the victim's hard drive.This functionality allows attackers to steal personal information, credentials, and financial data, or to use the victim's identity for further malicious acts.
The impact on the 116,000+ victims is severe:
The broader impact is the continued demonstration that the gaming community is a soft and lucrative target for cybercriminals. The MaaS model ensures that even if the original WeedHack developers are taken down, the business model will persist with other malware families.
No specific Indicators of Compromise were mentioned in the source articles.
To hunt for WeedHack or similar RATs targeting gamers:
%AppData%\Roaming\.minecraft\mods.jar files in the Minecraft mods folder. Malicious mods may be unusually large or have obfuscated code.javaw.exejavaw.exe processes for suspicious child processes or outbound network connections to non-Mojang/Microsoft IP addresses.Unusual outbound traffic during gameplayEducating users, especially younger gamers, about the risks of downloading files from untrusted sources is the most critical preventative measure.
A modern endpoint security product can detect and block the installation and execution of common RATs used in these campaigns.
Running games and daily tasks as a standard user without admin privileges can limit the malware's ability to establish persistence and access system-wide files.
For gamers who frequently use mods, it's crucial to analyze these files before running them. A practical approach is to use a multi-engine scanner like VirusTotal to upload and scan any downloaded mod (.jar file) before placing it in the Minecraft mods folder. While not foolproof, this can catch known malicious files. More advanced users can use Java decompilers to inspect the mod's code for suspicious behavior, such as network connections to hardcoded IPs or code designed to execute external commands. This proactive analysis directly counters the attacker's distribution method.
A more advanced defense is to use an application sandboxing or isolation tool. By running Minecraft within a sandbox, you can restrict its ability to access the broader file system, webcam, or make unrestricted network calls. The sandbox policy could be configured to allow the javaw.exe process to read and write only to its own game directory and connect only to official Mojang/Microsoft servers. Any attempt by a malicious mod to access personal documents in C:\Users\<user>\Documents or to activate the webcam would be blocked by the sandbox policy, neutralizing the RAT's primary functions.
Since the initial infection vector is a user running an untrusted executable (the mod installer or the game launcher itself), application control is a highly effective, though strict, countermeasure. By using a tool like Windows Defender Application Control to create a policy that only allows signed and trusted executables to run, the malicious file from the untrusted source would be blocked from executing in the first place. This prevents the infection chain from ever starting. While this requires more configuration, it provides a very high level of security against this type of threat.
A weekly security report highlights the 'WeedHack' MaaS campaign and its scale of infection.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.