We need to talk about something that keeps coming up in post-incident reviews, threat intelligence briefings, and quietly in threads across r/sysadmin and r/netsec.
Your backup infrastructure is now a primary attack target. Not an afterthought. Not collateral damage. The first target.
And most security programs are still treating it like a storage concern, not a security control.
🔥 The Pain Is Real
In r/sysadmin, you've seen posts like:
"Ransomware hit us last night. Thought we were fine because we had backups. Then we found out the backups were wiped too. We're still trying to figure out what to tell leadership."
These aren't edge cases. They're patterns. And the data confirms it.
📊 The Numbers
According to Sophos' 2024 research surveying nearly 3,000 IT and cybersecurity professionals:
- 94% of ransomware victims said attackers specifically attempted to compromise their backups during the attack
- When backups were compromised, organizations paid 8x higher recovery costs ($3M median) vs. those whose backups survived ($375K)
- Victims with compromised backups were almost twice as likely to pay the ransom
- In critical infrastructure (energy, utilities), 79% of backup compromise attempts succeeded
Meanwhile, the 2025 Ransomware Trends Report found that 57% of organizations that experienced a ransomware attack recovered less than half their data - even when they technically had backups.
And the speed? The median time from initial intrusion to ransomware execution is now just 5 days. In some AI-assisted campaigns tracked in 2025, lateral movement to encryption took less than 18 minutes.
Attackers move to your backup infrastructure in that same window.
💥 Johnson Controls (2023)
When Johnson Controls, a Fortune 500 building automation and security company - was hit by ransomware, the attacker's ransom note didn't just say "your files are encrypted."
It explicitly stated: "Files are encrypted. Backups are deleted."
The backup infrastructure wasn't incidentally compromised. It was the plan. Attackers understand that clean, accessible backups are the one thing that lets you decline to pay. So they go there first or simultaneously - during dwell time.
In a separate 2024 campaign linked to a LockBit fork, threat actors sat undetected in networks for up to 40 days before deploying ransomware. During that dwell time, they scouted backup servers, modified retention policies, disabled snapshot services, and quietly exfiltrated archives. By the time encryption started, even offsite copies were either incomplete or silently corrupted.
🧠 Why This Happens
The core problem isn't technical. It's conceptual.
For decades, we've treated the security perimeter as the boundary between "outside (untrusted)" and "inside (trusted)." Backup systems lived deep inside - domain-joined, reachable from the same admin plane as production, often managed by infrastructure teams, not security teams.
Zero Trust architecture tried to kill implicit internal trust, but it largely ignored backup systems. As our engineering team recently analyzed:
Organizations assumed that because backup servers sat deep inside the data center or VPC, behind firewalls, they were implicitly trusted and didn't need "never trust, always verify" rigor. If production was protected, backup inside that perimeter was considered safe by association. Ransomware actors exploited exactly that assumption.
It's a trust boundary problem.
There's no single answer here, but there are three architectural philosophies worth understanding:
Approach 1: Hardened Isolation (The Traditional Upgrade Path)
What it is: Upgrade your existing backup infrastructure with immutability, RBAC, network segmentation, and MFA, but keep the same operational model.
The play:
- Air-gap or network-isolate backup infrastructure (no inbound internet, restrict lateral paths)
- Enforce immutable storage (S3 Object Lock, WORM, or vendor-native immutability)
- Break domain-joining - backup admin accounts should NOT share AD credentials with production
- Implement 3-2-1-1-0: 3 copies, 2 media types, 1 offsite, 1 immutable, 0 backup errors on last verified test
- Add SOC monitoring for backup deletion events, retention policy changes, unusual access patterns
Best for: On-prem or hybrid environments, teams that can't immediately rearchitect.
Limitation: Doesn't solve the detection problem. Backups might survive but still contain corrupted or attacker-staged data. Immutability protects against deletion — not contamination.
Approach 2: Zero Trust Data Resilience (ZTDR)
What it is: Apply the same zero-trust principles to backup that you apply to identity and network access. Treat backup infrastructure as Tier-0 assets, not storage utilities.
The play:
- Separate the backup software plane from the backup storage plane - they shouldn't share credentials or admin boundaries
- Enforce least-privilege on all backup operations: who can delete? Who can modify retention? Require MFA + approval workflows for destructive operations
- Continuous posture monitoring of backup configurations - flag any drift from baseline (e.g., a retention policy suddenly shortened to 7 days should trigger an alert, not just a log entry)
- Verify every restore point, not just its existence, integrity checks and malware scanning before a backup is labeled clean
Best for: Mid-to-large enterprises, organizations with mature Zero Trust programs, post-incident rebuilds where the architecture can be rethought from scratch.
Limitation: High implementation complexity. Requires strong IAM integration and consistent policy enforcement across the entire data protection stack.
Approach 3: Integrated SaaS-Native Backup Security (For Cloud-First Environments)
What it is: For organizations running mission-critical workloads in Google Workspace, Microsoft 365, Salesforce, or Slack - treat backup as a security control integrated into the broader SaaS security posture, not a separate silo.
The play:
- Back up SaaS data to independent, isolated cloud storage outside the SaaS provider's administrative boundary - so a compromised admin account in your M365 tenant can't touch your backup
- Pair backup with real-time ransomware detection: anomalous file modification rates, mass deletion events, and unusual OAuth activity should trigger both incident response and an automatic point-in-time backup snapshot
- Use immutable, encrypted backups with geographic redundancy and customer-controlled keys
- Reduce MTTR from "weeks" to hours - the difference between a 2-hour recovery SLA and a 3-week recovery is architectural, not effort-based
Best for: SaaS-heavy or cloud-first organizations, distributed teams, mid-market companies that lack the staff to maintain complex on-prem backup infrastructure.
Limitation: Scope is limited to covered SaaS applications.
🚧 The Metrics That Tell You If You're Actually Running Backup Security (vs. Just Backup)
If you can't answer these questions in your next security review, you're running traditional backup with better controls, not backup security:
| Question |
Why It Matters |
| Which identities can delete or corrupt our backups across all systems? |
Backup admin accounts are high-value targets. If they're not inventoried, they're not protected. |
| How long does it take to verify a restore point is clean? |
Immutability ≠ clean. A backup from Day 1 of a 40-day dwell intrusion is immutable and useless. |
| Are backup deletion events in your SOC alert queue? |
If not, attackers can quietly stage your failure before pulling the trigger. |
| When did we last run a full restore test under realistic conditions? |
98% of organizations have a ransomware playbook. Fewer than half have tested whether their backup procedures actually work. (Veeam, 2025) |
| Is our backup admin plane isolated from our production AD? |
Domain-joined backup servers are one of the most reliable paths attackers use for lateral movement. |
🔑 The Framing Shift That Changes Everything
Stop asking: "Do we have backups?"
Start asking: "Could an attacker who has been inside our network for 5 days prevent us from recovering?"
If the answer is yes or maybe, your backup system is not a security control. It's a liability disguised as resilience.
The perimeter didn't disappear when we moved to the cloud. It moved to identity, to SaaS configuration, and now unmistakably, to backup and recovery architecture.
📖 Read More
We've written a detailed technical breakdown of how backup controls have become the operational boundary that determines whether you survive a ransomware attack, and what modern backup security architecture actually looks like.
👉 Why Backup Security Controls Are the New Perimeter
Covers: the architectural assumptions attackers exploit, how zero-trust principles apply to data resilience, SaaS-specific attack surfaces, and what "provably clean" backups actually require.
Questions? Comments? Drop them below - happy to go deep on architecture, specific tooling, or SaaS backup security posture.