What is zero trust?
Zero trust is a security model that assumes no user or device is trusted by default, even inside the network, and verifies every access request based on identity, device health, and context. Its guiding idea is "never trust, always verify."
Definition
Zero trust is an approach to security in which no request is trusted based on network location alone. Every access to a resource is authenticated, authorized, and evaluated against context before it is granted.
Background
The old model trusted anything inside the corporate network perimeter. Remote work, cloud, and modern attacks broke that assumption. Zero trust, described in references such as NIST SP 800-207, replaces implicit trust with continuous verification: verify identity and device explicitly, grant least-privilege access, and assume breach so that a compromise in one place does not open everything. It is an architecture and a mindset rather than a single product.
Why it matters
When trust is implicit, one compromised device or account can move laterally across everything. Zero trust shrinks that blast radius by checking every request, which is increasingly the expectation for modern, cloud-based, remote-friendly organizations.
Step by step
- Know your assets, identities, and data flows, you can only protect what you can see.
- Verify every access explicitly using identity and device signals.
- Enforce least privilege and segment access so lateral movement is hard.
- Assume breach: monitor continuously and design to contain, not just prevent.
- Adopt incrementally, starting with the highest-value systems and identities.
Examples
- Access to an internal admin tool requires a verified identity and a healthy, managed device, regardless of network location.
- A compromised laptop cannot reach production because access is segmented and continuously verified.
Common mistakes
- Treating zero trust as a single product to buy rather than an architecture to adopt.
- Verifying at login only, instead of continuously and per-request.
- Trying to do everything at once instead of starting with the crown jewels.
FAQ
Is zero trust a product?
No. It is a security model and architecture. Products can help implement it (identity, device management, segmentation), but zero trust itself is an approach: never trust, always verify.
How does zero trust relate to least privilege?
Least privilege is a core building block of zero trust: every verified request gets only the minimum access needed, so a compromise is contained.
Related
Do this in Keel, not a spreadsheet
Keel is the AI-native GRC platform for SMBs: one control-and-evidence graph across SOC 2, ISO 27001, HIPAA, PCI DSS, NIST CSF, and more. Start free, no credit card.
Start free