Critical RemotePC RMM Flaw Exploited to Deploy Prinz Eugen Ransomware
Key Takeaways A novel ransomware operation, dubbed Prinz Eugen, is actively targeting organizations globally, including major financial institutions. The group leverages legitimate RemotePC RMM...
Key Takeaways
- A novel ransomware operation, dubbed Prinz Eugen, is actively targeting organizations globally, including major financial institutions.
- The group leverages legitimate RemotePC RMM software and PowerShell scripts to deploy its sophisticated Go-based ransomware.
- Prinz Eugen prioritizes encrypting recently modified files, maximizing pressure on victims, and employs advanced anti-forensic techniques to hinder recovery and investigation.
- The attacks are attributed to a single, experienced threat actor known as ROOTBOY, who has a history of data extortion.
Prinz Eugen Ransomware Leverages RemotePC RMM in Targeted Attacks
A new and technically advanced ransomware group, identified as Prinz Eugen, is actively compromising organizations across various sectors, including prominent financial institutions and regional training firms. The threat actors are exploiting remote management software and custom PowerShell tools to efficiently deploy their namesake ransomware, as detailed in recent threat intelligence reports.
Table Of Content
- Key Takeaways
- Prinz Eugen Ransomware Leverages RemotePC RMM in Targeted Attacks
- The Emergence of Prinz Eugen
- Technical Sophistication and Anti-Forensic Measures
- Threat Actor Profile: ROOTBOY / GERMANIA
- Attack Chain: RemotePC RMM and PowerShell Stagers
- Encryption Behavior and Anti-Forensic Design
- What You Should Do
- Indicators of Compromise (IoCs):-
This campaign has impacted victims in multiple countries, demonstrating a broad operational scope. The use of legitimate tools like RemotePC RMM and custom PowerShell stagers allows the attackers to integrate seamlessly into victim networks, complicating detection and response efforts.
The Emergence of Prinz Eugen
Prinz Eugen first came to light on April 16, 2026, following a social media post that revealed a new ransomware leak portal. This portal was linked to a significant attack on Standard Bank Group, a leading financial institution based in South Africa. The group’s tactics escalated rapidly, with attackers releasing stolen data in daily increments after the bank reportedly refused to meet their ransom demands.
The ransomware’s name, “Prinz Eugen,” is a direct reference to a German heavy cruiser from World War II. This historical allusion is one of several German-language references woven throughout the group’s operational lexicon, suggesting a possible origin or thematic preference for the threat actor.
Technical Sophistication and Anti-Forensic Measures
Researchers at ThreatDown initiated an investigation into an infected client environment on May 11, 2026. Their subsequent analysis unveiled the encryptor’s advanced capabilities. According to a report shared with Cyber Security News (CSN), the Prinz Eugen ransomware is developed in Go, a programming language that significantly increases the difficulty of reverse-engineering compared to older, more common ransomware strains.
The meticulous technical construction of Prinz Eugen sets it apart from many initial-stage ransomware samples observed in recent years. A key characteristic that makes Prinz Eugen particularly dangerous is its file encryption strategy. Instead of encrypting files alphabetically, it targets the most recently modified files first. This approach ensures that active documents, open databases, and recently saved work are hit immediately, placing maximum pressure on victims to pay the ransom before they can rely on backups for recovery. Following successful encryption, the malware performs a stealthy self-removal, erasing its presence to hinder forensic analysis.
Threat Actor Profile: ROOTBOY / GERMANIA
The Prinz Eugen operation is believed to be orchestrated by a single, highly skilled individual known as ROOTBOY. This actor previously operated under the alias GERMANIA, engaging in the sale of stolen data on underground forums before the advent of Prinz Eugen. ROOTBOY’s history includes significant breaches, such as those affecting a U.S. driving-school software provider and a 700Credit database containing over 8.4 million records. This track record indicates an individual with established access to criminal marketplaces and considerable experience in executing data extortion campaigns.
Attack Chain: RemotePC RMM and PowerShell Stagers
In a detailed incident analysis, the attacker gained initial access to the victim’s network through compromised Remote Desktop Protocol (RDP) credentials. The Prinz Eugen encryptor executable, disguised as servertool.exe, was downloaded via Chrome and placed in the victim’s Music folder. The threat actor then exploited RemotePC, a legitimate remote management tool, to launch PowerShell stagers. These scripts were designed to retrieve additional malicious payloads from a command-and-control (C2) server located at 212.80.7.74.
These secondary payloads were likely remote access tools used for data theft and exfiltration. The attacker further solidified their presence by creating a hidden administrative account using the command net user admin germania /add, establishing a persistent backdoor. The strategic use of legitimate RMM software enabled the operator to mask their malicious activity within normal network traffic, thereby evading standard security alerts.
The infrastructure supporting the Prinz Eugen campaign, while compact, was deliberately crafted. Three domains, including a typosquat of Standard Bank’s legitimate domain (stndrdbnk[.]cc) and a deceptive CAPTCHA page (g-captchafestung[.]sbs), resolved to the same C2 server. These were likely used to lure victims into executing malicious code. Upon the public exposure of the C2 server IP address, the operator swiftly dismantled their infrastructure, removing DNS records and wiping the administrative panel to obscure their tracks.
Encryption Behavior and Anti-Forensic Design
The Prinz Eugen encryptor utilizes ChaCha20-Poly1305 with authenticated encryption (AEAD), assigning a unique key to each encrypted file. Its sophisticated key derivation process involves three stages, and it processes data in one-megabyte chunks, rendering decryption without the original key virtually impossible. Encrypted files are marked with the .prinzeugen extension. Notably, the ransomware does not leave a ransom note on the disk. All communication with victims occurs through out-of-band channels, such as direct email or dark-web portals, thereby eliminating a crucial forensic indicator that investigators typically rely on.
Before exiting the system, the malware meticulously wipes its encryption key from memory, executes garbage collection to clear any residual data, and then deletes itself using a timed Windows command (cmd.exe /C ping 127.0.0.1 -n 2 > nul & del /F /Q …Musicservertool.exe). This deliberate anti-forensic cleanup significantly limits the data available for forensic teams to recover post-attack, highlighting the operator’s deep understanding of enterprise environments and the limitations of standard incident response procedures.
What You Should Do
- Monitor RMM Tool Usage: Actively monitor and audit the use of remote management tools like RemotePC for any unauthorized or suspicious activity, especially when correlated with PowerShell script execution.
- Secure RDP Access: Restrict untrusted RDP access, enforce strong, unique passwords, and implement multi-factor authentication (MFA) for all RDP connections.
- Implement Least Privilege: Ensure that user accounts operate with the principle of least privilege. Regularly audit for the creation of new, unrecognized local administrator accounts.
- Network Segmentation: Segment your network to limit lateral movement in the event of a breach, preventing ransomware from spreading throughout your entire infrastructure.
- Regular Backups: Maintain robust, offline, and regularly tested backup strategies to enable recovery without paying a ransom.
- Endpoint Detection and Response (EDR): Deploy and configure EDR solutions to detect and respond to suspicious processes, file modifications, and network communications indicative of ransomware activity.
- Employee Training: Conduct regular cybersecurity awareness training for employees to recognize phishing attempts, suspicious links, and social engineering tactics that could lead to initial compromise.
Indicators of Compromise (IoCs):-
| Type | Indicator | Description |
|---|---|---|
| IP Address | 212[.]80[.]7[.]74 | C2 / panel / payload host (AS215439, Play2go International, Frankfurt, DE) |
| Domain | stndrdbnk[.]cc | Standard Bank typosquat; resolved to C2 IP |
| Domain | g-captchafestung[.]sbs | Fake-CAPTCHA / possible ClickFix-style lure; resolved to C2 IP |
| Domain | festung-e.duckdns[.]org | Dynamic-DNS host; observed between May 23 and 30, 2026 |
| Onion (Leak Site) | prinzfkbjiazbrur4mjje6mntjc4vydx3iatkkzycufoylqcoo4y7pqd[.]onion | Active Prinz Eugen leak site |
| Onion (Leak Site) | 6cudc5cqa2bjpwdhcwm2lj6dbqejjjqzeo6ipwvmbazr6cgu7vfk3dad[.]onion | Original leak site; currently down |
| Actor Handle | ROOTBOY | Primary threat actor handle (Exploit, DarkForums) |
| Actor Handle | avtokz | Earlier alias used on XSS forum |
| Actor Handle | GERMANIA | Extortion alias used in 700Credit data sale |
| TOX ID | 496187425B2944D73FBB17CAF3F9FD569B9ED3A08A497A8314CB4F27A51E65081ACEE1E22F21 | Actor contact identifier |
| prinzeugen@mail2tor[.]co | Actor contact email | |
| standardbankcc@cock[.]li | Actor contact email linked to Standard Bank extortion | |
| BTC Address | bc1q2ztpcvqdaptej6uu2ywt9mrlatx6envu34rf0v | Actor Bitcoin wallet |
| File Name | servertool.exe | Prinz Eugen ransomware encryptor payload |
| File Extension | .prinzeugen | Extension appended to all encrypted files |
| Go Package | scorched-earth-ausfc | Internal Go package containing encryption functions |
| File Header Magic | CHV1 | Magic bytes in encrypted file header |
| SHA-256 Hash | 686213cc11d36af764de824801bced9366dfca3823fe0d51b752f74149bcf1f4 | Hash of servertool.exe payload |
| Persistence Command | net user admin germania /add | Backdoor admin account creation command |
| Self-Delete Command | cmd.exe /C ping 127.0.0.1 -n 2 > nul & del /F /Q …Musicservertool.exe | Malware self-deletion mechanism |
| RMM Tool | RemotePC (IDrive) | Legitimate RMM tool abused for PowerShell staging |
| URL | https://212[.]80[.]7[.]74/serverscan.ps1 | PowerShell stager download URL |
| URL | https://212[.]80[.]7[.]74/stager/mini | PowerShell stager download URL |
| URL | https://212[.]80[.]7[.]74/stager/ps1 | PowerShell stager download URL |
| Crypto Algorithm | ChaCha20-Poly1305 (AEAD) | Encryption scheme; 32-byte master key, 1MB chunks, per-file random IVs, KDF: Argon2id to SHA-256 to HKDF-SHA256 |
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.
Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.



No Comment! Be the first one.