Ransomware family
DeadLock Ransomware Decryption & Data Recovery
- Active
- High
- No public decryptor
DeadLock is an emerging ransomware operation first seen in July 2025, marked by the .dlock extension, negotiation over the Session messenger and decentralised infrastructure hosted on Polygon smart contracts. It runs a Rust encryptor with double extortion and had listed more than a hundred victims by September 2026. No public decryptor exists.
- First seen
- 2025-07
- File extensions
- .dlock .[十六进制受害者ID].dlock
- Ransom notes
- READ ME.[受害者ID].txt
- Affected platforms
- Windows / Databases
Family profile
- File extensions
- .dlock
- .[十六进制受害者ID].dlock
- Ransom notes
- READ ME.[受害者ID].txt
- HOW_RECOVER.[受害者ID].txt
- RECOVERY_CHAT.[受害者ID].html
- Contact patterns
- Session decentralised messenger (Session ID given in the note)
- Self-contained HTML negotiation client (RECOVERY_CHAT page)
- Clearnet leak site plus a Tor (.onion) mirror
- Proxy addresses published and rotated via Polygon smart contracts
- Bitcoin / Monero payment; no email address in the disclosed notes
- Aliases / versions
- Deadlock、DeadLock Ransomware
- First seen
- 2025-07
- Status
- Active
- Operational status
- Newly emerged
- Threat level
- High
- Affected platforms
- Windows
- Databases
- Tags
- Emerging
- Active
- Double extortion
- Targets databases
No free public decryptor for DeadLock exists today. Nothing has been released by No More Ransom, security vendors or law enforcement, and the Microsoft and Group-IB reverse-engineering write-ups disclose no exploitable cryptographic weakness.
The reason is a competently built key scheme: each file is encrypted with a one-time XChaCha20 symmetric key, and an ephemeral Curve25519 keypair performs ECDH against the operator public key, with the derived key wrapping the file-key metadata that is appended to the file. The private key never touches the victim environment and published analysis points to no predictable randomness, so keys cannot be reconstructed from samples.
Note that downloads advertised as a "DeadLock decryptor" or ".dlock recovery tool" are almost always follow-on scams or bundled malware; running them against original disks causes irreversible additional damage. Recovery should start from backups, snapshots, unencrypted copies, and the structural repair space that partial encryption of large files leaves behind.
Latest activity
The leak site (clearnet plus Tor mirror) remains operational, with its latest post dated 1 September 2026 and roughly 104 victims listed in total, six of them added in the preceding 30 days.
SourcesMicrosoft and Group-IB published analyses of the Rust encryptor and its Polygon smart-contract C2 proxy rotation, with negotiation over the Session messenger. Around 96 victims were claimed as of August 2026.
SourcesZeroFox first observed DeadLock's leak site on 16 June 2026. After nearly a year with no public site, it launched already carrying about 80 victims, marking a shift from private extortion to public double extortion.
Sources
Overview
DeadLock was first publicly documented in July 2025, earliest sample late June 2025. No public research ties it to a rebrand, so treat it as a genuinely new crew. It ran quietly for almost a year: the leak site appeared only in June 2026, already carrying roughly 80 organisations when ZeroFox observed it on 16 June.
Microsoft and Group-IB published detailed analyses in August 2026. What draws attention is not the cipher suite but the decentralised extortion infrastructure: command-and-control proxy addresses live in a Polygon smart contract and rotate at will, leak-site posts come from a second contract, negotiation runs over Session, and stolen files sit on Wasabi storage. Domain blocking and server seizures cannot cleanly break this stack.
Victim counts: third-party ransomware trackers put the cumulative leak-site total at roughly 101 organisations by early September 2026, more than half of them European, with manufacturing the most heavily represented sector alongside IT, mining and transportation. Note that no new leak-site posts have appeared since late August 2026 and the clearnet domain has at times failed to resolve, but no seizure or shutdown has been announced, so the operation should still be treated as live.
Microsoft's analysis notes DeadLock is not an openly recruiting RaaS, yet several actors have deployed it, including one operating within the Lynx and INC ecosystems. No public report confirms a targeted campaign against mainland China organisations, and no Chinese-language vendor analysis has been published.
How to identify it
Extension. Encrypted files gain the victim ID plus .dlock appended to the original name - a short hex ID identical across the environment, so report.xlsx becomes report.xlsx.F8C6A8.dlock. Published samples show six characters, but Microsoft redacted that field, so whether the length is constant across builds is unsettled; identify on the structure "original name + hex string + .dlock".
Ransom notes. Early samples dropped READ ME.[ID].txt; current builds drop HOW_RECOVER.[ID].txt and RECOVERY_CHAT.[ID].html. The HTML file is a self-contained negotiation client with a "Blog" tab read straight from the Polygon contract, walking the victim through installing Session to make contact. No email address appears in the disclosed samples.
Icons and desktop. The encryptor writes an embedded icon to C:\ProgramData[ID].ico and registers it in the registry as the default icon for the .dlock extension, so every encrypted file shows the same attacker-supplied icon - a strong visual tell. The wallpaper is also replaced with a notice that files are encrypted and stolen and that the operators must be contacted; published reports do not agree on exact wallpaper wording, so do not match on the string.
Other indicators. A silent AnyDesk install with RDP and RemoteRegistry enabled; event log channels cleared one by one and then disabled in the registry; after encryption the binary writes a batch file to delete itself, so the encryptor is often absent from the scene.
Infection vectors
State this up front: DeadLock's initial access vector is still publicly undetermined. Group-IB says plainly that it remains unknown and Microsoft's analysis does not disclose it; incident responders have only observed the actors using valid remote access accounts, with no published report confirming how those credentials were obtained - phishing, brute force, infostealer logs or an access broker. Do not scope an investigation around one assumed entry point; audit the whole remote access surface.
The post-compromise behaviour that is documented looks like this - hands-on-keyboard and unhurried; in the best-documented intrusion, about five days passed between compromise and encryption:
- Valid account login. Entry with compromised remote desktop and domain accounts, reading much like ordinary administrator activity in logs.
- Persistence. Remote Desktop enabled by setting fDenyTSConnections to 0 with an inbound rule for TCP 3389, the RemoteRegistry service started, and AnyDesk installed silently with automatic startup, updates disabled and an unattended access password as a second channel.
- Discovery. Built-in commands only - nltest for domain controllers, net localgroup /domain for privileged groups, quser for active sessions, ping to map reachable hosts.
- Endpoint protection defeat. One vendor incident analysis records a BYOVD step - loading a legitimately signed but vulnerable driver to terminate endpoint protection from kernel mode. That detail appears in a single source and is corroborated by neither Microsoft nor Group-IB, so the specific driver and CVE are not cited here.
- Exfiltration. The actors claim theft before encryption and extort with leak-site publication, but no published report confirms the exfiltration tooling or staging destination; whether data actually left has to be proven from your own network and log evidence.
Samples carry a language and locale switch: on detecting Russian, Ukrainian, Belarusian, Kazakh, Uzbek and other CIS or post-Soviet languages, plus Persian and Syriac among others, and covering Oman and Yemen, the malware deletes itself immediately and does not encrypt. Such switches usually indicate where the operators are based.
Encryption behavior
Algorithms. The current build is Rust. File contents use XChaCha20 with a fresh one-time key per file; that key is protected by an ephemeral Curve25519 keypair doing ECDH against the operator public key, wrapped under the derived key and stored in the file alongside its metadata. No exploitable flaw has been published.
Tiered intermittent encryption. Files are handled by size tier. Small files are encrypted in full; from roughly 50 MB the encryptor overwrites 512-byte blocks at fixed intervals, and the encrypted share steps down as files grow - about 50% from ~50 MB, 25% from ~118 MB, 10% from ~500 MB, with a separate chunked mode above ~1 GB. Microsoft describes this explicitly as an optimisation for large files such as databases, virtual machine images and backups. The consequence: services die immediately, yet large untouched regions survive inside those same files, leaving room for structural repair.
Recovery inhibition. A set of services that would block file access is stopped and disabled - windefend, the shadow copy and backup services vss / swprv / wbengine, the Hyper-V services vmcompute / vmms, and the Active Directory services adws / ntds / kdc. Processes including msmpeng, onedrive, dropbox, anydesk, explorer and powershell are terminated. Every registered event log channel is enumerated through the Event Log API, cleared, and then disabled in the registry. Earlier builds additionally targeted the services of several mainstream commercial backup products.
An important clarification on shadow copies. What published analysis records is that the shadow copy service is stopped and disabled - not that existing shadow copies are deleted with vssadmin, wmic or similar. That differs from most families and means surviving shadow copies are genuinely possible on site. Check every host rather than assuming they are gone.
Self-deletion. After encryption the binary writes a batch file to delete itself, so the encryptor sample is frequently unavailable for forensics.
Double extortion. The actors claim data is stolen before encryption; non-payment brings staged publication on the clearnet site and its Tor mirror.
Assess before you act
Recoverability assessment
Recoverability must be assessed case by case. We do not pay ransoms and do not negotiate; our work is technical recovery and forensics.
1) Public decryptor: none today. The key scheme is soundly implemented and no flaw has been disclosed; anything advertised as a ".dlock decryptor" is a follow-on scam and must never run against original disks.
2) Repair space created by intermittent encryption (depends on the pattern). Files above 50 MB are overwritten only in spaced blocks, so databases allow page-level extraction and logical rebuilds, and VHDX files and backup archives can be structurally repaired. Yields hinge on whether headers and metadata pages were hit, so sampling precedes any stated range.
3) Backups, snapshots and shadow copies. Worth doing thoroughly against DeadLock in particular: published analysis records the shadow copy service being stopped and disabled rather than existing copies being deleted by command, so surviving snapshots are a real possibility - verify host by host instead of writing them off. Also inventory offline and offsite backups, storage-layer and hypervisor snapshots, backup-server copies and cloud version history; this family's hands-on lateral movement often leaves nodes untouched. Never reattach backup media to an uncleaned network.
4) Unencrypted copies and log replay. Historical archives, endpoint caches, BI staging databases, ERP exports, transaction logs and audit logs can support reconstruction or point-in-time replay.
5) Low-level carving. This encryptor mostly overwrites in place, so carving succeeds far less often than against families that delete originals; it retains value where encryption was interrupted, if writes stop immediately.
Theft precedes encryption, so leak risk must be scoped in parallel. We deliver a verifiable assessment and a bounded recovery scope - no technique can promise full restoration.
Our response plan
Hit by DeadLock ransomware? What to do
Containment and forensic preservation
Isolate affected hosts and storage paths, but do not reboot or power off - DeadLock typically leaves AnyDesk plus enabled RDP and RemoteRegistry channels, and memory-resident processes and connections are the key to scoping persistence. Image or snapshot domain controllers, backup servers and Hyper-V hosts first. Because event logs are wiped wholesale, pull records immediately from external sources: SIEM, firewalls, the VPN gateway and AnyDesk cloud logs. Preserve three to five .dlock files, the original HOW_RECOVER and RECOVERY_CHAT notes, and the wallpaper and .ico artefacts.
Family identification and encryption analysis
Confirm DeadLock from the victim-ID-plus-.dlock naming, the paired ransom notes and the custom icon, then use the note filenames to distinguish the early READ ME builds from the current HOW_RECOVER / RECOVERY_CHAT builds. The core task is measuring the actual encryption pattern: for each class of critical file (MDF/LDF, DBF, ibd, VHDX, backup archives), determine the size tier, the 512-byte block stride and the surviving proportion, and check whether headers and metadata pages were hit. This determines whether the path forward is structural repair or backup rollback; without measurement no credible recovery range can be given.
Recoverability and exposure assessment
Run two tracks in parallel. Recovery: inventory offline backups, storage and hypervisor snapshots, cloud version history and unencrypted copies, then run sample repairs on core databases and VHDX files to validate feasibility and effort. Exposure: reconstruct the exfiltration window and volume, review the sample material on the leak site and the Session negotiation page, and scope which customer data, employee personal information and trade secrets are involved. Deliver a written assessment stating which systems roll back from backup, which need page-level database rebuilds, and which data triggers regulatory notification, with expected recovery ranges and a business restoration order.
Recovery execution and cutover
All work happens on images or copies with originals kept read-only, and restoration runs inside a clean network segment. Rebuild domain controllers and identity first, then core databases such as ERP and MES, then file and mail systems. In Hyper-V cases, repair VHDX structures and mount them to extract inner data rather than overwriting the original volumes. After each batch, run integrity checks and business-side verification - reconciliation, report comparison, application start-up tests - recorded in a traceable recovery manifest. Before cutover, confirm the target environment carries no AnyDesk remnants or attacker-created accounts.
Attribution, hardening and handover
Reconstruct the full kill chain: where the initial credentials leaked, whether remote desktop was internet-exposed or lacked MFA, which host loaded the vulnerable driver, and the timing and volume of exfiltration. Remove AnyDesk and other remote-control remnants, rogue accounts and the modified RDP/RemoteRegistry configuration; reset credentials domain-wide and enforce MFA on all remote access; enable the vulnerable driver blocklist to shut down the BYOVD path; restore logging and forward events off-box, since local logs are wiped and only external copies survive; 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 - AnyDesk and remote desktop footholds, memory-resident processes and live connections are the evidence that shows whether the attacker is still inside, and they cannot be recovered once lost.
- Do not download or run anything advertised as a "DeadLock decryptor" or ".dlock recovery tool". No public decryptor exists; these are usually scams or malware and running them on original disks causes irreversible further damage.
- Do not delete the ransom notes, encrypted samples, replaced wallpaper or .ico artefacts, and do not rush to "clean the virus" - they are the only basis for build identification and encryption-pattern measurement.
- Do not reattach backup tapes, external drives or backup servers to a network that has not been cleaned; the attacker's remote-control channels are probably still live and would consume the last recovery option.
- Do not install Session to contact the operators yourself or pay the ransom. Payment neither assures a working key nor stops the data from appearing on the leak site.
- Do not format, reinstall or rebuild storage pools under business pressure. In-place overwriting lowers carving success, but some volumes still hold value and a rebuild closes that path permanently.
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
Database Encrypted by Ransomware
When database files are encrypted, every business system that depends on them stops at once. This page explains how we triage an encrypted database, how recoverability is assessed, and when file repair, backup-plus-log restore, or rebuild is the right path.
ESXi / Hyper-V Virtualization Encrypted by Ransomware
Hypervisor-level encryption causes the widest blast radius of any ransomware event: dozens of production VMs go dark within an hour or two. This page covers what Linux ESXi encryptors actually do — shut down guests, encrypt vmdk, delete snapshots — the recovery value of flat disk files, and how Hyper-V and Proxmox cases differ.
Backups Deleted or Destroyed
Modern ransomware follows a fixed sequence: destroy the backups, then encrypt the data — deleting shadow copies, encrypting repositories, disabling jobs, and exploiting backup software flaws to steal credentials. This page covers what can still be inventoried once backups fail, why replication propagates encrypted files off-site, and what offline and immutable copies are really worth.
Domain Controller Compromise and Estate-Wide Encryption
A compromised domain controller hands the attacker a legitimate administrator identity, allowing an encryptor to be pushed to every host at once through Group Policy or remote execution. This page covers how such incidents present, the correct order for Active Directory recovery, and how to decide between cleanup and full rebuild.
Related industries
Manufacturing Ransomware Response and Recovery
Ransomware in manufacturing hits information systems and production cadence at the same time: with ERP down there are no orders, with MES down there is no schedule, and an encrypted drawing library takes the process documentation for an entire product line with it. This page covers the asset profile, recovery priorities and targeted defences.
Logistics and Supply Chain Ransomware Response
Logistics is acutely time-sensitive: when TMS, WMS, dispatch and sorting systems stop, goods pile up in warehouses and on routes immediately, and the effect propagates up and down the supply chain. This page covers the sector's threat profile, a recovery order built around goods movement, and hardening for EDI-interconnected environments.
Construction and Real Estate Ransomware Response
In construction and real estate the core assets are drawings, models and project documentation — typically scattered across project-site NAS units, shared drives and personal computers with no unified backup. This page covers the sector's threat profile, recovery of drawings and BIM models, and defences for dispersed, multi-project environments.
Similar families
- No public decryptor
Lynx
Lynx is a RaaS operation that emerged in mid-2024 and shares extensive code with INC Ransom. It ships encryptors for Windows, Linux and ESXi through an affiliate panel with an 80/20 split and had passed 400 claimed victims by 2026. No public decryptor exists.
- No public decryptor
INC Ransom
INC Ransom emerged in 2023 and has passed 800 claimed victims by 2026, making it a top-tier RaaS operation. Marked by the .INC extension and INC-README notes, it exploits Citrix and SonicWall edge flaws and ships an ESXi encryptor. No public decryptor exists.
- Some versions decryptable
Akira
Akira is a ransomware-as-a-service operation that emerged in March 2023, breaking in through VPNs without MFA and edge-device flaws, then encrypting Windows estates and VMware ESXi clusters under double extortion. CISA's November 2025 advisory update calls it an imminent threat to critical infrastructure.
FAQ
DeadLock Frequently asked questions
Can .dlock files be decrypted?
No free public decryptor is available today. DeadLock uses a separate XChaCha20 key per file, wrapped by an ephemeral Curve25519 keypair doing ECDH against the operator public key. The private key never touches the victim environment and no implementation flaw has been disclosed, so keys cannot be reconstructed from samples.
Three realistic recovery paths remain: structural repair of databases and virtual disks that exploits the intermittent overwriting of large files; backups, storage snapshots and cloud version history; and unencrypted copies plus log replay. Which one applies has to be determined by measuring real samples, not inferred from the extension alone.
The note says to install Session and message them - should we?
Contacting them on your own is not advisable. RECOVERY_CHAT.[ID].html is the attacker's own negotiation client; its "Blog" tab and proxy addresses are fed dynamically from a Polygon smart contract, and simply opening it confirms your identity and that you are online, which usually accelerates the pressure campaign.
We do not pay ransoms and do not negotiate for clients. The correct first move is containment and forensics, preserving the original notes, and assessing recovery and exposure in parallel. If compliance or insurance requires contact with the actors, it should be handled by legal counsel and a specialist negotiation firm on isolated equipment, never from a production host.
We are not on the DeadLock leak site - does that mean nothing was stolen?
That inference is unsafe. DeadLock ran for nearly a year with no public leak site after appearing in July 2025, and when the site did launch in June 2026 it already listed around 80 organisations - meaning theft and private pressure had been running throughout that quiet period.
Exfiltration is established by evidence, not by leak-site presence. What to examine: outbound traffic through firewalls and proxies, creation of large archives and split volumes, traces of cloud storage and transfer utilities, and AnyDesk file-transfer logs. Because local event logs are wiped wholesale, this evidence usually survives only in SIEM, network-side appliances and cloud logs, so earlier collection means a more complete picture.
Our databases and VM files are huge and only partly encrypted - is there hope?
It is worth assessing, but the outcome cannot be assumed. DeadLock applies intermittent encryption to files at or above 50 MB, overwriting 512-byte blocks at intervals, with the encrypted share dropping as files grow (roughly 50%, 25%, then 10%). Large MDF/LDF, DBF, ibd and VHDX files therefore usually retain substantial intact data.
How much comes back depends on whether headers, metadata pages and allocation structures happened to land on overwritten blocks. When those survive, page-level extraction and logical rebuilds can deliver a high yield; when they are hit, reconstruction is far more involved and the yield drops sharply. Sampling to measure the stride and which regions were struck must come before any committed range.
Backup services were stopped and shadow copies are unavailable - any other options?
Usually yes - and the first step is to re-check the shadow copies themselves. DeadLock stops and disables the shadow copy and backup services, but published analysis does not record it deleting existing shadow copies by command. A stopped service is not a destroyed snapshot, so verify host by host rather than abandoning the path because backup services are down. Its lateral movement is also largely hands-on over RDP, so coverage is often incomplete and nodes that were never logged into survive more often than expected.
Targets worth inventorying one by one: offline and offsite backup media, storage-layer snapshots on NAS/SAN/gateways, hypervisor snapshots, copies on backup servers that were never mounted or reached, cloud object-storage version history and retention windows, and archive exports from business applications. While doing this, never reattach backup media to a network that has not been cleaned - the attacker's remote-control channels are probably still usable.
Sources
- Microsoft Security Blog - DeadLock ransomware: Breaking down a Rust-based encryptor with decentralized recovery infrastructure
- Group-IB - DeadLock Ransomware: Smart Contracts for Malicious Purposes
- BleepingComputer - DeadLock ransomware uses blockchain to resist infrastructure takedown
- ZeroFox - Flash Report: DeadLock's Ransomware Leak Site Lists over 80 Victims
- Proven Data - DeadLock Ransomware: Attack Lifecycle, TTPs, IOCs, and Response
- Ransomware.live - DeadLock group victim tracker
External links are provided for reference only. The content is published by third parties and does not represent our position.
Updated