ctipilot.ch

Prinz Eugen

campaign · campaign:prinz-eugen-ransomware

Prinz Eugen — Go-based ransomware, recent-files-first, no ransom note

Coverage timeline
1
first 2026-06-21 → last 2026-06-21
Peak priority
high
1 high
Sources cited
7
3 hosts
Sections touched
1
deep-dive
Co-occurring entities
0
no co-occurrence
ATT&CK techniques
7
pinned v19.1 · see below

Hunting pivots

ATT&CK techniques

7 techniques observed across 1 entry — derived from entry metadata and body evidence, never asserted without a published entry behind it · pinned to MITRE ATT&CK v19.1 · compare on the matrix · Navigator layer (JSON)

Initial Access TA0001

T1133External Remote Services×1

Adversaries may leverage external-facing remote services to initially access and/or persist within a network. Remote services such as VPNs, Citrix, and other access mechanisms allow users to connect to internal enterprise network resources from external locations. There are often remote service gateways that manage connections and credential authentication for these services. Services such as Windows Remote Management and VNC can also be used externally.

Evidence: 2026-06-21/prinz-eugen-a-go-based-encryptor-that-targets-recent-files-f · ATT&CK page ↗

Persistence TA0003

T1133External Remote Services×1

Adversaries may leverage external-facing remote services to initially access and/or persist within a network. Remote services such as VPNs, Citrix, and other access mechanisms allow users to connect to internal enterprise network resources from external locations. There are often remote service gateways that manage connections and credential authentication for these services. Services such as Windows Remote Management and VNC can also be used externally.

Evidence: 2026-06-21/prinz-eugen-a-go-based-encryptor-that-targets-recent-files-f · ATT&CK page ↗

T1136Create Account×1

Adversaries may create an account to maintain access to victim systems. With a sufficient level of access, creating such accounts may be used to establish secondary credentialed access that do not require persistent remote access tools to be deployed on the system.

Evidence: 2026-06-21/prinz-eugen-a-go-based-encryptor-that-targets-recent-files-f · ATT&CK page ↗

T1136.001Create Account: Local Account×1

Adversaries may create a local account to maintain access to victim systems. Local accounts are those configured by an organization for use by users, remote support, services, or for administration on a single system or service.

Evidence: 2026-06-21/prinz-eugen-a-go-based-encryptor-that-targets-recent-files-f · ATT&CK page ↗

Lateral Movement TA0008

T1021Remote Services×1

Adversaries may use Valid Accounts to log into a service that accepts remote connections, such as telnet, SSH, and VNC. The adversary may then perform actions as the logged-on user.

Evidence: 2026-06-21/prinz-eugen-a-go-based-encryptor-that-targets-recent-files-f · ATT&CK page ↗

T1021.001Remote Services: Remote Desktop Protocol×1

Adversaries may use Valid Accounts to log into a computer using the Remote Desktop Protocol (RDP). The adversary may then perform actions as the logged-on user.

Evidence: 2026-06-21/prinz-eugen-a-go-based-encryptor-that-targets-recent-files-f · ATT&CK page ↗

Command and Control TA0011

T1105Ingress Tool Transfer×1

Adversaries may transfer tools or other files from an external system into a compromised environment. Tools or files may be copied from an external adversary-controlled system to the victim network through the command and control channel or through alternate protocols such as ftp. Once present, adversaries may also transfer/spread tools between victim devices within a compromised environment (i.e. Lateral Tool Transfer).

Evidence: 2026-06-21/prinz-eugen-a-go-based-encryptor-that-targets-recent-files-f · ATT&CK page ↗

Impact TA0040

T1486Data Encrypted for Impact×1

Adversaries may encrypt data on target systems or on large numbers of systems in a network to interrupt availability to system and network resources. They can attempt to render stored data inaccessible by encrypting files or data on local and remote drives and withholding access to a decryption key. This may be done in order to extract monetary compensation from a victim in exchange for decryption or a decryption key (ransomware) or to render data permanently inaccessible in cases where the key is not saved or transmitted.

