Payload Ransomware Hits Windows and ESXi With Babuk-Style Encryption
New ransomware group Payload uses Babuk-derived code to target Windows and VMware ESXi systems. 12 victims across 7 countries within hours of launching leak site.
A new ransomware operation calling itself Payload has been conducting double-extortion attacks against organizations worldwide since February 2026. The group uses Babuk-derived source code to target both Windows and VMware ESXi systems, and has already claimed victims across healthcare, energy, real estate, and agriculture sectors in seven countries.
Security researchers tracking the group report that Payload listed 12 victims within hours of launching its leak site—an unusually aggressive debut suggesting the operators had been building their victim portfolio before going public.
Technical Analysis
Payload appends the ".payload" extension to encrypted files and drops a ransom note named RECOVER_payload.txt. The encryption scheme combines modern cryptographic primitives to ensure files cannot be recovered without the operator's private key.
The ransomware pairs Curve25519 elliptic-curve key exchange with the ChaCha20 stream cipher. Each file gets encrypted with a unique key generated through ECDH key agreement between a per-file keypair and the operator's hardcoded public key. This approach ensures that even if defenders recover one file's key, they can't use it to decrypt others.
The technical implementation confirms what researchers suspected: Payload is built on leaked Babuk source code, which has spawned numerous ransomware variants since its 2021 release. However, the group appears to have added their own modifications, including advanced anti-forensic capabilities that overwrite evidence of the encryption process.
Targeting Pattern
Payload's victim profile skews toward emerging markets. Known targets include:
- El Wastani Petroleum Company (WASCO) - Major Egyptian oil and gas operator, claimed April 8, 2026
- Kabushiki Gaisha Hodozuka Setsubi - Japanese building utilities firm, claimed May 19, 2026
- Organizations in real estate, healthcare, telecom, and agriculture sectors
The geographic distribution—Egypt, Japan, and other emerging markets—suggests either deliberate targeting of regions with less mature incident response capabilities or opportunistic exploitation of whatever access the operators could obtain.
The group claims to have exfiltrated 2,603 GB of data across all victims, a figure they use to pressure organizations into paying to prevent data publication.
ESXi Component
The cross-platform capability is notable. ESXi-targeting ransomware has become increasingly common as attackers recognize the value of hitting virtualization infrastructure. Encrypting a single ESXi host can take down dozens of virtual machines simultaneously, maximizing business impact.
This mirrors the pattern we saw with Storm-1175 using Medusa ransomware against VMware environments earlier this year. The Babuk codebase specifically includes ESXi encryption routines, which Payload appears to have inherited and refined.
Organizations running ESXi should ensure their hypervisors are isolated from general network traffic and that SSH access is disabled when not actively needed for maintenance.
Ransom Note Analysis
The RECOVER_payload.txt ransom note follows the standard double-extortion format: pay to decrypt, and pay separately to prevent data publication. The note directs victims to a Tor-based negotiation portal where operators demand payment in cryptocurrency.
Ransom amounts appear to vary based on perceived victim ability to pay—a common practice among mature ransomware operations. Smaller organizations report demands in the low six figures, while larger enterprises face significantly higher demands.
Connection to Babuk
The Babuk connection matters for defenders. Babuk's source code leaked in September 2021 when a disgruntled affiliate published the entire codebase. Since then, at least 15 distinct ransomware operations have incorporated Babuk code, including HelloKitty, Rook, and now Payload.
The code provides battle-tested encryption routines and ESXi support without requiring attackers to develop capabilities from scratch. For Payload's operators, building on Babuk meant they could launch with proven encryption technology from day one.
For security teams, this lineage suggests that Babuk-specific detection signatures may catch Payload activity. Review your existing Babuk detections and update them to include the ".payload" extension and RECOVER_payload.txt ransom note.
Defensive Recommendations
- Backup ESXi configurations - Ensure hypervisor configurations are backed up separately from the virtual machines they host
- Segment VMware infrastructure - Isolate ESXi management interfaces from general network traffic
- Monitor for ChaCha20 - Flag processes using ChaCha20 encryption where it's not expected
- Disable SSH on ESXi - Only enable when actively needed for administration
The emergence of yet another Babuk derivative reinforces why the ransomware ecosystem has proven so resilient. For a broader understanding of how ransomware groups operate, our guide on what ransomware is and how it works covers the fundamentals.
Organizations dealing with ransomware incidents should also review guidance from law enforcement—the recent Operation Saffron VPN takedown demonstrated that infrastructure used by ransomware gangs is increasingly subject to disruption, which may affect whether ransom payments even reach their intended recipients.
Indicators of Compromise
| Type | Value |
|---|---|
| Extension | .payload |
| Ransom Note | RECOVER_payload.txt |
| Encryption | Curve25519 + ChaCha20 |
| Platforms | Windows, VMware ESXi |
| Active Since | February 17, 2026 |
Payload represents the latest iteration of a now-familiar pattern: leaked ransomware code enables new threat actors to enter the market with minimal development investment. Expect this group to continue operating until law enforcement intervention or internal conflict disrupts their activities.
Related Articles
Foxconn Confirms Ransomware Attack on US Factories After 8TB Theft Claim
Nitrogen ransomware gang claims 8TB of data including Apple, Nvidia, and Intel files from Foxconn's Wisconsin and Texas facilities. Fourth major ransomware incident for the electronics giant.
May 13, 2026Ransomware Hits West Pharmaceutical, Disrupts Global Operations
Pharma supplier West Pharmaceutical Services discloses ransomware attack in SEC filing. Attackers exfiltrated data before encrypting systems. Unit 42 investigating.
May 13, 2026Sorry Ransomware Hits 44,000 cPanel Servers via CVE-2026-41940
Go-based Sorry ransomware exploits cPanel auth bypass CVE-2026-41940, encrypting files with ChaCha20/RSA-2048. 44,000+ IPs compromised as attackers demand Tox ransom.
May 3, 2026Kyber Ransomware Deploys Post-Quantum Crypto on Windows
New Kyber ransomware operation uses NIST-standardized Kyber1024 encryption on Windows while targeting VMware ESXi with a separate variant. Rapid7 analysis reveals the ESXi version's claims are false.
Apr 23, 2026