400,000+
A widespread malware distribution campaign is targeting PC gamers, using pirated copies of popular titles to infect systems with a dangerous malware cocktail. Researchers reported on June 8, 2026, that over 400,000 devices worldwide have been compromised. The initial payload is a loader named "RenEngine," which is bundled with cracked installers for games like FIFA, Far Cry, and Assassin's Creed. While the game appears to run normally, RenEngine silently executes in the background, deploying secondary payloads. These have been observed to include the Rhadamanthys infostealer, AsyncRAT, and Backdoor.XWorm, escalating the threat from simple credential theft to full remote system compromise.
This campaign leverages the high demand for pirated software in the gaming community as its primary distribution vector. Threat actors package the RenEngine loader with modified installers of AAA game titles and distribute them through torrent sites and other unofficial channels. Users who download and run these installers unknowingly infect their own systems.
The initial infection is stealthy. The RenEngine loader is named after its use of a legitimate Ren'Py game engine launcher, which helps it evade basic detection. When the user launches the pirated game, the malicious code executes, establishing a foothold on the system and preparing to download further malware.
The attack chain is a classic example of malware bundling and dropper functionality:
T1204.002 - User Execution: Malicious File.T1036 - Masquerading). It executes alongside the game, making its activity less suspicious.T1555 - Credentials from Password Stores).T1219 - Remote Access Software).This multi-stage deployment allows the attackers to monetize the infection in various ways, from selling stolen credentials to using the compromised machine in a botnet.
With an estimated 400,000 infections globally (30,000 in the U.S.), the scale of this campaign is significant. The impact on individual victims can be severe:
The campaign highlights the persistent and high-risk nature of using pirated software. The promise of a free game often comes at the cost of total system and data compromise.
No specific file hashes, IP addresses, or domains were mentioned in the source articles.
Security teams and individuals can hunt for signs of this malware:
%AppData%\RenEngine\python.exe, pythonw.exeUnusual DNS queries from game processesunins000.exeFile Content Rules (D3-FCR) is relevant here.M1038 - Execution Prevention.The primary mitigation is user education on the dangers of downloading and installing pirated software from untrusted sources.
Use application allowlisting or execution prevention policies to block the execution of unauthorized installers and executables.
A modern antivirus or EDR solution can detect and block the known secondary payloads like Rhadamanthys and AsyncRAT.
The most robust technical countermeasure against this type of threat is executable allowlisting. By configuring systems to only run executables that are signed by trusted publishers or have known, good hashes, the initial malicious installer from the pirated game would be blocked from running. While implementing a full allowlisting policy can be complex, modern tools like Windows Defender Application Control can be deployed in a more manageable way. This fundamentally prevents the attack chain from starting, as the user cannot execute the initial malicious file, regardless of how convincing the lure is.
Security teams should use an Endpoint Detection and Response (EDR) tool to perform behavioral analysis of running processes. For this specific campaign, a rule should be created to alert when a process associated with a game (e.g., fifa26.exe) spawns an unexpected child process, such as python.exe or powershell.exe, or makes network connections to domains not associated with the game publisher. This focus on anomalous behavior allows for detection even if the malware's signatures are unknown. It targets the point where the disguised RenEngine loader attempts to execute its malicious functions, providing a critical detection opportunity.
On endpoints, especially for home users or in less-managed environments, a host-based firewall with strict outbound filtering rules can be highly effective. By default, applications should not be allowed to make outbound network connections. When a user runs the pirated game, the firewall would prompt for permission for the game executable to connect to the internet. While the user might allow the main game executable, subsequent prompts from unexpected processes like python.exe (the hidden loader) trying to connect to a C2 server would be highly suspicious. This gives the user a chance to block the malicious communication and investigate further.
Security researchers report on the 'RenEngine' malware campaign.

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.