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

推荐订阅源

博客园_首页
IT之家
IT之家
博客园 - Franky
Stack Overflow Blog
Stack Overflow Blog
宝玉的分享
宝玉的分享
Recent Announcements
Recent Announcements
Engineering at Meta
Engineering at Meta
S
SegmentFault 最新的问题
V
Visual Studio Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Last Week in AI
Last Week in AI
H
Help Net Security
V
V2EX
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
博客园 - 叶小钗
J
Java Code Geeks
博客园 - 【当耐特】
月光博客
月光博客
爱范儿
爱范儿
人人都是产品经理
人人都是产品经理
酷 壳 – CoolShell
酷 壳 – CoolShell
小众软件
小众软件

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
Hackers Use RemotePC RMM and PowerShell Stagers to Deploy...
Tushar Subhra Dutta · 2026-06-23 · via Cyber Security News

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.

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.