Zero Trust Architecture

Also known as: Zero Trust

framework · cybersecurity · organizing-schema

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.

Originators

John Kindervag (Forrester, term coinage ~2010); Google BeyondCorp team (foundational implementation); NIST (Special Publication 800-207); subsequent development through CISA, vendors, and broader security community high

Year / Decade

~2010 (Kindervag term coinage); 2014 onward (Google BeyondCorp); 2020 (NIST 800-207); 2021 (US Federal mandate via EO 14028) high

Primary sources

Kindervag, J. (2010). 'No More Chewy Centers: Introducing the Zero Trust Model of Information Security' (Forrester), NIST (2020). Special Publication 800-207: Zero Trust Architecture, Ward, R. & Beyer, B. (2014 onward). 'BeyondCorp' research papers (Google), White House EO 14028 (2021) high

Band notes

Coined by Forrester's John Kindervag; codified into NIST 800-207 for operational guidance.

Core components

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

Lineage

Siblings
Defense in Depth