Evidence: 2026-06-21/prinz-eugen-a-go-based-encryptor-that-targets-recent-files-f · ATT&CK page ↗

Story timeline

  1. 2026-06-21Prinz Eugen: a Go-based encryptor that targets recent files first and leaves no ransom note
    deep-dive

Where this entity is cited

  • deep-dive1

Source distribution

  • attack.mitre.org5 (71%)
  • bleepingcomputer.com1 (14%)
  • threatdown.com1 (14%)

explore in graph

Entries about Prinz Eugen (1)

2026-06-21 · view entry permalink →

HIGH

Prinz Eugen: a Go-based encryptor that targets recent files first and leaves no ransom note

Malwarebytes ThreatDown published a technical deep dive into Prinz Eugen, a Go-based ransomware operation active since at least April 2026 and operating as a standalone crew rather than a ransomware-as-a-service affiliate (Malwarebytes ThreatDown, 2026-06-17). A confirmed European victim — Transitions Pro Centre Val de Loire, a French state-funded workforce-transition agency — puts it squarely in scope for a Swiss/EU public-sector SOC, alongside victims reported in finance and US automotive services. Two design choices make it worth a defender's attention: it leaves no ransom note on disk, and it encrypts the most-recently-modified files first (BleepingComputer, 2026-06-20).

Kill chain. Initial access is via stolen RDP credentials (T1133 External Remote Services, T1021.001 Remote Desktop Protocol). Post-access is hands-on-keyboard: the operator creates a backdoor local admin account (the documented command line is net user admin germania /add, T1136.001 Create Account: Local Account), stages the encryptor as servertool.exe (downloaded via Chrome into the user's Music folder, T1105 Ingress Tool Transfer), and abuses the legitimate RemotePC (IDrive) RMM tool plus enterprise platforms (SharePoint, OneDrive, Citrix) for lateral movement and to blend with normal activity. Encryption is T1486 Data Encrypted for Impact; extortion is conducted entirely out-of-band (no on-host note), defeating the common detection heuristic of alerting on dropped ransom-note files.

Encryption internals. The Go binary encrypts with ChaCha20-Poly1305 (AEAD) using a 32-byte master key and per-file random IVs, with a three-stage key-derivation chain — Argon2id → SHA-256 → HKDF-SHA256. Encrypted files carry a CHV1 magic header and the .prinzeugen extension. After encryption the binary zeroes its hardcoded key material and forces garbage collection before self-deleting, frustrating post-incident key recovery from memory. The "recent files first" ordering is the operationally significant detail: it maximises impact on active business data while shortening the encryption window before detection.

Hunt and detection concepts (no IOCs). The highest-fidelity signal is the access-to-persistence transition: an RDP logon from an unusual ASN or geography followed within minutes by local-admin-account creation (Windows Security Event ID 4624 logon → 4720 account created → 4732 added to Administrators). Watch for net user … /add on command lines (Event ID 4688 process creation with command-line auditing), servertool.exe executing with directory-path arguments, and RemotePC installed on endpoints outside the managed-software inventory — a standalone high-signal hunt. Finally, monitor for .prinzeugen extension fan-out across file shares.

Hardening / recovery. Restrict RDP to VPN or jump-host access and enforce MFA on all remote-access sessions — this closes the documented initial-access vector. Inventory and revoke dormant RMM licences and add network detection for RemotePC traffic originating from endpoints that should never be remote-administered. The "recent files first" behaviour has a recovery corollary worth planning around: file-share snapshots taken within the last 24–48 h before an encryption event will have the highest recovery fidelity, so frequent short-interval, access-controlled backups or snapshots are disproportionately valuable against this family.

The Go-based malware prioritizes the encryption of the most recently modified files.

Malwarebytes ThreatDown

A new ransomware operation named 'Prinz Eugen' prioritizes recently modified files for encryption and leaves no ransom note on the system.

BleepingComputer
threat21 Jun 04:55Zmulti-sourceOpen finding ↗