Skip to main content

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

SheMo Noransom舍末无勒

Ransomware family

LockBit Ransomware Decryption & Data Recovery

  • Active
  • Critical
  • Some versions decryptable

LockBit is one of the largest ransomware-as-a-service operations in the world. Despite the 2024 law-enforcement takedown it returned as LockBit 5.0, with working Windows, Linux and VMware ESXi payloads, and it remains one of the most frequently seen families in China.

First seen
2019-09
File extensions
.abcd .lockbit .lockbit3
Ransom notes
Restore-My-Files.txt
Affected platforms
Windows / Linux / VMware ESXi

Family profile

File extensions
  • .abcd
  • .lockbit
  • .lockbit3
  • .[9位随机字符]
  • .[16位随机字符]
Ransom notes
  • Restore-My-Files.txt
  • [9位随机字符].README.txt
  • ReadMeForDecrypt.txt
  • !!!-Restore-My-Files-!!!.txt
Contact patterns
  • Tor negotiation portal (.onion, victim ID login)
  • LockBit leak site (.onion)
  • Tox ID
Aliases / versions
ABCD Ransomware、LockBit 2.0 / LockBit Red、LockBit 3.0 / LockBit Black、LockBit Green、LockBit 4.0、LockBit 5.0(内部代号 ChuongDong)、LockBit5(泄露站与情报平台常用写法)
First seen
2019-09
Status
Active
Threat level
Critical
Affected platforms
  • Windows
  • Linux
  • VMware ESXi
Tags
  • Prevalent in China
  • Leak-site regular
  • Resurgent
  • Ransomware-as-a-Service
  • Double extortion
  • Targets virtualization
  • RDP brute force
  • Exploits vulnerabilities
  • Active
Decryptor
Some versions decryptable

During Operation Cronos (February 2024) the UK NCA and the US FBI seized LockBit infrastructure and recovered decryption keys; by June 2024 the FBI said it held more than 7,000 keys and matches victims through its IC3 portal. The Japanese police, with Europol support, developed a decryption feasibility checker for LockBit 3.0 Black, published on No More Ransom.

The limits matter: keys map to specific affiliates and specific encryption sessions, so not every victim can be matched to a usable key. The published tool is a command-line checker, not a universal decryptor. LockBit 4.0 and 5.0 payloads seen from 2024 onward are not covered and have no public decryption method today.

Sources

Latest activity

  1. ransomware.live shows LockBit 5.0's leak site has named 359 victims since its September 2025 restart and was still posting daily on 8-10 September 2026. The brand is operational again; treat cases as double extortion.

    Sources
  2. LockBit listed U.S. Bancorp with a two-week deadline but no samples; the bank said its systems were not breached and traced it to a contractor of a third-party vendor. Leak-site claims need independent verification.

    Sources
  3. An H1 2026 Italy report put LockBit5 joint-first with Qilin at 21 claimed victims out of 148, with nearly half of its activity in a March 2026 surge; manufacturing took 39.9% of all victims.

    Sources

Overview

LockBit first appeared in September 2019 as "ABCD ransomware", shipped LockBit 2.0 with the StealBit exfiltration tool in 2021, and released LockBit 3.0 (LockBit Black) in June 2022, topping global victim counts for several years. It is a textbook ransomware-as-a-service operation: a core team builds the payload and negotiation platform while affiliates run intrusions for a share of the proceeds.

In February 2024 the UK National Crime Agency, the FBI and partners ran Operation Cronos, seizing the leak site and 34 servers and recovering a large number of decryption keys. The brand was damaged but not eliminated: in September 2025 multiple vendors confirmed LockBit 5.0 (codenamed ChuongDong) in active use, with working Windows, Linux and ESXi builds.

China context: 360's October 2025 report put LockBit third domestically at around 8.96% of observed infections. Unlike the smaller local families that simply brute-force RDP, LockBit cases are organised hands-on intrusions — take an exposed asset or remote-management channel, move laterally to the domain controller and the virtualization platform, exfiltrate data, then encrypt. Manufacturing, logistics and construction are the most common victims in China.

