Skip to main content

Hit by ransomware? Isolate affected systems now. Do not reboot or reformat.

SheMo Noransom舍末无勒

Ransomware family

Payload Ransomware Decryption & Data Recovery

  • Active
  • High
  • No public decryptor

Payload is an emerging double-extortion family that surfaced in February 2026. Built on leaked Babuk source, it marks files with .payload and drops RECOVER_payload.txt, ships both Windows and ESXi encryptors, and has no public decryptor.

First seen
2026-02
File extensions
.payload
Ransom notes
RECOVER_payload.txt
Affected platforms
Windows / Linux / VMware ESXi

Family profile

File extensions
  • .payload
Ransom notes
  • RECOVER_payload.txt
  • RECOVERY-xx0001.txt
Contact patterns
  • Tor (.onion) negotiation portal branded "Payload Rescue" with per-victim credentials
  • Tor (.onion) leak blog publishing file trees and countdown timers
  • Onion address embedded in the note (stored RC4-encrypted inside the sample)
  • No mailbox, TOX or messenger contact
Aliases / versions
Payload Ransomware、Payload Rescue(谈判 / 泄露门户品牌)、Babuk 衍生加密器(部分引擎归类为 Babuk)
First seen
2026-02
Status
Active
Operational status
Newly emerged
Threat level
High
Affected platforms
  • Windows
  • Linux
  • VMware ESXi
Tags
  • Emerging
  • Active
  • Double extortion
  • Targets virtualization
Decryptor
No public decryptor

There is no free public decryptor for Payload. Neither No More Ransom nor any vendor currently lists one.

Independent reverse-engineering reports agree on the reason: the encryptor pairs Curve25519 ECDH with ChaCha20, generating a fresh key pair and nonce per file via CryptGenRandom, and appending a 56-byte RC4-obfuscated footer. No entropy weakness, key reuse or reversible footer structure has been identified, so there is no implementation-flaw route of the kind that made Rhysida or early Babuk recoverable.

One warning: Payload is built on the leaked 2021 Babuk source, but that does not make the public Babuk decryptor usable. That tool depends on private keys leaked alongside the source, while Payload uses its own fresh key pairs. Running Babuk tooling against .payload files only risks further damage.

Response effort therefore belongs on backups, snapshots, whatever repair space a measurement of actual encryption coverage on real files establishes, and exfiltration impact - not on hunting for a decryptor. Should a law-enforcement seizure or public tool appear later, we will reassess.

Latest activity

  1. Leak-site tracking shows Payload still active: a Swiss datacentre provider was added on 20 August, taking cumulative claims to about 75 organisations across 36 countries after roughly 50% quarter-on-quarter growth in Q2.

    Sources
  2. Payload listed South African engineering firm CKR Consulting Engineers, claiming 55 GB of exfiltrated data. CKR, involved in major infrastructure and data-centre projects, has not publicly confirmed the incident.

    Sources
  3. Payload listed Royal Bahrain Hospital on its Tor leak site, claiming roughly 110 GB of exfiltrated internal data - its highest-profile healthcare victim to date.

    Sources

Overview

Payload surfaced publicly on 17 February 2026, with Windows encryptor samples and leak-site victim entries appearing in the same period. Qihoo 360's February 2026 ransomware landscape report listed it among the new double-extortion families of that month.

The encryptor is built on the Babuk source code leaked in September 2021, so some engines may classify samples as Babuk - yet the leak site, negotiation portal and branding are entirely new. Current research leans towards Payload not being a RaaS; the footprint looks like a lone operator or a small closed team. By early September 2026 third-party leak-site tracking had recorded over 70 named organisations across more than 30 countries, with manufacturing leading the sector mix. The most recent leak-site entry we can verify was posted on 20 August 2026, with no new listings in the roughly three weeks since, though the leak and negotiation sites remain reachable.

One caveat stated plainly: public information on this family remains limited. It rests on a handful of reverse-engineering write-ups plus leak-site telemetry, with no government or tier-one vendor advisory and no published incident-response reporting on the intrusion chain. No report confirms targeted operations against mainland China organisations either - but an opportunistic actor puts the overseas branches of Chinese enterprises inside its target space all the same.

How to identify it

