Newsletter

    Subscribe our newsletter

    Get new infrastructure guides, comparison reports, and migration notes in your inbox.

    Infrastructure notes, guides, and new tools. Unsubscribe anytime.

    Back to Blog
    ransomware
    backup
    disaster recovery

    DeadLock Ransomware Uses Decentralized Recovery Infrastructure: What Backup Teams Should Learn

    August 11, 2026
    5 min read read

    Microsoft's August 10, 2026 analysis of DeadLock describes an emerging financially motivated ransomware operation built around a Rust encryptor and decentralized infrastructure for victim communication, negotiation, and data leak activity. The technical details are new, but the infrastructure lesson is familiar: defenders cannot design recovery around assumptions about how an attacker will communicate, where an extortion site will be hosted, or whether a conventional command channel will remain available.

    For backup teams, the useful question is not whether DeadLock is more decentralized than earlier ransomware families. The useful question is whether a recovery design still works when production systems, identity services, management interfaces, and online backup paths are under pressure at the same time. A good starting point is the 3 2 1 1 0 backup rule, which adds an offline or immutable copy and zero unverified backup errors to the familiar idea of maintaining multiple independent copies.

    Decentralized extortion does not change the recovery objective

    DeadLock is noteworthy because Microsoft describes decentralized recovery and communication infrastructure alongside encryption and double extortion. That can complicate disruption and takedown efforts, but it does not change the basic goal for an infrastructure team after encryption begins. The organization still needs trustworthy copies of data, credentials to reach them, clean infrastructure on which to restore, and a tested sequence for bringing services back.

    That distinction matters because ransomware discussions often focus on malware behavior while recovery remains treated as a storage feature. Backup software can report successful jobs every night and still leave the organization exposed. A backup is only useful if the data is readable, the repository is reachable during an incident, the necessary encryption keys and credentials are available, and the restore can meet the required recovery point and recovery time objectives.

    This is why backup testing deserves the same attention as backup creation. A restore test exposes problems that routine job monitoring can miss, including incomplete application data, broken dependencies, missing credentials, slow transfer paths, insufficient replacement capacity, and procedures that exist only in one administrator's memory.

    Separate the backup failure domain from production

    Ransomware recovery becomes much harder when production and backup systems share the same administrative boundary. If the same identity account can manage hypervisors, storage, backup repositories, and remote copies, one compromised credential can collapse several layers of protection at once.

    The practical goal is failure independence. Backup infrastructure should have its own access controls, restricted management paths, and protected credentials. At least one recovery copy should be resistant to ordinary deletion or modification from the production environment. For Proxmox environments, Proxmox Backup Server can support incremental deduplicated backups, verification, remote synchronization, encryption, pruning, and tape workflows. Those capabilities become valuable when they are designed as a separate recovery system rather than simply another service on the same host.

    Physical separation also matters. Running the backup repository on the same server that hosts production workloads may be convenient in a small lab, but it creates an obvious shared failure domain. A hardware failure, administrative mistake, destructive script, or attacker reaching the host can affect both sides. Even a small environment benefits from a second machine, a remote repository, or another location that can survive the loss of the primary platform.

    Immutability still needs operational discipline

    Immutable or offline storage is one of the strongest defenses against destructive attacks, but it is not a substitute for operational design. Teams still need retention policies, capacity planning, monitoring, key management, and a method to recover data without reconnecting a compromised environment to the protected repository too early.

    The same applies to tape. Offline media can create a strong separation from production, but only when teams know what is on each cartridge, how to retrieve it, how long a restore will take, and whether replacement hardware is available. Immutability protects a copy from change. It does not automatically prove that the copy contains everything the business needs.

    A mature ransomware recovery plan therefore connects backup storage with a disaster recovery plan. The plan should establish service priorities, dependencies, roles, communications, recovery objectives, clean room requirements, and the order in which infrastructure and applications return. During a real incident, those decisions become much harder if they have not already been made.

    Verification should be treated as evidence

    A successful backup job proves that a process wrote data somewhere. It does not prove that the resulting backup can restore a complete service.

    Verification narrows that gap. Integrity checks can detect damaged backup content before the day it is needed. Periodic file restores prove basic access. Application restores show whether databases, configuration, identity, network dependencies, and attached storage come back together. Full recovery exercises reveal whether the organization has enough compute, storage, network capacity, time, and people to rebuild after a destructive event.

    For virtual environments, this is especially important because a workload may depend on more than the main virtual disk. Boot configuration, virtual TPM state, network settings, attached storage, application secrets, external databases, DNS, and authentication can all determine whether a restored VM is actually usable. The recovery test should validate the service, not simply whether a virtual machine reaches a powered on state.

    Ransomware resilience is an architecture problem

    DeadLock is another reminder that attackers continue to change the infrastructure around ransomware operations. Defenders should expect the tooling, encryption methods, negotiation channels, and extortion techniques to evolve.

    Recovery architecture can be more stable. Multiple independent copies, restricted backup credentials, an offline or immutable layer, offsite protection, integrity verification, restore testing, and documented recovery sequencing remain useful even when the ransomware family changes.

    For Proxmox operators, the Proxmox backup guide is a practical place to review backup jobs, storage targets, retention, Proxmox Backup Server, offsite copies, verification, and restore testing as one system. The strongest design is the one that assumes production may be unavailable and still gives the team a known path back.

    The useful lesson from DeadLock is therefore broader than one malware family. Do not design recovery around how yesterday's ransomware worked. Design it around what the business must still be able to restore when tomorrow's attack behaves differently.

    Originally published on the Mr.PlanB blog.