How to identify it

Extensions: early builds used .abcd and .lockbit; LockBit 3.0 switched to a 9-character random extension that differs per deployment; LockBit 5.0 uses 16 random characters. A meaningless random suffix is itself an indicator — do not classify the case as "unknown family" because the extension returns no search results.

Ransom notes: Restore-My-Files.txt (2.0); a README.txt prefixed with the same 9 random characters as the extension (3.0); ReadMeForDecrypt.txt (5.0); and !!!-Restore-My-Files-!!! on Linux/ESXi.

Other signs: the desktop wallpaper is replaced and encrypted-file icons swapped; Windows event logs are cleared after encryption; on ESXi, virtual machines are force-powered-off before .vmdk, .vmx and .vmsn files are encrypted; and the note offers only a Tor portal with a victim ID rather than an email address, while threatening publication on the leak site.

Infection vectors

LockBit affiliates use a wide mix of initial-access techniques. Four dominate in Chinese incidents: internet-exposed remote access (weak or reused RDP passwords, leaked VPN accounts, bastion hosts without multi-factor authentication); edge-device and web-application vulnerabilities, where delayed patching is the root cause; network access purchased from initial-access brokers; and phishing that delivers frameworks such as Cobalt Strike for hands-on follow-up.

Post-compromise behaviour is consistent: dump credentials, move laterally over SMB with PsExec or WMI, take the domain controller and deploy via Group Policy, while locating backup servers and the virtualization management plane. Virtualization and backups are primary targets — destroying backups and then encrypting ESXi datastores can take a whole data centre down in one pass. Data is usually exfiltrated with StealBit or Rclone beforehand.

Encryption behavior

LockBit markets itself on speed: AES encrypts file contents while each file's symmetric key is protected with RSA or elliptic-curve cryptography, and key material is per-host.

Intermittent (partial) encryption is the behaviour that matters operationally — large files have only part of their blocks encrypted. An entire file server can therefore be processed in tens of minutes, and large database files and virtual disks retain substantial intact original blocks, leaving room for structure-level repair. Whether that is usable depends on the build's encryption stride and which structures were hit, so it must be measured.

Destructive actions: deletes volume shadow copies and empties the recycle bin; terminates database, mail and backup-agent services so locked files can be encrypted; disables the Windows recovery environment and some security products; clears event logs afterwards. Linux and ESXi builds accept command-line targets and power off virtual machines before encrypting datastores. LockBit 5.0 adds Russian-locale avoidance and reflective DLL loading.

Assess before you act

Recoverability assessment

Bottom line first: LockBit's cryptography has no usable general weakness, so decryption cannot rely on breaking the algorithm. The realistic paths, in priority order:

1. Law-enforcement key matching (LockBit 3.0 and earlier only) If encryption predates 2024 and the build is LockBit 3.0, run the Decryption Checker for LockBit 3.0 from No More Ransom and request key matching through the FBI IC3 channel. Hit rates are modest but the cost is near zero, making it a mandatory first step. It does not apply to 4.0 or 5.0.

2. Backups, snapshots and shadow copies LockBit deletes shadow copies and attacks backup infrastructure, yet real cases leave gaps: offline or off-site media, backup servers not joined to the domain, versioned cloud object storage with object lock, and array- or NAS-side snapshots the ransomware cannot see. Inventory surviving backups immediately after isolation, before a second wave encrypts them.

3. Structure-level repair of large files Because of intermittent encryption, SQL Server .mdf/.ldf, Oracle .dbf, MySQL .ibd and ESXi .vmdk files usually retain large intact regions. Depending on how encryption was applied, a virtual disk can sometimes be repaired and guest files extracted, table-level data pulled from database files, and gaps closed by replaying transaction logs. This is repair, not decryption, and coverage is measured per table and per virtual machine.