Extension and note. The .payload suffix is appended to the full original name, so report.xlsx becomes report.xlsx.payload; base filenames are not rewritten. The primary note is RECOVER_payload.txt, commonly dropped at the root of C:\ and in encrypted directories, with a RECOVERY-xx0001.txt variant also observed. It demands contact within 72 hours and states a 240-hour negotiation window; no email is given, so negotiation runs only through a Tor portal with per-victim credentials. The ESXi encryptor's extension has not been consistently confirmed in public analysis and may differ from the Windows build.

Sample-level markers (useful for separating Payload from other Babuk-derived lockers):

  • Mutex named MakeAmericaGreatAgain.
  • A 56-byte structure appended to every encrypted file, obfuscated with a static RC4 key, carrying the victim public key and nonce.
  • The executable renames itself into an NTFS alternate data stream (appending :payload) and marks itself delete-pending, hiding it from ordinary directory listings.

Bottom line. The .payload extension plus RECOVER_payload.txt is enough to attribute the family. Because the shared code lineage means AV engines may label it Babuk, do not go looking for a Babuk decryptor on that basis - the key schemes differ. Preserve three to five encrypted files and the original note for build identification.

Infection vectors

An honest statement first: Payload's initial access vector is not publicly attributed. As of September 2026 no vendor or CERT has published a full intrusion chain or incident-response report for this family; the available material only covers what happens after encryption.

Two indirect signals are worth noting. Third-party leak-site tracking finds that roughly 40 percent of Payload's named victims have matching credential exposure in infostealer logs - correlation rather than causation. Separately, the ESXi build parses vmInventory.xml to enumerate VM disks, implying the operators expect hypervisor management access or SSH on the host.

Until the pathway is established, the practical response is to close the high-probability generic entries: enforce MFA on internet-facing remote access and VPN, patch edge appliances promptly, segment hypervisor management interfaces away from the office network and disable unnecessary SSH, tier domain administrator credentials, and run a dedicated infostealer sweep with credential rotation. None of this depends on family-level attribution, and it covers a large share of contemporaneous emerging crews.

Encryption behavior

Algorithms. A Curve25519 ECDH plus ChaCha20 hybrid. A fresh 32-byte ephemeral private key and 12-byte nonce are generated per file; the shared secret is used directly as the ChaCha20 key with no key-derivation step, and key material is wiped from memory after use. A 56-byte trailer obfuscated with a static RC4 key holds the victim public key and nonce for the operators' own decryption. Reverse engineering has found no exploitable cryptographic weakness.

Encryption coverage (public analyses disagree - measure it). Analyses agree that encryption proceeds in 1 MB chunks. They do not agree on how much of a file is covered: one describes a partial strategy processing roughly file size / 5 for large files, while another describes the whole file being processed sequentially before the trailer is written. The two cases mean opposite things for recovery. If measurement confirms partial coverage, database files, virtual disks and mail stores may retain substantial untouched regions that structural repair can exploit; if coverage turns out to be full, that route does not exist. Encryption offsets must therefore be measured on the actual samples rather than assumed from any ratio, and even under partial coverage how much is recoverable still depends on whether critical structures - page headers, metadata, partition tables - fell inside an encrypted region.

Anti-forensics and recovery inhibition. vssadmin deletes all shadow copies; event logs are cleared via wevtapi; ETW is patched in memory to blind telemetry; over 40 services are terminated, explicitly including SQL databases, Veeam backup and several endpoint protection products. Evidence therefore disappears quickly, and imaging early is disproportionately valuable.

Virtualisation and double extortion. The Linux/ESXi encryptor is a stripped ELF of roughly 39 KB written specifically for VMware ESXi. It uses libxml2 to parse /etc/vmware/hostd/vmInventory.xml, enumerating virtual disk paths before encrypting them - one compromised host takes down every VM running on it. Analysis indicates this ELF lacks the full anti-recovery feature set of the Windows build, so host-side logs and snapshots may not have been purged the same way and are worth checking early. Data is exfiltrated before encryption, with a file tree and countdown published on the leak site and staged release if no payment is made.

Assess before you act

Recoverability assessment

Whether Payload-encrypted data can be recovered must be judged sample by sample. We do not pay ransoms and do not negotiate on a client's behalf; our work is technical recovery and forensics. In priority order:

