Published 2026-08-22 · EuroQuest International
Quick summary
A contractor account is created for a three-month project. The contract ends, the project closes, and the account stays. Eighteen months later someone signs in with those credentials from an unfamiliar address, connects to the corporate virtual private network, and is treated by every system inside as a colleague. Nothing was hacked. No firewall was breached. The credentials were valid, and the network did exactly what it was designed to do: trust whoever was already inside it.
Zero trust is the architectural answer to that failure. It is one of the most used and least understood terms in security, partly because it is sold as a product by companies that cannot sell an architecture. This guide sets out what the model actually means, what its pillars control, why identity carries the weight, and how a rollout is sequenced in an organization that cannot rebuild everything at once.
On this page
The phrase is unhelpful on its own. Nobody trusts nothing; systems have to let people in. The precise version comes from the United States National Institute of Standards and Technology, whose Special Publication 800-207, published in August 2020, states that zero trust provides a collection of concepts and ideas designed to minimize uncertainty in enforcing accurate, least privilege per-request access decisions in information systems and services in the face of a network viewed as compromised. Every clause in that sentence is doing work.
Per-request means the decision is made each time, not once at login. Least privilege means the request is granted at the narrowest scope that satisfies it. And a network viewed as compromised means the design starts from the assumption that an attacker is already present, which is the assumption the contractor account above quietly proved correct.
Traditional network security worked like a building with a security desk at the entrance. Once a badge got you through the lobby, the internal doors mostly stood open. That was defensible when the building held everything: the servers, the staff, and the data. It stopped being defensible when applications moved to cloud platforms, staff worked from home, suppliers connected directly into internal systems, and personal devices carried corporate mail.
The perimeter did not weaken so much as lose its meaning. There is no longer a single line that separates inside from outside, so a control that depends on that line has nothing to enforce.
The practical difference is granularity. In a perimeter model, authentication happens once and access persists for hours. In a zero trust model, each request to a resource is evaluated against current conditions: is this identity still valid, is the device still compliant, is this behavior consistent with the account, and does this identity need this resource at all.
That evaluation has to be automated, consistent, and fast enough that people do not route around it, which is the engineering problem at the center of zero trust security framework implementation. A model that produces a login prompt every four minutes will be disabled by the business within a month.
The most widely used breakdown comes from the Cybersecurity and Infrastructure Security Agency in the United States. In version 2.0 of its Zero Trust Maturity Model, published in April 2023, the pillars include Identity, Devices, Networks, Applications and Workloads, and Data, with three cross-cutting capabilities running through all of them: visibility and analytics, automation and orchestration, and governance. The document is written for United States federal civilian agencies and is guidance rather than law, but the structure travels well because the five categories are simply the things any access decision touches.
Maturity is described as a journey from a Traditional starting point through Initial, Advanced, and Optimal. The useful part of that framing is that it is deliberately gradual. An organization is not expected to be Optimal in all five pillars, and most will sit at different levels in each.
Identity answers who is asking; devices answer what they are asking from. Together they carry most of the decision. Identity work means a single authoritative directory, phishing-resistant multi-factor authentication, privileged accounts held separately from daily accounts, and a joiners-movers-leavers process that actually removes access rather than merely raising a ticket.
The device half means knowing which endpoints exist, whether they are patched, and whether their health is checked at the moment of the request rather than at enrollment. Getting the directory, the entitlements, and the review cycle right is the substance of identity and access management best practices, and it is the pillar that rewards effort first.
The network pillar does not disappear under zero trust; it changes job. Instead of forming the trust boundary, it becomes a segmentation tool that limits how far a compromised account can travel. Flat internal networks are what turn one stolen credential into an enterprise incident, and segmentation is what turns it back into a single-system problem.
Workloads bring the same logic to applications and the services they call, where machine identities now outnumber human ones in most estates. Designing segmentation, inspection, and service-to-service authentication together is the territory of advanced network security and threat prevention.
Data is the pillar organizations reach last and regret reaching last. Access decisions can only be as precise as the classification underneath them: if nobody has labeled which records are sensitive, a policy cannot express that finance staff may read them and a marketing contractor may not.
Encryption, key handling, and controls that follow a file into a cloud service are where this becomes concrete, and where cloud security and data protection strategies intersects with privacy obligations that vary by jurisdiction.
| Pillar | The question it answers | Core controls | Typical failure |
|---|---|---|---|
| Identity | Who or what is asking? | Central directory, strong authentication, privileged access separation | Dormant accounts and standing administrator rights |
| Devices | What are they asking from? | Endpoint inventory, patch state, health checked at request time | Unmanaged personal devices holding corporate data |
| Networks | How far can this request travel? | Segmentation, encrypted transit, inspection between zones | A flat internal network with no internal boundaries |
| Applications and workloads | What is the request talking to? | Service-to-service authentication, application-layer policy | Machine accounts with shared secrets and no expiry |
| Data | What is actually at stake? | Classification, encryption, key management, usage controls | Unlabeled data, so no policy can be written about it |
| Cross-cutting | Can we see it, run it, and govern it? | Visibility and analytics, automation and orchestration, governance | Policy that exists on paper and nowhere in the systems |
If only one pillar can be funded this year, it is identity. The reason is that most intrusions do not begin with a technically impressive exploit. They begin with a credential that worked.
National figures give a sense of volume. Australia's national cyber agency reports that in the 2024-25 financial year it received over 84,700 cybercrime reports through ReportCyber, while assessing that the vast majority of cybercrime continues to go unreported, with an average self-reported cost overall of 36,633 Australian dollars per report. Two cautions matter when reading that. The costs are reported by victims rather than independently assessed, and the agency says in the same document that the reported total is only part of the picture, so the figure describes reports received rather than crime committed.
The pattern it captures is nevertheless the one identity controls address. Fraud that begins with stolen or misused credentials does not care where the firewall sits.
A zero trust design produces a large volume of access decisions, and those decisions are only useful if somebody reads them. Policy without telemetry is an assertion. The visibility and analytics capability exists precisely so that anomalous access is detectable rather than theoretical, which is why building or maturing a monitoring function usually runs alongside the architecture work rather than after it, and why security operations center management belongs in the same program.
In practice
Before designing anything, run an access review on the twenty accounts with the widest permissions in the estate and answer three questions for each: does this person still work here in this role, does this account still need this scope, and when was it last used. Most organizations find dormant privileged accounts, shared service accounts with no owner, and administrator rights attached to someone who changed department two years ago. That list is a stronger business case for a zero trust program than any framework diagram, and it takes a week to produce.
The failure pattern is consistent: buy an enforcement product, announce a zero trust program, discover that nobody can say which applications exist or who is supposed to reach them, and quietly stop. Sequence solves most of it.
Zero trust cannot be applied to systems nobody has listed. The first deliverable is an inventory of identities, devices, applications, and the data each one touches, together with the access paths that currently exist between them. It is dull work and it is the only work that cannot be skipped, because every policy written later is written against this list.
Choose a single application that matters commercially and has a manageable user population, then take it end to end: authenticate every request against the central directory, check device health, narrow entitlements to what each role genuinely uses, and log the outcome of every decision. One completed path teaches the organization more than a two-year plan, and it produces the reusable pattern for everything after it.
Framing that first move as a risk decision rather than a technology purchase, and connecting it to the modernization work already funded, is what cyber risk management and digital transformation addresses for boards that have to approve the spending.
Access policy is a governance artifact before it is a configuration. Who may approve an exception, how long a temporary elevation lasts, what happens when a device fails a health check during business hours, and who owns the decision when security and operations disagree: these need answers in writing, because the technology will otherwise encode whatever the implementer assumed. Setting those rules, and the review cycle that keeps them current, is the content of cybersecurity governance and policy development.
Architecture of this kind needs people who can run it, and that market is tight. The United States Bureau of Labor Statistics projects that employment of information security analysts will grow 29 percent from 2024 to 2034, much faster than the average for all occupations, with about 16,000 openings each year on average over the decade and a median annual wage of $124,910 in May 2024. Those are projections for one occupation in one country, not a global measurement, but the direction is consistent with what hiring managers report.
The practical reading for an organization is that the capability is more likely to be built internally than recruited cheaply, which makes structured training part of the architecture plan rather than a benefit attached to it.
A defensible first ninety days
EuroQuest International runs cybersecurity and digital transformation programs in London, Amsterdam, Singapore, Geneva, and Istanbul, covering zero trust design, identity and access management, network segmentation, cloud data protection, security operations, and the governance and risk decisions that sit above them.
It is a security design in which no request is trusted because of where it comes from. Every attempt to reach a resource is evaluated on its own merits, using the identity making the request, the health of the device it comes from, and the sensitivity of what is being reached. Access is granted at the narrowest scope that satisfies the request, and the decision is made again the next time rather than persisting for the session.
No. It is an architecture, and products only enforce parts of it. Identity platforms, endpoint management, segmentation tools, and monitoring systems all contribute, but the model is defined by the policies that decide what is allowed and by the inventory those policies are written against. An organization that buys enforcement before it has an inventory and an access policy has bought a control with nothing to enforce.
A firewall and a virtual private network both work by deciding where the boundary is and then trusting what is inside it. Once a user is connected, they usually reach a wide range of internal systems. Zero trust removes that inherited trust: connecting to the network grants nothing on its own, and each resource is reached only after a separate decision. The older controls are not discarded, they simply stop being the thing that grants access.
With identity, and with an inventory. List the identities, devices, applications, and data stores that exist, name an owner for each, then review the accounts with the widest permissions and remove what is dormant or unowned. After that, enforce strong authentication and take one commercially important application end to end as a pattern. Buying an enforcement platform first is the most common and most expensive mistake.
Security and network engineers who will design and operate the controls, identity and access administrators, cloud and platform teams, and security operations analysts who read the resulting telemetry. Beyond the technical roles it matters for information technology managers, risk and compliance officers, internal auditors, and the executives who approve the budget, because most of the decisions that determine whether a program succeeds are policy and sequencing decisions rather than technical ones.
EuroQuest International delivers cybersecurity and digital transformation programs covering zero trust design, identity and access management, network segmentation, cloud data protection, and security operations, in London, Amsterdam, Singapore, Geneva, and Istanbul.
Explore Cybersecurity and Digital Transformation Programs