Execution, Persistence, and Privilege Escalation
Upon securing a foothold, the ransomware payload executes on Windows endpoints, often establishing persistence by registering a custom system service. The binary typically launches from the %ProgramData% folder, using random naming conventions to bypass simple folder-monitoring rules. On VMware ESXi hypervisors, the threat actors execute specialized scripts that modify the virtual machine configuration files, allowing them to inject commands or shut down virtual machines directly to release file locks on virtual disks. This action ensures that the encryptor can lock critical database files without encountering file-sharing violations.
Defense Evasion and System Recovery Inhibition
Before launching the encryption phase, Krybit payloads systematically disable security tools and inhibit native system recovery capabilities. The encryptor executes local commands to destroy volume shadow copies, prevent system state restoration, and delete local backups. The typical command execution pattern includes:
vssadmin.exe delete shadows /all /quiet
By executing these commands quietly, the malware prevents the administrative staff from restoring systems from local snapshots, leaving the victim dependent on offline or immutable backup repositories. Affiliates also employ custom scripts to terminate active Endpoint Detection and Response agents, attempting to clear security alerts before the widespread cryptographic process begins.
Data Exfiltration and Encryption
The final phase of the attack chain involves staging and exfiltration. Before any local encryption occurs, the threat actors stage sensitive databases, administrative records, and patient files, compressing the files into large archive packages. These archives are then exfiltrated to external command-and-control servers or public cloud-storage services over encrypted protocols. In the case of the Delhi Heart and Lung Institute, the group successfully exfiltrated 22 GB of corporate and patient records.
Once exfiltration is completed, the payload begins the systematic encryption process. Every locked file is appended with the .KRYBIT extension, and the malware drops a ransom note titled README-RECOVER.txt in every compromised directory. This file instructs the victim to access the group's Tor-based negotiation portal using specific onion links to discuss financial terms.