Join our Newsletter — 33% off our NHI Course

How should security teams protect cloud backups from ransomware when primary storage is already compromised?

Security teams should assume backups are a target, not a safety net. The practical baseline is to keep copies isolated from production, make them immutable, encrypt them, and verify recovery regularly. That combination limits an attacker’s ability to encrypt, delete, or tamper with restore data, while preserving a path to business continuity when the primary environment is unavailable.

How backups stay useful after primary storage is hit

Backups only help if they remain outside the attacker’s control plane. When primary storage is already compromised, the question is not whether backups exist, but whether they are isolated enough to survive the same credentials, same admin paths, and same malware that reached production. The right design assumes the attacker will look for backup consoles, storage keys, sync jobs, and retention settings next.

That means cloud backups need separation at multiple layers: account and tenant boundaries, independent authentication, restricted administrative roles, and storage features that prevent alteration or deletion after write. Recovery testing matters because a backup that cannot be restored under pressure is only an assumption of resilience, not evidence of it.

What “isolated, immutable, and encrypted” should mean in practice

Isolation is strongest when backup access does not reuse the same privileged identities, network paths, or automation that protect production. If the same SSO group, service account, or API token can manage both environments, an intruder with primary storage access often has a direct route to the backup set as well. Cloud backup design should therefore separate administration, reduce cross-environment trust, and keep backup credentials out of normal operational workflows. For a deeper set of breach patterns, see The 52 NHI Breaches Report.

Immutability is the control that blocks quiet tampering after compromise. Object lock, write-once retention, version protection, and deletion delays make it much harder for ransomware operators to encrypt or purge restore points once they reach storage. Encryption still matters, but it is a confidentiality control, not a recovery control by itself. It protects exposed backup content, yet it does not stop a compromised administrator from deleting unprotected snapshots or invalidating retention rules.

Encryption should also be judged by key separation. If the same credential set can both reach the backup data and manage the keys that protect it, an attacker may defeat the backup even without touching the production environment further. The backup copy should remain decryptable by the restoration process, but not casually readable or reconfigurable by whoever compromised the primary system. That is why backup key handling and backup access must be treated as distinct control problems, not one shared design choice.

Recovery readiness is the real test of backup protection

The best indicator of backup resilience is whether the team can restore cleanly from a point before compromise without relying on the infected environment. That requires scheduled restore tests, validation of retention coverage, and a known-good recovery path that is separate from production administration. If recovery depends on the same identity plane, same console, or same network trust that failed during the incident, the backup is still exposed to the original blast radius.

A practical cloud backup strategy should also account for time. Long-lived backup jobs, stale credentials, and forgotten replica sets create the conditions ransomware operators prefer because they offer more time to discover and abuse restore paths. The operational goal is not just to copy data, but to make the backup copy survivable under credential theft, admin misuse, and delayed incident detection. For a concrete example of how cloud storage exposure can arise from over-permissive access, see Microsoft SAS Key Breach.

Risk and Threat Considerations

When primary storage is compromised, backups become the next high-value target because they are the fastest path to recovery denial. Attackers commonly look for backup deletion, snapshot tampering, credential reuse, and admin-role abuse, because breaking restore confidence increases pressure for ransom payment and can extend outage duration.

Failure mechanism: The backup plane inherits the same trust relationships, tokens, or administrative paths as production, allowing the attacker to modify or destroy recovery data after the initial compromise.

Impact: Loss of rollback options, longer business interruption, failed restoration attempts, and a materially higher chance that ransomware damage becomes irreversible.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST SP 800-53 Rev 5, CIS Controls v8 and NIST CSF 2.0 set the technical controls, while ISO/IEC 27001:2022 defines the regulatory obligations.

Framework Control / Reference Relevance
NIST SP 800-53 Rev 5 CP-9 — System Backup Backups and recovery are central to resisting ransomware recovery denial.
SC-28 — Protection of Information at Rest Backup data must remain protected if copied or exposed in cloud storage.
AC-6 — Least Privilege Backup compromise often follows excessive administrative access or credential reuse.
Recommendation — Protect backup copies with separate retention, integrity, and restoration controls. Encrypt backup data at rest and manage the keys separately from production access. Restrict backup administration to the minimum set of roles and permissions.
CIS Controls v8 CIS-11 — Data Recovery Ransomware resilience depends on recoverable backup and restoration capability.
CIS-3 — Data Protection Immutable and encrypted backups are core data protection measures against tampering.
Recommendation — Validate backup restoration regularly and retain recovery evidence. Apply encryption, retention, and immutability to protect backup copies.
NIST CSF 2.0 PR.DS-11 — Backups of Data The question is specifically about protecting backup copies from ransomware impact.
RC.RP-01 — Recovery Plan is Executed Recovery testing and execution determine whether backup protection actually works.
PR.AA-05 — Authenticator Management Cloud backup compromise often hinges on stolen or reused credentials and tokens.
Recommendation — Maintain protected backups that support timely restoration after compromise. Exercise restore procedures so backup recovery is ready when primary storage fails. Rotate and tightly manage backup credentials and authenticators.
ISO/IEC 27001:2022 A.8.13 — Information backup The subject directly concerns backup protection and restoration under attack.
A.8.24 — Use of cryptography Encryption is a core protection for cloud backup confidentiality and exposure control.
Recommendation — Define backup retention, protection, and restore testing as controlled processes. Encrypt backup data and protect the cryptographic material separately.

Practitioner Guidance

What to prioritise: Assume production compromise has already invalidated any backup control that reuses the same identity, console, or network trust. Prioritise backup isolation, immutable retention, and a recovery path that can be operated even if production credentials are burned.

What to verify: Test whether backup administrators, API tokens, and storage keys are separate from production, and confirm that deletion, overwrite, and retention changes require controls the attacker cannot inherit from the primary environment.

What good looks like: A clean restore can be performed from an unmodified backup set, using a separate operational path, with proof that the restoration point predates the compromise and the recovery data remained untouched throughout the incident.

Practitioner takeaway: The backup is only a safety net if the attacker cannot reach it through the same authority that already failed in production.