| Initial Access | | Primary entry is through unpatched internet-facing VPN appliances (SonicWall CVE-2024-40766, Cisco CVE-2023-20269, CVE-2020-3259) and through stolen or brute-forced VPN credentials where MFA is absent. Initial access brokers supply compromised credentials in some cases. RDP is also observed as a direct entry path. | VPN appliance auth logs, failed/successful logon ratios, new geo or ASN for VPN sessions, edge device version inventory against the CISA KEV catalog, RDP logon type 10 events. |
|---|
| Execution | | PowerShell deletes shadow copies, disables services, and executes malicious scripts. VBScript is used for autonomous task execution. PsExec (PSEXESVC.exe) handles remote execution and payload deployment across the network. | Process creation events (4688) with command line, PowerShell script block logging (4104), PSEXESVC service install events (7045), parent-child process pairs. |
|---|
| Persistence | | New domain accounts are created with names like itadm and added to the administrator group. Legitimate remote access tools (AnyDesk, LogMeIn, MobaXterm) are installed to maintain access and blend with administrator activity, making detection harder. | Account creation (4720) and group membership change (4728/4732) events, new service installs, software inventory deltas for remote access tools outside the approved baseline. |
|---|
| Privilege Escalation | | Veeam CVE-2024-40711 is exploited directly for privilege escalation. A notable technique documented by CISA: actors power down a domain controller VM, copy its VMDK file to a newly created VM, then extract NTDS.dit and the SYSTEM hive offline to recover domain admin password hashes. POORTRY/STONESTOP is used for kernel-level privilege to terminate protected security processes. | Hypervisor logs for unexpected DC VM power-off and VMDK copy, file access to ntds.dit outside the AD DS service, ntdsutil process events, kernel driver load events (7045). |
|---|
| Defense Evasion | | STONESTOP (user-mode loader) deploys the POORTRY kernel-mode driver, signed by Microsoft, to terminate or wipe EDR processes and their critical files at the kernel level. PowerTool exploits the Zemana AntiMalware driver to terminate AV processes. HeartCrypt (packer-as-a-service) obfuscates payloads. 7-zip is used to compress data with obfuscation. Legitimate remote access tools (AnyDesk, LogMeIn) masquerade as normal administrative activity. | Driver load / service install events (7045), EDR agent health and unexpected process termination, writes to rwdrv.sys / hlpdrv.sys, registry edits to DisableAntiSpyware, gaps in expected telemetry. |
|---|
| Credential Access | | LSASS is dumped via comsvcs.dll MiniDump to recover plaintext credentials and Kerberos material without dropping Mimikatz (though Mimikatz and LaZagne are also used). Kerberoasting targets service account tickets over VPN sessions. NTDS.dit and SYSTEM hive extraction enables offline hash cracking of the full Active Directory. Veeam credential dumper scripts (open-source Veeam-Get-Creds) extract backup service credentials in plaintext from the Veeam database. | LSASS process access events (10) with PROCESS_VM_READ, rundll32 comsvcs.dll MiniDump command lines, Kerberos TGS requests with RC4 (4769), PowerShell access to the Veeam database. |
|---|
| Discovery | | SoftPerfect, Advanced IP Scanner, and NetScan map the network. AdFind queries Active Directory for accounts, groups, and structure. nltest /dclist: and nltest /DOMAIN_TRUSTS enumerate domain controllers and trust relationships. fsutil fsinfo drives enumerates drive layout to prepare encryption target lists. | Process events for nltest, fsutil, AdFind, and scanner binaries, sudden spikes in internal port-scan and SMB enumeration traffic, LDAP query volume from a single host. |
|---|
| Lateral Movement | | Lateral movement uses RDP with harvested credentials, SSH, SMB administrative shares, WMI remote execution (Impacket wmiexec.py), and PsExec for payload staging. AnyDesk, LogMeIn, RustDesk, and MobaXterm provide persistent footholds across the network. | Logon type 3 and 10 events (4624), SMB admin share access (5140), WMI remote process creation, PSEXESVC installs, internal RDP/SSH connection patterns between non-administrative hosts. |
|---|
| Collection | | Data is staged locally using WinRAR (split into .rar segments) and 7-zip before exfiltration. FileZilla is used for FTP-based staging. The group prioritizes sensitive business files, credential stores, backup configuration data, and Active Directory exports. | Process events for WinRAR / 7z with archive arguments, creation of large multi-part archives in staging directories, bulk file-read activity from a single process across many shares. |
|---|
| Command and Control | | Ngrok creates encrypted tunnels that bypass perimeter monitoring. SystemBC (Go-based RAT) functions as both a remote access trojan and SOCKS5 proxy for C2 sessions. Cloudflare Tunnel (CLOUDFLARED) is also observed. STONETOP deploys Akira payloads. Ransom negotiation occurs exclusively over a Tor .onion address. | Outbound connections to Ngrok and Cloudflare Tunnel infrastructure, long-lived low-bandwidth sessions from servers, SOCKS proxy traffic, Tor connectivity from endpoints, DNS for tunneling service domains. |
|---|
| Exfiltration | | RClone exfiltrates directly to cloud storage (MEGA) with attacker-controlled accounts. WinSCP handles SFTP-based exfiltration. FileZilla handles FTP. In documented incidents, data was exfiltrated in just over two hours from initial access. Akira does not leave a ransom amount in the note; victims must contact the group via Tor to receive the demand. | Process events for rclone with sync/copy, outbound transfers to mega.nz, FTP/SFTP from non-user processes, large outbound volume in a short window, NetFlow byte-count anomalies. |
|---|
| Impact | | ChaCha20 stream cipher combined with RSA public-key encryption. Partial encryption used for large files (top/bottom 10-50% of files above 4MB) to maximize speed while inhibiting recovery. VSS copies deleted via vssadmin delete shadows /all /quiet and wmic shadowcopy delete. Double extortion: encrypted files plus threatened public data leak on the Tor-based leak site. | High-volume file rename/write to .akira / .akiranew / .aki, vssadmin and wmic shadowcopy delete command lines, ransom note (akira_readme.txt) file creation, ESXi syslog config changes. |
|---|
| Reconnaissance / Resource Development | — | Not itemized with individual technique detail in the source advisory; Reconnaissance is not observed as a distinct stage, and Resource Development activity is limited to acquiring encryptor builds and infrastructure ahead of intrusions. |
|---|