1) Free decryptor: none exists. No exploitable weakness has been found in the scheme, and the public Babuk decryptor does not apply because the key pairs differ. Any third-party tool claiming to decrypt .payload should be validated on isolated copies first and never run against original disks.

2) Repair space determined by encryption coverage (measure first). Public analyses disagree over whether Payload overwrites only part of a large file, so whether this route exists at all has to be settled by measuring encryption offsets on the actual samples rather than assumed. If measurement shows large files are only partially covered, database files (MDF/LDF, DBF, ibd), virtual disks (vmdk/vhdx) and mail stores may retain large intact regions: page-level extraction and logical rebuilds are worth attempting on databases, and for virtual disks, repairing the partition table and filesystem metadata can allow the image to be mounted and inner files extracted. If measurement shows whole-file encryption, effort should move straight to backups, snapshots and unencrypted copies. Yields range from nil to high, so assessment precedes any commitment.

3) Backups, snapshots and shadow copies. Shadow copies are almost always destroyed, but every other layer is worth checking: offline and offsite backups, volume snapshots on the storage array or NAS, hypervisor snapshots, untouched copies on the backup server, and cloud version history. Because the service kill list explicitly includes Veeam, confirm whether the backup chain was tampered with before mounting anything, and never reconnect backup media to an uncleaned network.

4) Unencrypted copies and log replay. File-server recycle bins, endpoint caches, reporting and BI staging databases, ERP archive exports, database transaction logs and application audit logs can all support reconstruction or point-in-time replay.

5) Low-level carving. Some write patterns leave original data in unallocated clusters that raw sector scanning can recover, provided all writes to the affected volumes stop immediately.

6) Exfiltration impact assessment. Even full file recovery leaves the data-theft track to handle separately: scope and timeline of the exfiltration, notification obligations, and rotation of the affected accounts, keys and customer credentials.

We commit to a verifiable assessment and a clearly bounded recovery scope. We do not claim complete decryption, and no technique can promise full restoration of the data.

Our response plan

Hit by Payload ransomware? What to do

  1. Containment and forensic preservation

    Isolate affected hosts and ESXi servers from production networks and storage paths, and do not reboot or power off. Payload clears event logs, patches ETW in memory and relocates itself into an NTFS alternate data stream, so on-host evidence vanishes fast and early preservation pays off. Image or snapshot the domain controller, backup server and hypervisor management hosts first; export logs from edge appliances, VPN and Active Directory (where local logs were wiped, fall back on network-side and centralised logging); and keep three to five .payload files plus the original RECOVER_payload.txt.

  2. Family identification and encryption analysis

    Confirm Payload from the extension, note structure, 56-byte RC4 trailer and mutex characteristics, and distinguish the Windows encryptor from the ESXi build. Explicitly rule out the trap of an engine labelling the sample Babuk and a Babuk decryptor being applied. In parallel, measure the encryption chunk size and which offsets were actually overwritten - public analyses disagree on whether only part of a large file is covered, so this has to come from the samples, and it determines whether critical databases and virtual disks go the structural-repair route or the backup-rollback route.

  3. Recoverability and exfiltration impact assessment

    Inventory backups, storage snapshots, hypervisor snapshots and unencrypted copies, paying particular attention to whether the backup chain was touched - the service kill list explicitly names Veeam. Run sample repairs against the critical databases and VMs to quantify realistic recovery ranges. In parallel, assess exfiltration: establish the transfer window and volume from traffic and log evidence, and compare against what the leak site has published. Deliver a written assessment stating which systems take structural repair, which take backup rollback and which take carving, with expected timelines and a business restoration order.

  4. Recovery execution and business verification

    All work happens on images or copies with originals kept read-only. Restore in business priority order: identity and domain infrastructure first, then core databases such as ERP and MES, then file and mail systems. In ESXi cases, repair vmdk structures and mount them to extract inner data - do not re-initialise the datastore and do not create new VMs on the original LUN. After each batch, run integrity checks and business-side verification (reconciliation, report comparison, application start-up tests) and record everything in a traceable recovery manifest.

  5. Attribution, hardening and handover

    Because Payload's intrusion path is not publicly attributed, attribution work has to reason backwards from exposure: check whether remote access and VPN lacked MFA, whether edge appliances carried unpatched flaws, whether the hypervisor management network was reachable from the office LAN, and whether infostealer infections leaked domain credentials. Remove rogue accounts, scheduled tasks and alternate-data-stream remnants; reset credentials domain-wide; segment the ESXi management network and disable unnecessary SSH; rebuild backups to a 3-2-1 design with immutable copies. Close with an incident report and a formal handover checklist.

