Backup Security
Backup security protects backup data from unauthorized access, tampering, ransomware encryption, and insider threats. It covers encryption at rest and in transit, access controls on backup infrastructure, immutability features, and isolation strategies that keep recovery copies viable even when production systems are compromised.
itStorage, backup, and data protection | OpenSkills.info
Course pathWalk it in order
Look it upDip in anytime
Go furtherLeaves this page
Don't Panic
Don't Panic — Backup Security
Here is an uncomfortable fact about backups: having one proves almost nothing. A backup is just a copy. Whether that copy will actually save you depends on a less reassuring question: can whoever broke into production also reach, alter, or delete it?
That question is the whole subject. Backup security stops treating backups as a storage feature and starts treating them as a second system that needs its own guards, because production security assumes the attacker is outside, and backup security assumes they might already be in.
Before this discipline had a name, "backup" mostly meant tape rotated off-site, plus a hope that nobody malicious would ever hold the keys to production. Ransomware ended that hope. Attackers now look for the backup service on purpose, because deleting your safety net is worth more to them than encrypting your files a second time.
Two ideas carry the rest of the course. First, a recovery copy only counts if it sits across a genuinely separate failure and compromise boundary: different credentials, different network path, different administrator, ideally a different account entirely. Second, RPO and RTO, how much data you can afford to lose and how long you can afford to be down, are not backup settings. They are business decisions that the backup design has to satisfy, not defaults the backup software ships with.
The one thing that will surprise you: immutability (a copy that cannot be changed or deleted for a set period) and isolation (a copy an attacker's identity cannot reach at all) sound like the same protection wearing two names. They are not. An immutable copy can still be corrupted before the clock starts, or have its whole retention policy rewritten by whoever controls the immutability settings. Isolation is about who can reach the copy; immutability is about what they can do to it once they are there. A serious design uses both, because each one quietly assumes the other has already failed.
The other surprise: a green backup dashboard is evidence that a job ran, and nothing else. It says nothing about whether the data restores, whether the encryption keys survive alongside it, or whether anyone has actually tried recently. The only real test is doing a restore on purpose, before you need one for real, into an environment nobody was relying on for anything else.
From here, the Overview tab walks through the full architecture: recovery objectives, the mechanisms, and the threat model behind all of it. The Cheatsheet is the fast reference once you are designing or auditing one of these systems yourself. Everything past this page builds on the boundary just described.
Where this skill leads
Relevant careers
See how this topic contributes to broader role-level skill maps.
Sources
- https://csrc.nist.gov/pubs/sp/800/209/final
Supports
- Backup, replication, snapshots, continuous data protection, archives, and immutability as distinct storage protection mechanisms
- Recovery point and recovery time objectives, retention, copy frequency, and media selection
- Complete recovery sets including data, configuration, certificates, keys, catalogs, access controls, software, and dependent services
- Least privilege, role separation, multi-factor authentication, separate recovery credentials, and control-plane separation
- Isolation, air gaps, restricted restore access, and protection against unauthorized deletion
- Audit logging, centralized collection, protected retention, policy-change monitoring, and key-operation logging
- Encryption at rest and in transit plus key-management, backup, and recovery dependencies
- Restore testing, integrity validation, recovery catalogs, malware scanning, and restoration assurance
- Quiz answers about shared administrative risk, immutability, replication, monitoring, and complete recovery material
- Timeline milestone: SP 800-209 (Oct 2020) establishes storage-specific security guidelines as a distinct control category
- https://csrc.nist.gov/pubs/ir/8374/r1/final
Supports
- Current Cybersecurity Framework 2.0 profile for ransomware risk management
- Creation, protection, maintenance, isolation, and testing of backups
- Offline or otherwise attacker-inaccessible copies for ransomware recovery
- Immutable data formats as a ransomware protection measure
- Verification of backup and restoration-asset integrity before restoration
- Coordination of recovery planning, prioritization, execution, and communication
- Quiz answers about secure backup outcomes, ransomware recovery, and integrity verification
- https://csrc.nist.gov/pubs/other/2020/04/24/protecting-data-from-ransomware-and-other-data-los/final
Supports
- Backup planning based on business value, dependencies, recovery point objectives, and recovery time objectives
- Inclusion of passwords, certificates, encryption keys, applications, logs, and other recovery material
- Three-two-one backup pattern as a practical starting recommendation
- Offline systems, separate recovery material, physical diversity, and cloud dependency considerations
- Restore testing, integrity checks, automated monitoring, measured retrieval and rebuild time, and lessons learned
- Encryption for data at rest and in transit with lifecycle key management
- Link rationale and quiz answers about planning, testing, off-site copies, and key recovery
- https://www.cisa.gov/resources-tools/resources/stopransomware-guide
Supports
- Offline encrypted backups of critical data
- Regular testing of backup availability, integrity, and restoration procedures
- Ransomware attempts to delete or encrypt accessible backups and steal backup credentials
- Immutable storage as one possible protection with configuration and compliance tradeoffs
- Integration of backup preparation with ransomware incident response and recovery
- Link rationale about applying backup security to an active ransomware threat model
- Timeline milestone: 2023 update expands backup and recovery guidance to cloud and SaaS environments
- https://csrc.nist.gov/pubs/sp/800/184/final
Supports
- Cybersecurity event recovery planning, playbooks, tactical execution, metrics, communication, and continuous improvement
- Coordination between recovery and incident response
- Avoiding recovery actions that damage evidence or interfere with response
- Recovery exercises, documented lessons, measured service restoration, and plan improvement
- Link rationale and quiz answers about hostile-event recovery
- https://learn.microsoft.com/en-us/windows-server/storage/file-server/volume-shadow-copy-service
Supports
- Timeline milestone: Volume Shadow Copy Service introduced with Windows Server 2003, standardizing application-consistent snapshot backups
- https://www.oreilly.com/library/view/the-dam-book/0596100183/
Supports
- Timeline milestone: Peter Krogh's "The DAM Book" (2005) publishes the 3-2-1 backup rule
- https://csrc.nist.gov/pubs/sp/800/34/r1/final
Supports
- Timeline milestone: NIST SP 800-34 Rev. 1 (May 2010) formalizes recovery point and recovery time objectives in federal contingency planning guidance
- https://aws.amazon.com/about-aws/whats-new/2018/11/s3-object-lock
Supports
- Timeline milestone: Amazon S3 Object Lock general availability (Nov 2018) brings WORM immutability to mainstream cloud object storage
- https://csrc.nist.gov/pubs/sp/1800/11/final
Supports
- Timeline milestone: NIST SP 1800-11 (Sep 2020) formalizes ransomware data-integrity recovery as a documented, testable architecture
- https://www.cisa.gov/news-events/alerts/2020/09/30/cisa-and-ms-isac-release-ransomware-guide
Supports
- Timeline milestone: first joint CISA/MS-ISAC Ransomware Guide (Sep 30, 2020) sets offline encrypted backups and restoration testing as shared baseline guidance
- https://www.cisa.gov/news-events/alerts/2021/09/22/conti-ransomware
Supports
- Timeline milestone and field note: joint CISA/FBI/NSA Conti advisory (Sep 22, 2021) documents Volume Shadow Copy deletion and backup-service termination as standard ransomware tradecraft
- https://csrc.nist.gov/pubs/ir/8374/final
Supports
- Timeline milestone: NIST IR 8374 (Feb 2022) maps ransomware risk management, including backup controls, onto Cybersecurity Framework outcomes
- https://www.theregister.com/2014/06/18/code_spaces_destroyed/
Supports
- Field note: Code Spaces (2014) AWS console compromise where backups shared the same account authority as production, resulting in company shutdown
- https://about.gitlab.com/blog/postmortem-of-database-outage-of-january-31/
Supports
- Field note: GitLab.com's own postmortem of the January 31, 2017 database incident, in which none of five backup/replication mechanisms produced a usable current backup
- https://www.wired.com/story/notpetya-cyberattack-ukraine-russia-code-crashed-the-world/
Supports
- Field note: Wired's reporting on Maersk's NotPetya recovery, including the Ghana office domain controller that survived by an accidental power outage
- https://www.itpro.com/cyber-attacks/30393/maersk-rebuilt-hefty-it-infrastructure-a-mere-10-days-after-notpetya-attack
Supports
- Field note: reporting on Maersk's ten-day infrastructure rebuild after NotPetya, work described as normally estimated at six months
- https://www.veeam.com/products/free/backup-recovery.html
Supports
- Landscape: Veeam Backup & Replication Community Edition free tier alongside paid editions (freemium licensing)
- https://www.commvault.com/free-trial
Supports
- Landscape: Commvault free trial only, paid subscription pricing
- https://www.baculasystems.com/bacula-enterprise-edition/
Supports
- Landscape: Bacula Enterprise open-core subscription model built on the open-source Bacula project
- https://docs.wasabi.com/docs/immutability-compliance-and-object-locking
Supports
- Landscape: Wasabi Object Lock / Bucket Lock WORM immutability support, paid pricing with no permanent free tier
