Skip to content
Data Breach

Hackers Use RemotePC RMM and PowerShell Stagers to Deploy Prinz Eugen Ransomware

A newly identified ransomware group is using remote management software and scripted attack tools to compromise organizations and deploy a sophisticated encryption threat called Prinz Eugen. The campaign has claimed victims across multiple countries, with targets ranging from major financial institu...

· Jun 22, 2026 · 5 min read · 👁 1 views
Hackers Use RemotePC RMM and PowerShell Stagers to Deploy Prinz Eugen Ransomware

A newly identified ransomware group is using remote management software and scripted attack tools to compromise organizations and deploy a sophisticated encryption threat called Prinz Eugen.

The campaign has claimed victims across multiple countries, with targets ranging from major financial institutions to regional training firms.

Prinz Eugen first surfaced on April 16, 2026, when a social media post flagged a new ransomware leak portal linked to an attack on Standard Bank Group, a leading financial institution in South Africa.

The threat gained wider attention as attackers escalated tactics, releasing stolen data in daily batches after the bank refused to pay.

The name references a German heavy cruiser from World War II, the first of several German-language references woven through this campaign.

Researchers at ThreatDown investigated an infected customer environment on May 11, 2026, and published a detailed analysis of the encryptor’s capabilities.

According to ThreatDown said in a report shared with Cyber Security News (CSN), the ransomware is written in Go, making it harder to reverse-engineer than many older threats.

It was built with technical care that sets it apart from most first-wave ransomware samples seen in recent years. What makes Prinz Eugen particularly dangerous is how it selects files.

File iteration logic with the most recently modified files displayed first (Source - ThreatDown)
File iteration logic with the most recently modified files displayed first (Source – ThreatDown)

Rather than working alphabetically, it targets the most recently modified files first, hitting active documents, open databases, and freshly saved work.

This puts maximum pressure on victims to pay before backups can help. Once encryption is complete, the malware quietly removes itself, erasing any trace it was present.

The group is believed to be a single operator known as ROOTBOY, who had been selling stolen data under the alias GERMANIA before Prinz Eugen existed.

Prior activity includes breaches affecting a US driving-school software provider and a 700Credit database holding over 8.4 million records.

This history reflects someone with established criminal marketplace access and real experience running extortion operations.

Hackers Use RemotePC RMM and PowerShell Stagers

In the incident analyzed, the attacker gained initial access through compromised Remote Desktop Protocol credentials. The encryptor executable, named servertool.exe, was downloaded using Chrome and placed in the victim’s Music folder.

Temporary file encryption (Source - ThreatDown)
Temporary file encryption (Source – ThreatDown)

The attacker then used RemotePC, a legitimate remote management tool, to launch PowerShell stagers and pull additional payloads from a command-and-control server at 212.80.7.74.

Those payloads were likely remote access tools built for data theft and exfiltration. The attacker also created a hidden admin account using the command net user admin germania /add, establishing a persistent foothold in the environment.

Using legitimate RMM software allowed the operator to blend into normal enterprise traffic and avoid triggering standard alerts.

The infrastructure supporting the campaign was deliberate but compact. Three domains resolved to the same server, including a typosquat of Standard Bank’s domain and a fake CAPTCHA page likely used to lure victims into executing malicious code.

After the server IP became public, the operator dismantled everything, removing DNS records and wiping the admin panel.

Encryption Behavior and Anti-Forensic Design

The encryptor uses ChaCha20-Poly1305 with a unique key per file, a three-stage key derivation process, and one-megabyte chunk processing, making decryption without the original key nearly impossible.

Each encrypted file receives the .prinzeugen extension, but no ransom note is ever written to disk. All victim communication happens through out-of-band channels such as direct email or dark-web portals, removing a key forensic indicator investigators rely on.

Before exiting, the malware wipes its encryption key from memory, runs garbage collection to clear residuals, and deletes itself using a timed Windows command.

The C2 panel at the time of writing (Source - ThreatDown)
The C2 panel at the time of writing (Source – ThreatDown)

This deliberate cleanup limits what forensic teams can recover after an attack. The design reflects an operator comfortable with both enterprise environments and the limits of standard incident response.

Security teams should monitor for unauthorized use of remote management tools, especially when tied to PowerShell execution.

Blocking untrusted RDP access, enforcing multi-factor authentication, and watching for suspicious new local admin accounts are critical steps organizations must take to reduce exposure to this threat.

Indicators of Compromise (IoCs):-

TypeIndicatorDescription
IP Address212[.]80[.]7[.]74C2 / panel / payload host (AS215439, Play2go International, Frankfurt, DE)
Domainstndrdbnk[.]ccStandard Bank typosquat; resolved to C2 IP
Domaing-captchafestung[.]sbsFake-CAPTCHA / possible ClickFix-style lure; resolved to C2 IP
Domainfestung-e.duckdns[.]orgDynamic-DNS host; observed between May 23 and 30, 2026
Onion (Leak Site)prinzfkbjiazbrur4mjje6mntjc4vydx3iatkkzycufoylqcoo4y7pqd[.]onionActive Prinz Eugen leak site
Onion (Leak Site)6cudc5cqa2bjpwdhcwm2lj6dbqejjjqzeo6ipwvmbazr6cgu7vfk3dad[.]onionOriginal leak site; currently down
Actor HandleROOTBOYPrimary threat actor handle (Exploit, DarkForums)
Actor HandleavtokzEarlier alias used on XSS forum
Actor HandleGERMANIAExtortion alias used in 700Credit data sale
TOX ID496187425B2944D73FBB17CAF3F9FD569B9ED3A08A497A8314CB4F27A51E65081ACEE1E22F21Actor contact identifier
Emailprinzeugen@mail2tor[.]coActor contact email
Emailstandardbankcc@cock[.]liActor contact email linked to Standard Bank extortion
BTC Addressbc1q2ztpcvqdaptej6uu2ywt9mrlatx6envu34rf0vActor Bitcoin wallet
File Nameservertool.exePrinz Eugen ransomware encryptor payload
File Extension.prinzeugenExtension appended to all encrypted files
Go Packagescorched-earth-ausfcInternal Go package containing encryption functions
File Header MagicCHV1Magic bytes in encrypted file header
SHA-256 Hash686213cc11d36af764de824801bced9366dfca3823fe0d51b752f74149bcf1f4Hash of servertool.exe payload
Persistence Commandnet user admin germania /addBackdoor admin account creation command
Self-Delete Commandcmd.exe /C ping 127.0.0.1 -n 2 > nul & del /F /Q …\Music\servertool.exeMalware self-deletion mechanism
RMM ToolRemotePC (IDrive)Legitimate RMM tool abused for PowerShell staging
URLhttps://212[.]80[.]7[.]74/serverscan.ps1PowerShell stager download URL
URLhttps://212[.]80[.]7[.]74/stager/miniPowerShell stager download URL
URLhttps://212[.]80[.]7[.]74/stager/ps1PowerShell stager download URL
Crypto AlgorithmChaCha20-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.

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