Defense-in-Depth
Defense-in-depth is a security approach that uses multiple protective measures stacked in layers, rather than relying on a single safeguard, so that if one layer fails others remain in place to protect assets. The concept originates from a military strategy intended to delay an attacker's advance, and it has been adapted into cybersecurity practice. Readers should verify how any specific implementation is tailored, as the term describes a general strategy rather than a fixed set of controls.
Defense-in-depth is the application of multiple countermeasures in a layered or stepwise manner to achieve security objectives, employing independent and overlapping security controls so that the compromise of any single control does not result in overall system compromise. As a strategy it emphasizes redundancy and diversity of protections across an organization's assets, network, and practices. This entry defines the concept only; it does not prescribe specific control baselines, tailoring decisions, or mappings to particular control families, which practitioners should confirm against the current authoritative guidance applicable to their system.
Why it matters
No single security control is infallible. Firewalls can be misconfigured, credentials can be phished, patches can lag behind newly disclosed vulnerabilities, and insiders can abuse legitimate access. Defense-in-depth matters because it accepts the failure of any individual safeguard as a realistic possibility and arranges controls so that a single point of failure does not translate into a full system compromise. By layering multiple, independent, and overlapping protections across an organization's assets, network, and practices, the approach forces an adversary to defeat several distinct barriers rather than one, buying defenders time to detect, respond, and contain.
For organizations handling Controlled Unclassified Information or operating systems under the DoD Risk Management Framework, defense-in-depth is a foundational design philosophy rather than a checklist item. It reflects the reality that authorization and compliance are not the same as security: a system can meet a control baseline at a point in time and still be exposed if its protections are not diverse and mutually reinforcing. The strategy supports the continuous-monitoring mindset that authorizing officials rely on, because layered controls provide multiple opportunities to observe and interrupt an attack in progress.
Because defense-in-depth describes a general strategy rather than a fixed set of controls, its value depends heavily on how it is implemented and tailored to a specific system and threat environment. Readers should treat it as an architectural principle that informs control selection, not as a substitute for the authoritative control baselines and tailoring decisions applicable to their environment.
Who it's relevant to
Inside DiD
Common questions
Answers to the questions practitioners most commonly ask about DiD.