4. Unencrypted copies and fragment recovery Report exports, downstream databases, read-only replicas, endpoint caches and mail attachments often hold usable data. Where new files replaced originals, fragments may still be recoverable, so stop all writes to affected volumes as early as possible.

We do not pay ransoms, do not negotiate on a client's behalf, and never promise that every file can be decrypted or restored.

Our response plan

Hit by LockBit ransomware? What to do

  1. Step 1: Containment and evidence preservation

    Cut lateral movement before rushing to power things off: isolate affected hosts and the ESXi management network, block inbound RDP/VPN, and disable suspicious domain accounts and any compromised administrative accounts. Do not reinstall, do not reformat, and do not keep writing to affected volumes.

    Preserve evidence in parallel: memory images from hosts still running, system and security event logs, ESXi host logs, RDP/VPN authentication records, the original ransom notes, and a set of encrypted samples together with matching unencrypted originals for repair comparison. Because LockBit clears event logs, logs on network devices, bastion hosts and backup systems are often the more reliable source.

  2. Step 2: Family identification and encryption analysis

    Random extensions make suffix-based identification unreliable, so the build (2.0 / 3.0 / 4.0 / 5.0, and whether it is the Linux/ESXi payload) is confirmed from the ransom-note filename, wallpaper, payload characteristics and the shape of the negotiation portal.

    Encryption analysis follows: whether encryption is intermittent, the block size and stride, header and footer marker structures, and which critical structures were damaged. This determines what Step 3 can offer — the repair outlook for the same .mdf file is completely different under intermittent versus full encryption. If the build is 3.0 and encryption predates 2024, the No More Ransom checker and an FBI IC3 key-matching request are started in parallel.

  3. Step 3: Recoverability assessment and recovery planning

    Assets are ranked by business priority (domain controllers, core databases, ERP/MES, virtualization platform, file servers, endpoints) and each is assessed for viable paths and expected coverage:

    • Assets with usable backups or snapshots: restore, but only after confirming the media is neither encrypted nor carrying attacker persistence.
    • Large files without backups: sample-based repair feasibility, with per-table or per-VM coverage estimates.
    • Ordinary files without backups: fragment recovery and side-channel copies.
    • Cases where a law-enforcement key may match: tracked as a separate parallel path.

    The deliverable states plainly what can be recovered, to what level, how long it will take, and what is definitively unrecoverable. Nothing beyond the stated coverage estimate is promised.

  4. Step 4: Recovery execution

    All work is done on read-only images or copies; original disks are left untouched. Execution follows the plan:

    • Virtualization: repair .vmdk structures and mount/extract guest data, or rebuild the VM in a clean environment and load recovered data back.
    • Databases: structural repair and table-level extraction for SQL Server .mdf, Oracle .dbf and MySQL tablespaces, with transaction logs, archive logs and business-side documents replayed to close the delta.
    • File servers: business-critical directories first, delivered in batches by department.
    • Endpoints: fragment recovery plus consolidation of side-channel copies.

    Every delivery batch is verified: record counts reconciled against the business system, sampled key documents checked, VM bootability and application availability confirmed. The recovery environment stays isolated from production until it is confirmed free of residual payloads.

  5. Step 5: Attribution, hardening and sign-off

    Reconstruct the full attack chain: the initial entry point (which VPN, RDP or edge vulnerability), how credentials were obtained, the lateral path, dwell time, whether data was exfiltrated, and an inventory of backdoors and scheduled tasks. Because LockBit is a double-extortion family, determining whether data left the network is mandatory — it drives regulatory notification and external communication.

    Hardening is expressed as verifiable items: no internet-exposed RDP, multi-factor authentication enforced on all remote access, a patch baseline for edge devices and web applications, backups rebuilt around offline/off-site copies plus immutable storage with object lock and regular restore drills, the virtualization management plane on its own segment with its own credentials, tiered privileged accounts with logon restrictions, and EDR coverage with a closed alert loop. The engagement closes with an incident report, a sign-off checklist, log-retention arrangements and monitoring recommendations.

