Skip to content
atlas
← Back to the entry

What it is

For decades most organisations protected their IT like a medieval castle: a strong wall (the firewall) around the network, and relative freedom for anyone already inside. That model assumed that “inside” meant “trustworthy”. It stopped matching reality once staff began working from home, data moved to cloud services, suppliers were given remote access, and attackers learned that stealing one employee’s login was easier than breaking through the wall.

Zero Trust is the answer to that mismatch. It is not a product you can buy but a set of design principles, summed up in the phrase “never trust, always verify”. No user, device or network location is trusted automatically. Every request for access - to a file, an application, a database - is evaluated on its own merits, and access is granted only for that session and only to the extent needed.

The most widely cited definition comes from the US standards body NIST in Special Publication 800-207, Zero Trust Architecture (2020). It describes Zero Trust as a shift of defences away from static, network-based perimeters towards users, assets and resources.

How it works

The core tenets

NIST SP 800-207 lists a number of tenets. In plain terms, the most important are:

Policy engine and enforcement point

NIST describes a logical architecture with a few key components:

Component Role Everyday analogy
Policy Engine (PE) Decides whether a given request should be allowed, using policy and inputs such as identity, device health and threat intelligence The security manager who sets and applies the rules
Policy Administrator (PA) Carries out the decision - opens or closes the path between user and resource The dispatcher who radios the guard
Policy Enforcement Point (PEP) Sits in front of the resource and physically allows, monitors or terminates the connection The guard at the ward door

The Policy Engine and Policy Administrator together are called the Policy Decision Point. The key idea is that the user never talks to the resource directly; every connection passes through an enforcement point that has asked for a decision first.

Micro-segmentation and least privilege

A classic flat network lets a compromised laptop reach almost everything. Micro-segmentation splits the environment into small zones - sometimes down to a single application or workload - each with its own gatekeeper. Combined with least privilege, where people and systems get only the rights they need for their task, this limits the “blast radius” of any single compromise. An attacker who takes over a receptionist’s PC should not be able to reach the finance database from there.

Strong identity as the new perimeter

Because the network no longer grants trust, identity does most of the work. Strong authentication - in practice multi-factor authentication, preferably phishing-resistant - is a foundation of any Zero Trust effort, together with a reliable picture of which devices exist and whether they are healthy.

What it means for an organisation and a coordinator

Zero Trust is a journey, not a switch. Most organisations move towards it gradually, and much of the work is organisational rather than technical:

For entities covered by NIS2 (implemented in Denmark by the NIS2 law), Zero Trust is not named as a requirement, but it maps directly onto several of the measures in Article 21(2): human resources security, access control policies and asset management (point i), the use of multi-factor or continuous authentication (point j), and cyber hygiene (point g). A Zero Trust roadmap can therefore be a practical way to structure and document compliance work.

Common misunderstandings

Atlas is in beta.