| Initial Access | | Entry via exposed Citrix, RDP, and VPN interfaces, phishing links and attachments, and frequently valid accounts bought from access brokers. VPN portals without MFA are a recurring vector. Affiliates typically dwell for days before acting, often entering through a single authentication event that generates no malware artifacts. | VPN and RDP auth logs, first-seen source ASNs, proxy and email security logs, impossible-travel sign-ins. |
|---|
| Execution | | Deploys via custom PowerShell on vCenter and ESXi, runs cmd /C with embedded PsExec to spread the encryptor, and uses WMIC to set the Volume Shadow Copy Service startup to manual. The encryptor requires a command-line password to run, frustrating sandbox analysis and preventing accidental execution on the wrong host. | Process command lines, parent-child chains, PowerShell script-block logs, WMI activity, PsExec service creation events (Event ID 7045). |
|---|
| Persistence | | Pushes scheduled tasks through Group Policy Objects for domain-wide execution. Creates a RunOnce autostart pointing to a dropped copy in the Public folder, and configures a Winlogon entry (T1547.004). The scheduled task TVInstallRestore masquerades as TeamViewer to evade baseline scrutiny. GPO is the highest-leverage persistence mechanism, turning one compromised DC into domain-wide execution. | GPO change auditing, scheduled-task creation (Event ID 4698), Run/RunOnce registry writes, SYSVOL modifications, Winlogon registry changes. |
|---|
| Privilege Escalation | | Uses stolen tokens to launch processes at an elevated integrity level and carries an embedded Mimikatz module for token manipulation. UAC bypass is used to avoid prompting the user and to ensure elevated execution context for the encryptor and defense-evasion tooling. | Token-manipulation API telemetry, integrity-level transitions, LSASS access from unusual processes. |
|---|
| Defense Evasion | | Terminates AV and EDR processes via a signed vulnerable kernel driver (eskle.sys, BYOVD). Injects a patched DLL (pwndll.dll from WICloader.dll) into svchost.exe to maintain execution under a trusted process. Clears Windows Event Logs (T1070.001). Deletes itself after execution. Obfuscates strings and control flow. Masquerades as TeamViewer using the scheduled task TVInstallRestore. Reboots into safe mode to run with defenses disabled. Refuses to execute without the correct command-line password (execution guardrail). The Linux ELF encryptor is run inside WSL on Windows hosts, bypassing Windows PE-focused detection entirely. | Driver load events (Sysmon Event ID 6), service-stop and process-termination on security tooling, event-log clearing (Event ID 1102), safe-mode reboot, injection into svchost.exe, wsl.exe launching ELF binaries. |
|---|
| Credential Access | | Dumps LSASS memory with an embedded Mimikatz module. In documented intrusions, operators pushed a logon GPO running IPScanner.ps1 to harvest Chrome-stored credentials network-wide, writing results as SQLite databases into SYSVOL named per host, then deleting the files and clearing event logs after exfiltration. This GPO-driven browser credential harvest is unusually systematic for a ransomware group and represents a high-yield, low-noise collection method. | LSASS handle access, GPO logon-script deployment, non-browser reads of Chrome Login Data, new files under SYSVOL named per host ([hostname].ld, temp.log). |
|---|
| Discovery | | Enumerates local and domain accounts and groups with PowerShell, lists network drives and domain hosts, detects ESXi, datacenters, and clusters inside vCenter, identifies the host OS (FreeBSD, VMkernel, Nutanix AHV, Linux), and queries the safe-mode registry key before acting. The encryptor's VM detection capability means it deliberately adjusts behavior based on virtualization context, targeting ESXi datastores and disabling HA and DRS before encryption. | LDAP and PowerShell AD queries, SMB share enumeration, vCenter API calls, registry reads of SystemStartOptions, burst of discovery commands in a short window. |
|---|
| Lateral Movement | | Embeds PsExec in %Temp% under a random name and uses it to push a second encryptor (encryptor_1.exe) across shares with the spreading command: cmd /C [PsExec] -accepteula \\[IP] -c -f -h -d -i encryptor_1.exe --password [PASSWORD] --spread --spread-process. Enables SSH on ESXi hosts. Abuses remote management tools such as Splashtop (T1219.002) to run the Linux ELF binary on Windows hosts via WSL or SRManager.exe. | PsExec service installs from %Temp%, SMB admin-share writes, new SSH sessions to ESXi, RMM tool installs and remote-exec events. |
|---|
| Collection | | Operators review target documents before theft, in observed cases using built-in mspaint.exe and notepad.exe to inspect files, then stage data with archiving and transfer tools (Cyberduck, WinRAR). Exfiltration precedes the encryptor by hours to days, ensuring the double-extortion lever exists regardless of victim recovery capability. | Bulk file reads from file servers, archive creation in staging directories, unusual use of image and text viewers against sensitive shares. |
|---|
| Command and Control | | Uses WinSCP to move the Linux ELF encryptor onto targets and stands up multiple SOCKS proxy instances, often named to blend with Veeam, VMware, or Adobe processes, to obscure C2 traffic. Remote management tools (AnyDesk, ScreenConnect, Splashtop, MeshCentral) provide interactive access and execution channels that blend with legitimate administrative traffic. | Outbound SFTP/SCP sessions, new SOCKS proxy processes with vendor-sounding names, RMM tunnels, anomalous long-lived outbound connections. |
|---|
| Exfiltration | | Stages and exfiltrates data with legitimate transfer utilities, including Cyberduck and WinRAR, ahead of encryption to enable the double-extortion leak. Exfiltration precedes the encryptor by hours to days. The GPO-harvested Chrome credential databases are exfiltrated from SYSVOL before the logon-script files are deleted and logs cleared. | Large outbound transfers to cloud or file-hosting endpoints, spikes in egress volume from file servers, archive-then-upload patterns. |
|---|
| Impact | | Encrypts servers and workstations domain-wide, deletes shadow copies with vssadmin.exe delete shadows /all /quiet, disables High Availability and DRS in vCenter, stops targeted services, sets a ransom-note wallpaper (T1491.001), and can reboot the backup server to hinder recovery (T1529). The encryptor appends an affiliate-specific extension and drops a ransom note in every directory. Affiliates configure skip-lists and process kill-lists per deployment. | Mass file-rename or write bursts, vssadmin and shadow-copy deletion, service-stop events, wallpaper and registry changes, unexpected reboots, ransom note creation across directories. |
|---|
| Reconnaissance / Resource Development | — | Not mapped in ATT&CK S1242. Access is typically acquired from initial access brokers rather than developed in-network. |
|---|