New quiz In-house vs on-demand: 10 questions to save you $500k+ in hiring mistakes and lost time10 questions to save you $500k+ Take the quiz

Blog

5 min read

Immutable Backups and Ransomware Recovery: Why 3-2-1 Isn't Enough Anymore

Ransomware operators go after your backups first. The 3-2-1 rule was built for hardware failures, not for adversaries who study your infrastructure before they strike.

Ransomware operators don’t just encrypt your production data anymore. They go after your backups first.

According to Veeam’s 2025 Ransomware Trends Report, 89% of ransomware attacks now target backup infrastructure. Attackers spend a median of five days inside a network before triggering encryption, per Mandiant’s M-Trends 2025 — time they spend systematically identifying and destroying backup systems before locking anything down.

The 3-2-1 backup rule — three copies, two media types, one offsite — was the standard for decades. It was built for hardware failures and natural disasters, not for adversaries who study your infrastructure before they strike. On episode 1 of The Security Podcast of Silicon Valley, Anand Ganesh, Founding Software Architect at Hammerspace, walked through the architectural shifts that make ransomware recovery reliable rather than hopeful.

What the 3-2-1 rule misses

For ransomware specifically, the rule has evolved into 3-2-1-1: add one copy that is either immutable or air-gapped.

RuleCopiesMedia typesOffsiteImmutable / air-gapped
3-2-1321Not required
3-2-1-13211

That additional “1” is what separates organizations that recover from those that pay. Sophos’ 2025 State of Ransomware report found 53% of organizations recovered within a week using backups, while only 49% of those that paid actually got their data back.

But even 3-2-1-1 has blind spots. It treats backup as the complete answer, and leaves three questions unanswered: how fast can you actually restore, can you restore consistently across distributed storage, and can the business keep running during recovery?

Immutable backups are necessary but not sufficient

Immutable backups are storage snapshots that cannot be modified or deleted for a defined retention period, even by an administrator with full access. They solve one critical problem: they prevent ransomware from destroying your recovery points. Without immutability, an attacker with admin credentials can delete backups before encrypting production. With it, those copies survive regardless of the attacker’s access level.

Three gaps remain after you’ve implemented them.

Volume snapshots can’t cross storage boundaries

Traditional immutable snapshots are tied to individual storage volumes. In the real world, according to Flexera’s 2025 State of the Cloud Report, 70% of enterprises run hybrid cloud — data spread across NetApp, Pure Storage, AWS S3, Azure Blob, and on-prem object storage at once. Restoring a consistent state across all of that means separate backup processes for each system and manual coordination during an incident, stretching recovery from hours into days.

Ganesh described a different approach: “You have a share that has your data, and that share’s data could be sitting on any and all infrastructure… We have share-level snapshots where you take a snapshot across all the storage systems, and that becomes pretty powerful.”

Failover-based DR costs hours you don’t have

Traditional disaster recovery relies on active-passive architecture: a primary handles traffic while a standby waits. When ransomware hits, you “fail over” — flip replication direction, convert passive to active, verify integrity, redirect users. Every step takes time.

“If you lose a site, you’re not waiting to convert one side from passive to active,” Ganesh said. “It’s active-active. One goes down, you just mount from another site and continue running.” Recovery time drops from hours to minutes.

Backups don’t detect threats

Immutable backups protect recovery points, but they don’t catch ransomware before it executes. Ganesh described integrating detection into the storage layer itself: put an objective on the data that routes it through a scanning function, derive metadata, and quarantine a file found to be a threat before it spreads. Storage stops being a passive target and becomes an active line of defense.

The recovery playbook nobody writes down

Every ransomware guide recommends the same generic advice. Here’s what determines whether recovery takes minutes or weeks.

  • Isolate and identify (0–30 min). Disconnect affected systems to stop lateral spread. Identify the variant; check No More Ransom for known decryptors.
  • Assess backup integrity (30–60 min). Confirm your immutable backups exist and predate the compromise — which may be days before encryption triggered, given the five-day median dwell time.
  • Restore from immutable snapshot (1–4 hr). With cross-infrastructure snapshots this is one operation; with per-volume snapshots you’re coordinating restores across every affected system.
  • Enable self-service recovery (concurrent). Don’t funnel every restore through one admin team. Ganesh: “The end user… can just go into the undelete location under the share and bring back the files.” In an incident touching thousands of files, this eliminates the bottleneck that turns a four-hour recovery into a four-day one.
  • Verify, monitor, harden (4–24 hr). Verify integrity, watch for reinfection, patch the entry point, rotate credentials.

Air-gapping and crypto-shredding

Air-gapped backups are physically or logically isolated from the production network — no network path means ransomware can’t reach them. The strongest posture is layered: immutable snapshots as the fast primary recovery (minutes-to-hours RTO), air-gapped copies as the last line of defense. CISA’s StopRansomware Guide recommends at least one air-gapped copy, tested quarterly.

After recovery, compromised data needs secure destruction. Bring-your-own-key encryption enables crypto-shredding: destroy the key and the data is permanently irrecoverable, even if the ciphertext persists on disk. As Ganesh put it, “As soon as you remove it from the namespace and destroy the key, you’ve lost all capability to decrypt what’s on your storage.” For organizations facing breach-notification requirements, provable cryptographic destruction can be the difference between a fine and a clean report.

A recovery plan that survives a real attack

  • Immutable snapshots on all production storage, retention exceeding typical dwell time (30+ days).
  • An air-gapped backup, tested quarterly.
  • Cross-infrastructure snapshot capability for consistent restores.
  • Active-active replication where budget allows.
  • Self-service undelete for end users.
  • Storage-layer threat detection.
  • BYOK encryption for post-incident crypto-shredding.
  • A full recovery drill annually, measuring real RTO and RPO against targets.

Backups alone are not a recovery strategy. Architecture is. That’s the difference between hoping you can restore and knowing you can.

Written by the team behind The Security Podcast of Silicon Valley

Put it into practice.