Risk warning

What not to do

  • Do not reinstall the OS, rebuild partitions or reformat affected volumes — key material, the file structures repair depends on, and recoverable fragments all disappear with them.
  • Do not run assorted decryptors or recovery utilities against original disks; work on read-only images, because every write reduces the chance of success.
  • Do not delete ransom notes, encrypted samples or suspicious binaries — they are required for family and build identification and for decryption feasibility checks.
  • Do not restore network connectivity before surviving backups are confirmed intact; a second encryption wave taking out the last backup is a common LockBit outcome.
  • Do not use the compromised domain administrator account to log into other servers while investigating — that completes the attacker's lateral movement for them.
  • Do not contact the negotiation portal to pay or negotiate on your own; beyond the financial and compliance risk, payment does not guarantee a working decryptor.

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

Related questions

FAQ

LockBit Frequently asked questions

  • Can files encrypted by LockBit be decrypted?

    It depends on the build. LockBit 3.0 and earlier, encrypted before 2024: there is a real chance — Operation Cronos recovered over 7,000 keys, No More Ransom hosts a feasibility checker, and the FBI IC3 portal handles key matching. Keys are tied to specific affiliates and sessions, so hit rates are modest.

    LockBit 4.0 / 5.0: no public decryption method exists and no exploitable cryptographic weakness is known. In that case effort should move to the realistic paths — inventorying backups and snapshots, structure-level repair of large files, and locating unencrypted copies — rather than waiting for a decryptor.

  • The extension is random characters — how do I confirm it is LockBit?

    The random suffix is itself the clue. LockBit 3.0 uses 9 random characters and 5.0 uses 16, so finding no search results for the extension is expected. Confirmation comes from the ransom-note filename (a README.txt sharing the extension prefix, ReadMeForDecrypt.txt, or Restore-My-Files.txt), a replaced desktop wallpaper, a note that offers only a Tor portal and victim ID rather than an email address, and cleared Windows event logs. Handing the note plus two or three encrypted samples to a response team is usually enough to pin the build within hours.

  • LockBit encrypted our ESXi virtual machines — is there hope for the vmdk files?

    There is room to assess, but no blanket answer. LockBit encrypts large files intermittently, so .vmdk images typically retain substantial intact regions; depending on how encryption was applied, it may be possible to repair the virtual disk structure and extract guest databases, files and configuration. The decisive variables are the encryption stride, whether the partition table and filesystem metadata were hit, and whether the disk is thin- or thick-provisioned.

    The correct approach is to take read-only images of the ESXi datastores, run repair feasibility tests on a few representative .vmdk files, and decide the overall plan from the measured coverage. Array-side snapshots and backup-software copies should be checked at the same time.

  • Should we pay the LockBit ransom?

    We do not pay ransoms and do not negotiate for clients, and we advise organisations not to pay on their own. Beyond the compliance and legal exposure of sending funds to a sanctioned criminal ecosystem, there are practical issues: after the law-enforcement action LockBit was documented keeping data it had promised to delete, so payment guarantees neither a working decryptor nor suppression of stolen data, and buggy decryptors can cause further damage to large files and databases.

    Time is better spent on forensics, backup inventory and repair feasibility. In most cases the combined coverage of backups, structure-level repair and side-channel copies is more controllable than betting on a decryptor.

  • LockBit was taken down by law enforcement — why did we still get hit?

    Operation Cronos in February 2024 seized infrastructure and badly damaged the brand, but it did not end it. In September 2025 multiple vendors confirmed LockBit 5.0 in active use with Windows, Linux and ESXi payloads, and 360's October 2025 China report still placed LockBit third by infection volume.

    In addition, the LockBit 3.0 builder leaked in 2022, and several independent crews have deployed modified versions whose encryption behaviour closely resembles LockBit without being an official affiliate. So for any "LockBit-looking" case the first step is still build and sample identification, not a conclusion drawn from headlines.