Risk warning

What not to do

  • Do not reboot or power off affected hosts and ESXi servers - losing memory-resident processes, connections and residual traces removes the basis for both forensics and scoping the data theft.
  • Do not run a Babuk decryptor just because antivirus labelled the sample Babuk; the key schemes differ and the wrong tool will damage files further.
  • Do not download unknown ".payload decryptors" and trial them on original disks; no free public decryptor exists, and any validation belongs on isolated copies.
  • Do not delete RECOVER_payload.txt or the encrypted samples, and do not rush an antivirus cleanup - they are the only basis for build identification and a recovery feasibility call.
  • Do not format, reinstall or rebuild RAID sets and storage pools, and never re-initialise an ESXi datastore; that permanently removes both structural repair and carving options.
  • Do not log into the Tor portal to negotiate or pay on your own; payment does not reliably produce a working key, nor does it prevent published or resold data from circulating.

Emergency response

Data already encrypted? Stop and let an engineer look first

We do not pay ransoms and we do not negotiate with attackers. Engineers run a free assessment first, then propose a recovery plan and a firm quote.

Related scenarios

Related industries

Similar families

FAQ

Payload Frequently asked questions

  • Can .payload files be decrypted?

    There is no free public decryptor today. Payload combines Curve25519 key agreement with ChaCha20 and generates keys per file; reverse engineering has found no exploitable implementation flaw, so there is no crack-by-bug route. The realistic recovery directions are backups and snapshots at every layer, whatever repair space measuring the actual encryption coverage reveals in databases and virtual disks (public analyses disagree on how much of a file is covered, so it must be measured on samples), unencrypted copies and log replay, and low-level carving. We assess against real samples first and then state a verifiable recovery scope, rather than promising an outcome up front.

  • Antivirus flagged the sample as Babuk - can we use the free Babuk decryptor?

    No - and this is the most common and most damaging mistake here. Payload is genuinely built on the 2021 Babuk source leak, which is why engines misclassify it, but the public Babuk decryptor depends on private keys leaked at the same time, while Payload uses its own fresh key pairs. Applying Babuk tooling to .payload files is at best useless and at worst destroys the file trailer, taking structural repair off the table as well. Validate any tool on isolated copies before use.

  • Our ESXi virtual machines were encrypted by Payload - is anything recoverable?

    There is room to assess. Payload's Linux encryptor parses vmInventory.xml to enumerate every VM disk, so one compromised host stops every VM on it. Work in this order: confirm whether datastore snapshots, storage-array or NAS volume snapshots, or VM-level backups on the backup platform survive; if none do, measure the actual encryption coverage of the vmdk files (public analyses disagree on whether large files are only partially encrypted) and use that to judge whether structural repair is viable - restoring the partition table and filesystem metadata so the disk can be mounted and inner files extracted. The achievable ratio depends on whether critical structures were hit. Crucially, do not re-initialise the datastore and do not create new VMs on the original LUN.

  • We found RECOVER_payload.txt - what should we do in the first hour?

    Four things. First, isolate: cut production network and storage paths and disable remote access accounts - but do not power off or reboot. Second, preserve the scene: image or snapshot the domain controller, backup server and ESXi management hosts first. Payload clears event logs and blinds ETW, so local logs are likely untrustworthy; pull network-side and centralised logging as well. Third, keep three to five .payload files and the original note. Fourth, establish whether backups still exist and whether they were touched - the kill list explicitly includes Veeam - and do not reconnect backup media until the network is confirmed clean. We run 24/7 emergency response.

  • Will Payload publish our data, and does paying get it taken down?

    Payload runs double extortion: data is exfiltrated before encryption, the note sets a 72-hour contact deadline and a 240-hour negotiation window, and the file tree and data are published in stages if that lapses. Paying does not remove the risk - the operators still hold a copy that may be resold or recycled by another crew for a second extortion attempt. We do not pay ransoms and do not negotiate. The higher-value action is to establish the exfiltration window and data scope quickly, drive internal notification and regulatory or contractual obligations from that, and rotate and notify around the affected accounts, keys and customer records.