Zero Trust Architecture
Also known as: Zero Trust
Security model assuming no implicit trust based on network location; every access decision is verified.
Zero Trust Architecture is the cybersecurity model that eliminates implicit trust based on network location, requiring every access decision to be authenticated, authorized, and continuously validated. The term was coined by Forrester analyst John Kindervag around 2010 and substantially popularized through subsequent Forrester research. The conceptual foundation: traditional perimeter-based security ('castle and moat') assumed insiders inside the network were trusted while outsiders were untrusted, but modern threats (phishing, credential theft, insider threats, supply chain attacks) routinely produce malicious actors operating from 'inside' positions, making perimeter-based trust untenable. Zero Trust replaces perimeter trust with continuous verification: 'never trust, always verify.' Google's BeyondCorp (publicly described 2014 onward) was the most influential early implementation, redesigning Google's internal access model around per-user, per-device, per-application access decisions rather than VPN-based network-zone access. NIST Special Publication 800-207 (Zero Trust Architecture, August 2020) provides the canonical US-government reference, articulating tenets including: all data sources and computing services are resources; all communication is secured regardless of location; access is granted on a per-session basis; access is determined by dynamic policy; integrity and security posture of assets is monitored; authentication and authorization are dynamic and strictly enforced before access; the enterprise collects information about asset state and security posture to improve defenses. Substantial subsequent development includes White House EO 14028 (2021) mandating federal Zero Trust adoption, CISA's Zero Trust Maturity Model, and substantial commercial vendor offerings. Implementation is genuinely difficult and most 'Zero Trust' implementations are partial.
Core components
- Tenets per NIST 800-207: data sources and services as resources, secured communication regardless of location, per-session access, dynamic policy, asset-state monitoring, dynamic authentication and authorization
- Per-user, per-device, per-application access decisions
- Continuous verification ('never trust, always verify')
- Identity-centric security
- Microsegmentation
- Encrypted communication
- Connection to Google BeyondCorp implementation model
- CISA Zero Trust Maturity Model with five pillars (Identity, Devices, Networks, Applications and Workloads, Data)
- Foundation for SASE (Secure Access Service Edge)
- Substantial commercial product ecosystem
Primary use case
Modern enterprise security architecture, particularly for cloud-first and remote-work organizations; US federal cybersecurity modernization (mandated by EO 14028); foundation for SASE (Secure Access Service Edge) architectures; reference framework in cybersecurity strategy and architecture; basis for substantial commercial product offerings (identity providers, access management, microsegmentation, EDR/XDR with Zero Trust messaging); growing adoption in financial services, healthcare, and other regulated industries; pedagogical reference in modern cybersecurity education.
Common criticisms
- 'Zero Trust' has become a heavily-marketed buzzword — vendors claim Zero Trust capabilities for products that implement only narrow aspects of the model
- substantial gap between Zero Trust as articulated (NIST 800-207, BeyondCorp) and Zero Trust as commercially implemented
- full implementation is genuinely difficult and expensive — requires substantial identity infrastructure, device management, network re-architecture, and application modernization that few organizations achieve completely
- 'maturity model' framing can mask the substantial work required to actually achieve Zero Trust outcomes
- legacy applications and infrastructure don't fit Zero Trust patterns and can require expensive replacement or wrapping
- user experience implications of continuous verification can produce friction that drives workarounds
- 'never trust, always verify' is operationally incomplete — what to verify, against what policies, with what response to failures all require substantial design work
- small and mid-market organizations often cannot afford full Zero Trust implementations
- tension between Zero Trust principles and DevOps-style rapid change patterns
- some critics argue Zero Trust reframes existing principles (least privilege, defense in depth) rather than offering substantively new approach
- Federal EO mandate has created compliance-driven adoption with varying substantive change.
Lineage
- Siblings
- Defense in Depth