Defense in Depth

Also known as: Layered Security

framework · cybersecurity · organizing-schema

Strategy using multiple overlapping security controls so failure of any single layer does not compromise the system.

Defense in Depth is the cybersecurity strategy of using multiple overlapping layers of security controls so that the failure or bypass of any single control does not compromise the protected system. The concept descends from medieval military fortification design (concentric walls, moats, keeps) and was substantially adopted into US military doctrine before being applied to cybersecurity from the 1990s onward. The framework's foundational commitment is that no single security control is perfect — vulnerabilities, misconfigurations, novel attacks, and social engineering will eventually defeat any specific control — and that defense should be layered so that an adversary must penetrate multiple controls to achieve their objective. Typical Defense-in-Depth implementations include layers like: physical security (locks, cameras, restricted areas); network security (firewalls, IDS/IPS, network segmentation); host security (endpoint protection, configuration hardening); application security (input validation, secure coding, code review); data security (encryption at rest and in transit, access controls); user security (authentication, authorization, awareness training); operational security (logging, monitoring, incident response). The layers should be diverse (different attack surfaces, different vendors, different technologies) so that a single vulnerability doesn't compromise multiple layers simultaneously. Defense in Depth is foundational to mature cybersecurity practice and is referenced (often implicitly) in essentially every major cybersecurity framework. Critics including Zero Trust advocates argue that traditional Defense-in-Depth implementations have been heavily perimeter-focused and that contemporary threats require identity-centric and Zero Trust models, though these are more reframings than rejections of layered defense.

Originators

Military fortification doctrine (long-standing); US National Security Agency (substantial cybersecurity articulation); broader cybersecurity practitioner community medium

Year / Decade

Long-standing military doctrine; 1990s-2000s cybersecurity articulation; ongoing medium

Primary sources

NSA (multiple). Defense in Depth: A Practical Strategy for Achieving Information Assurance in Today's Highly Networked Environments (NSA 2002), US Department of Defense Information Assurance doctrine, broader practitioner literature medium

Core components

Primary use case

Foundational cybersecurity strategy across mature security programs; reference framework in essentially every cybersecurity standard and framework; pedagogical foundation in cybersecurity education; basis for security-architecture decisions across industries; integration with broader risk management; foundation for security-product portfolio strategy in vendor offerings; reference in regulatory and audit contexts.

Common criticisms

Lineage

Siblings
Zero Trust Architecture