| Initial Access | | Entry through internet-facing edge devices and SSL-VPNs, including the FortiOS/FortiProxy authentication bypass CVE-2024-55591, plus valid accounts and broker-supplied credentials. | VPN and firewall authentication logs, new super-admin or local account creation on edge devices, edge configuration changes, sign-ins from new geographies. |
|---|
| Execution | | The encryptor drives everything through built-in Windows tooling: PowerShell, wmic, schtasks, sc, and an embedded copy of PsExec. It runs both locally and against remote hosts. | Process creation with command line, parent-child relationships, PowerShell script-block logs, service and scheduled-task creation events. |
|---|
| Persistence | | Layered autorun: scheduled tasks UpdateSystem (SYSTEM) and UpdateUser, plus Run-key values GupdateS under HKLM and GupdateU under HKCU. | Scheduled-task creation (event 4698), registry writes to Run keys, autorun value changes across both hives. |
|---|
| Privilege Escalation | | Creates a one-time task named gentlemen_system to relaunch itself as SYSTEM and sets LOCKER_BACKGROUND=1. Domain-admin credentials obtained during the intrusion enable domain-wide reach. | Task creation running as SYSTEM, token or integrity-level changes, unusual SYSTEM child processes launched from user-writable paths. |
|---|
| Defense Evasion | | Disables Defender real-time monitoring, adds its own binary and the entire C:\ volume to exclusions, terminates a broad list of security and backup processes and services, clears the System, Application, and Security event logs with wevtutil, and deletes prefetch, diagnostic logs, and PowerShell history. The Go binary is obfuscated with Garble. | Defender tamper and configuration-change events, Set-MpPreference exclusion writes, wevtutil cl execution, taskkill and sc stop against security or backup services. |
|---|
| Credential Access | | Affiliates obtain VPN credentials through brute force or purchase, then harvest domain credentials during the hands-on phase to reach privileged accounts. | Repeated VPN authentication failures, LSASS process access, anomalous access to credential stores, spikes in Kerberos or NTLM activity. |
|---|
| Discovery | | Enumerates volumes via WMI and Cluster Shared Volume queries, brute-forces drive letters A through Z, probes mapped drives and UNC shares, and enumerates reachable workstations, servers, and domain controllers. It even enables network discovery services to widen visibility. | Enablement of fdrespub, fdPHost, SSDPSRV, and upnphost services, network-discovery firewall rule changes, WMI volume queries, host enumeration bursts. |
|---|
| Lateral Movement | | With --spread, the host becomes a distribution point: it publishes a hidden share$ SMB share with anonymous access, drops or downloads PsExec, copies the payload over C$, and attempts 21 remote executions per target across PsExec, WMIC, scheduled tasks, services, WinRM, and PowerShell WMI, each independent of the others. | Remote scheduled-task and service creation on multiple hosts, PsExec service artifacts, SMB writes to C$, WinRM session logs, one source host fanning out to many. |
|---|
| Collection | | Sensitive business data is staged and archived for exfiltration before encryption, which supplies the leak-site leverage in the double-extortion model. | Creation of large archives, unusual read access to file shares, staging directories filling rapidly before an outbound transfer. |
|---|
| Command and Control | | Hands-on operators use commodity command-and-control and proxy tooling during the intrusion. The encryptor itself is largely self-contained and does not require live C2 to complete encryption. | Beacon-like outbound sessions, connections to newly seen infrastructure, proxy or tunneling traffic from server workloads. |
|---|
| Exfiltration | | Data is exfiltrated ahead of encryption to enable public-leak pressure. Volume per victim can be large, spanning hundreds of gigabytes. | Large outbound transfers to file-transfer or cloud-storage endpoints, sustained uploads outside business hours. |
|---|
| Impact | | Terminates backup and recovery services, encrypts files with per-file keys and the .umc16h extension, deletes Volume Shadow Copies with vssadmin and wmic, optionally wipes free disk space, sets a ransom wallpaper, and drops README-GENTLEMEN.txt in every directory. | Mass file rename to .umc16h, high-rate file modification, shadow-copy deletion commands, wallpaper change, ransom-note creation across directories. |
|---|
| Reconnaissance / Resource Development | — | Not observed in the encryptor. Target selection and infrastructure are handled by operators and affiliates outside the endpoint. |
|---|