Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

1577+ Articles
153+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. News
  3. New Prinz Eugen Ransomware Prioritizes Recent Files for Encryption
New Prinz Eugen Ransomware Prioritizes Recent Files for Encryption
NEWS

New Prinz Eugen Ransomware Prioritizes Recent Files for Encryption

A new Go-based ransomware operation named Prinz Eugen targets recently modified files first, uses ChaCha20-Poly1305 encryption, and communicates with...

Dylan H.

News Desk

June 21, 2026
3 min read

A new ransomware operation calling itself Prinz Eugen has drawn attention from threat researchers at ThreatDown (Malwarebytes' enterprise division) for its unconventional approach: rather than sweeping through victim file systems alphabetically or by directory, it prioritizes the most recently modified files for encryption first. The logic is deliberate — recently active files are more likely to be critical in-progress business work, applying maximum extortion pressure in the shortest time window before defenders can respond.

Technical Profile

Written in Go, Prinz Eugen's main payload — servertool.exe — implements a recursive directory scan with no depth limits or exclusion lists. Files are ranked by last-modified timestamp before encryption begins. When multiple files share the same timestamp, they are processed in alphabetical order as a tiebreaker.

The ransomware uses a strong cryptographic stack:

  • Encryption algorithm: ChaCha20-Poly1305 with a 32-byte master key
  • Key derivation: Argon2id combined with SHA-256 and HKDF-SHA256
  • Processing: Files encrypted in 1 MB chunks with per-chunk SHA-256 integrity checks
  • Per-file IVs: Randomly generated initialization vectors prevent pattern analysis across encrypted files

After completing encryption, the binary performs aggressive anti-forensic cleanup: the master key is overwritten with zeroes in memory, Go's garbage collector is explicitly triggered to flush any remaining key material, and the binary self-deletes from disk. Encrypted files receive the .prinzeugen extension.

No Ransom Note — Intentional Silence

Unlike virtually every other ransomware family, Prinz Eugen leaves no ransom note on compromised systems. All victim communication occurs out-of-band through direct email, phone calls, or a dedicated dark web victim portal. The absence of on-disk artifacts complicates automated detection, forensic timelines, and insurance claim documentation.

Initial Access and Persistence

Observed intrusions began with stolen RDP credentials, consistent with a hands-on-keyboard operator style. Post-access, attackers deployed the legitimate RemotePC remote monitoring and management (RMM) tool for persistent access and created backdoor administrator accounts to maintain footholds. The group prefers living-off-the-land techniques over custom tooling wherever possible.

Known Victims and Operations

Prinz Eugen does not operate as ransomware-as-a-service and has not publicly recruited affiliates. At least five victims have been identified. Standard Bank Group (South Africa) is a confirmed named victim; the group reportedly demanded 1 BTC, which was refused. The operation's selective, manual approach and small victim count suggest a boutique operation prioritizing high-value targets over volume.

Defense Recommendations

  • Monitor RDP exposure: Enforce multi-factor authentication on all RDP endpoints and audit exposed ports via vulnerability scanners
  • Alert on RMM tools: Flag unauthorized RemotePC, AnyDesk, or similar RMM installations via EDR behavioral rules
  • Immutable backups: Offline or immutable backup strategies are the only reliable recovery path given the ransomware's strong cryptographic implementation
  • Behavioral detection: Look for recursive file reads followed by high-entropy writes — behavioral EDR signatures catch ransomware before the encryption run completes even when signature-based detection misses novel families
  • Backdoor admin account auditing: Regularly audit local administrator accounts, particularly those created outside your identity provider's provisioning workflows
#Ransomware#Cybercrime#Go Malware#Encryption#Incident Response

Related Articles

Broken VECT 2.0 Ransomware Acts as a Data Wiper for Large

Researchers have found that VECT 2.0 ransomware contains a critical flaw in its nonce handling that causes encryption to permanently destroy large files...

6 min read

Feuding Ransomware Groups Leak Each Other's Data

When rival ransomware groups 0APT and KryBit turned on each other, they exposed infrastructure details, operational data, victim lists, and internal...

6 min read

The Backup Myth That Is Putting Businesses at Risk

Backups protect your data, but they don't keep your business running during downtime. Understanding the difference between backup and BCDR is critical as...

5 min read
Back to all News