Prinz Eugen Ransomware Targets Recent Files, Skips Ransom Notes
TL;DR
- Prinz Eugen prioritizes recently modified files for encryption, maximizing damage to actively-used business data before detection occurs.
- The Go-based malware drops no ransom note on infected systems, communicating entirely via email, phone, or dark-web portals out-of-band.
- Threatdown identified three publicly named victims including Standard Bank, which refused a 1 BTC ransom demand from the group.
A new ransomware strain called Prinz Eugen has emerged with a design philosophy that quietly makes it more dangerous than the typical extortion tool, according to BleepingComputer. Written in Go and built around ChaCha20-Poly1305 encryption with a 32-byte master key and a random initialization vector for each file, the malware is technically capable. The detail that stands out is behavioral: Prinz Eugen targets the most recently modified files first, working alphabetically when timestamps match. The files a business touched last are the ones currently in use, tied to open deals, live accounts, and active projects. Encrypting those first maximizes operational damage before anyone notices something is wrong.
What makes detection harder still is that this group does not operate as a ransomware-as-a-service (RaaS) platform and drops no ransom note on infected systems. Traditional endpoint tools often flag ransomware partly by spotting the creation of README.txt-style note files. Prinz Eugen leaves none of those breadcrumbs. Instead, communications happen entirely out-of-band via direct email, phone contact, or dark-web portals, which means the victim's first alert is discovering their files carry a .prinzeugen extension and will not open. Key derivation uses Argon2id, SHA-256, and HKDF-SHA256, and encryption proceeds in 1 MB chunks verified by SHA-256 hashing, a level of technical care suggesting authors who built something intentionally durable.
Analysis by Threatdown, Malwarebytes' enterprise division, identified three victims publicly named by the group, including Standard Bank, which refused a 1 BTC ransom demand. Initial access in observed cases came through stolen RDP credentials, with attackers using the legitimate remote monitoring tool RemotePC as a foothold once inside, a common tactic to blend into normal remote-administration traffic.
The honest caveat is that three publicly named victims is a small sample, and the reporting does not detail what data, if any, was exfiltrated alongside the encryption. That gap matters because the leverage picture is different if the group also holds data to threaten leaking. What the source also does not address is where the stolen RDP credentials are sourced, which is the upstream vulnerability defenders most need to close.
For security teams, the IOCs Threatdown published, including the payload name servertool.exe and the .prinzeugen extension, give a concrete place to start. The broader signal is that the absence of a ransom note is itself a detection clue worth watching for: a quiet encryption run with unusual file-access patterns and no new text files on disk may be exactly this kind of operation.
Originally reported by bleepingcomputer.com
Read the original article →Original headline: New Prinz Eugen Ransomware Prioritizes Recent Files for Encryption, Uses Go and ChaCha20-Poly1305 — Standard Bank Among Five Known Victims