Cyber Security

Zero Trust Security: What Does It Actually Mean?

IT Club9 minutes read21 August 2026
WhatsAppEmail
Zero Trust Security: What Does It Actually Mean?

Zero Trust removes automatic trust from users, devices, applications and network location. This practical IT Club hub article explains the three recognised principles, the business estate, Microsoft 365, Cyber Essentials, remote working, VPNs, application control, ransomware resilience and an SME starter check.

A member of staff arrives at the office. They connect their laptop to the company network. They enter the correct password.

TRADITIONAL THINKING:
YOU'RE INSIDE.
WE TRUST YOU.

Zero Trust asks different questions: Who are you? Is this really your device? Is the device healthy? What are you trying to access? Do you actually need access to it? Is anything about this request unusual?

Zero Trust isn't about trusting nobody

It is about trusting nothing automatically. A correct password, an office location or a previous successful login should not grant unlimited access by default.

The simple definition

What is Zero Trust?

Zero Trust is a security approach where users, devices, applications and access requests are verified rather than automatically trusted because of their location or previous access.

NIST describes Zero Trust as an evolving set of cybersecurity ideas that moves protection away from static network perimeters and towards users, assets and resources. Authentication and authorisation are treated as separate decisions before access to a resource is established.

Microsoft commonly expresses the approach through three principles: verify explicitly, use least-privilege access and assume breach. Microsoft also describes Zero Trust as a security strategy rather than a single product or service.

You don't buy Zero Trust in a box

Products are tools used to implement parts of the strategy. The strategy is the decision to stop granting broad, automatic trust simply because somebody or something is already inside.

What does “never trust, always verify” mean?

It is a useful shorthand, not an instruction to make users authenticate every thirty seconds. A modern access decision can evaluate identity, device, location, risk, application, behaviour and the sensitivity of the requested resource.

SignalQuestion it helps answer
IdentityIs this really the person or workload it claims to be?
DeviceIs the device known, managed, patched and protected?
LocationIs the request coming from an expected or unusual place?
RiskDoes the sign-in or action look suspicious?
ApplicationIs the application authorised and behaving as expected?
BehaviourIs this request consistent with normal use?
ResourceHow sensitive is the information or system being requested?

Good Zero Trust should often make security smarter, not simply more annoying. A low-risk request from a healthy, known device may be straightforward. A high-risk request for sensitive data should receive more scrutiny.

Why did the old model stop working?

The traditional perimeter model concentrated security on keeping attackers out of the office network. Once inside, users and devices were often trusted more readily.

OFFICE
   |
FIREWALL
   |
COMPANY NETWORK
   |
PCS + SERVERS

ONCE INSIDE: RELATIVELY TRUSTED

That model made more sense when staff worked in one office, servers were on premises, applications were internal, PCs belonged to the business and access happened through the LAN.

Modern businesses use Microsoft 365, cloud applications, remote working, mobile devices, home networks, SaaS, contractors, suppliers, personal devices, APIs and AI services. The network perimeter did not disappear. The business simply grew far beyond it.

Castle and moat

The familiar castle-and-moat analogy is still useful, but it describes only part of the problem.

Traditional securityZero Trust security
Castle, moat and drawbridgeEvery important door evaluates the request
Inside the walls means relatively trustedBeing inside the network does not prove the request is safe
Protect the perimeterProtect each resource, identity, device and access path
Firewalls do most of the separatingFirewalls remain useful alongside identity, device and application controls

Zero Trust supplements and reframes perimeter security. It does not make firewalls, secure networks or physical security unnecessary.

The three principles

1. Verify explicitly

Do not rely solely on “password correct = access granted”. Verify identity with strong authentication and consider the device, location, risk, application, behaviour and requested resource.

  • MFA and passkeys
  • Account and sign-in risk
  • Device status and management
  • Conditional Access or equivalent policy decisions
  • Separate administrator accounts
  • Role-based access
  • Stale-account removal

A correct password from an unusual location on an unmanaged device requesting a sensitive application deserves more scrutiny than a routine request from a healthy business device.

2. Use least-privilege access

Give people and workloads only the access they need, for the shortest time practical.

  • Reception does not need Domain Admin.
  • Marketing does not need payroll.
  • A contractor does not need the entire SharePoint estate.
  • An application does not need permission to every mailbox because that was easiest to configure.

Access should be sufficient to do the job

It should not be sufficient to cause maximum damage if the account is compromised.

3. Assume breach

Assume breach does not mean assuming every employee is a criminal. It means designing security with the expectation that a password may be stolen, a laptop may be compromised, malware may execute, an account may be hijacked or an application may contain a vulnerability.

Then ask: how far can the attacker get? Zero Trust does not assume security will fail. It designs for what happens when one layer does.

The hotel keycard analogy

A hotel does not give a guest one master key because they have been allowed into the building. Their key opens their room and perhaps the gym. It does not automatically open every other room, the manager's office, the safe or the server room.

That is least privilege. Being allowed through reception does not entitle you to every door in the building. If the key is cancelled, access stops.

What does Zero Trust actually look like?

AreaOld assumptionZero Trust approach
IdentityThe password is correctVerify identity using stronger signals and risk
DeviceIt is on our networkCheck whether it is known, managed, patched and healthy
AccessThe employee has broad accessGrant only resources needed for the role
AdministrationPermanent administrator rightsSeparate or restrict privilege; use temporary elevation where practical
ApplicationInstalled software is probably acceptableControl what is allowed to execute and what it can access
NetworkThe internal network is trustedSegment access and limit lateral movement
DataIf you can reach the folder, you can read itProtect data according to identity, need and sensitivity

The Zero Trust business estate

CISA's maturity model and other recognised approaches describe related pillars and capabilities in different ways. The following is the IT Club practical view, not an official CISA diagram.

AreaQuestion
IdentityWho are you?
DeviceWhat are you using?
ApplicationWhat are you trying to run or use?
NetworkWhere can you communicate?
DataWhat information can you reach?

Across everything sit visibility, monitoring, automation and governance. Without those, a business may have policies on paper but no dependable way to know whether access is still appropriate.

Identity: who are you?

Identity has become one of the new security perimeters. A stolen password should not automatically equal a stolen business.

  • Use MFA or passkeys for important accounts.
  • Review Conditional Access or equivalent access policies.
  • Separate administrator identities from everyday email and web browsing.
  • Assign access to named people rather than shared accounts where possible.
  • Remove stale users, guests and third-party access.
  • Review privileged roles and use role-based access.

Read the IT Club Microsoft 365 Security Baseline Checklist

Read the IT Club Microsoft 365 Admin Health Check

Read the IT Club guide to passkeys

Device: what are you using?

Access should not depend only on who is signing in. It can also depend on what they are using.

Imagine Mark signs in with the correct password and correct MFA, but his laptop has not patched for months, endpoint protection is disabled, the device is unmanaged and there are indicators of compromise. Should it receive exactly the same access as a healthy, managed business laptop? Zero Trust says not necessarily.

  • Maintain an inventory of business and approved personal devices.
  • Patch operating systems and important applications.
  • Use device management where the business needs policy enforcement.
  • Keep endpoint protection enabled and monitored.
  • Use encryption where appropriate.
  • Use device health or compliance as an access signal where the tools support it.

Intune and Microsoft technologies are examples of ways to implement parts of this model, not mandatory requirements. A business should choose controls that fit its devices, operating systems and risk.

Application: what are you allowed to run?

Traditional endpoint security often concentrates on “is this file known to be malware?” A Zero Trust and application-control approach can also ask: why should this application run at all?

  • Allow known and authorised software.
  • Control or block unknown software.
  • Restrict application privileges.
  • Control application behaviour and access to sensitive resources.
  • Review software inventory and remove unnecessary local administrator rights.

A better question

Instead of asking only “is this software bad?”, Zero Trust can also ask “why is this software allowed to run?”

Network: where can you go?

If one PC is compromised, should it automatically communicate with every server, printer, workstation and management interface? No.

Attackers often compromise one thing and then try to move sideways. Segmentation, restricted management interfaces, firewall rules and application-specific access can reduce lateral movement and the blast radius of an incident.

Data: what can you actually see?

An employee may legitimately access customer project files but not HR files, payroll or board documents. Data permissions should follow business need, not “everyone has always had access”.

The same question applies to SaaS applications, guest access, shared links, supplier accounts, backups and AI services: what information can this identity or workload actually reach?

Zero Trust and Microsoft 365

Many Microsoft 365 Business Premium customers may already own capabilities that can support significant parts of a Zero Trust approach. Depending on the current licence, tenant configuration and product changes, examples can include Microsoft Entra ID, Conditional Access, MFA, passkeys, Intune, Defender, device compliance and role-based access.

That does not mean Microsoft 365 Business Premium equals Zero Trust complete. Owning the building blocks and configuring, enforcing and reviewing them properly are very different things. Licensing, feature availability and the organisation's needs should be checked against current Microsoft documentation before making a purchase or design decision.

Microsoft 365 Security Baseline Checklist

Microsoft 365 Admin Health Check

Microsoft Secure Score: Is Your 365 Actually Secure?

Zero Trust does not mean Microsoft

Microsoft has a substantial Zero Trust ecosystem, but Zero Trust itself is an architectural and security approach. It can involve technologies from many suppliers.

  • Identity and MFA
  • Endpoint management and EDR
  • Application control
  • Network segmentation and firewalls
  • DNS security
  • Privileged-access management
  • Data protection
  • Monitoring
  • Backup and recovery

Strategy versus tools

Zero Trust is the strategy. Products are tools used to implement parts of it.

Zero Trust and Cyber Essentials

Cyber Essentials is not the same as Zero Trust. Cyber Essentials establishes important baseline technical controls. Zero Trust is a broader security architecture and strategy.

There is overlap around secure configuration, access control, malware protection, patching and authentication. But Cyber Essentials certification does not prove that an organisation has completed Zero Trust, and Zero Trust does not automatically equal Cyber Essentials compliance.

A useful distinction

Cyber Essentials gives you a baseline. Zero Trust asks how trust and access are controlled across the wider estate.

What counts as a cloud service for Cyber Essentials?

Business certifications: Cyber Essentials, ISO and beyond

Zero Trust and remote working

The old question was: are they in the office? Better questions are: who are they, what device are they using, what resource are they requesting, what is the risk and what access do they need?

A person sitting in head office is not automatically safer than the same person sitting at home. A trusted office network can still contain a compromised device, an over-privileged account or an attacker who has already obtained access.

What about VPNs?

A VPN can provide a secure network connection. It does not inherently mean that everything behind the VPN should be trusted.

Traditional VPN designs can sometimes provide broad network access after authentication. Zero Trust asks whether access can instead be application-specific, identity-aware, device-aware, risk-aware and least privilege.

VPNs are not automatically obsolete

A VPN can be part of a secure architecture. It should not automatically become a master key to the network.

Zero Trust and administrators

The account capable of changing everything deserves stronger controls than the account reading email.

  • Use separate administrator accounts.
  • Do not use an administrator account for everyday email and web browsing.
  • Keep administrator permissions to the minimum required.
  • Use just-in-time or temporary elevation where practical.
  • Require strong authentication.
  • Use restricted administrator devices where the risk warrants it.
  • Monitor privileged activity.
  • Maintain carefully controlled break-glass or emergency accounts.

What if the account is stolen?

WEAK ENVIRONMENT:
STOLEN PASSWORD
      ↓
VPN / M365
      ↓
FILES
      ↓
SERVERS
      ↓
ADMIN ACCESS
      ↓
LARGE BREACH
ZERO TRUST-ORIENTED:
STOLEN PASSWORD
      ↓
MFA / PASSKEY CHALLENGE
      ↓
DEVICE CHECK
      ↓
ACCESS POLICY
      ↓
LIMITED PERMISSIONS
      ↓
SEGMENTATION
      ↓
MONITORING / DETECTION
      ↓
CONTAINMENT

No single control is guaranteed. The aim is to reduce blast radius. The question is not only “can we stop the attacker getting in?” It is also “how much can they do if they do get in?”

The “zero” in Zero Trust

The name causes confusion. It does not mean zero human trust, zero employee trust, zero access or zero productivity.

Zero Trust is not zero access

It means zero implicit trust. Access must have a reason.

Common Zero Trust myths

MythReality
Zero Trust means trusting nobody.It means not granting implicit trust.
Zero Trust is a product.It is a security strategy and architecture.
Zero Trust means MFA.MFA is one important control, not the whole strategy.
Zero Trust means getting rid of firewalls.Network controls and segmentation remain important.
Zero Trust means getting rid of VPNs.VPNs may remain appropriate; access design matters.
Zero Trust is only for large enterprises.SMEs can implement many principles pragmatically.
We use Microsoft 365, so we already have Zero Trust.Owning capabilities and configuring or enforcing them are different.

Zero Trust for a ten-person business

Zero Trust does not need to become a £100,000 enterprise transformation programme. A ten-person business can make practical progress in stages.

StepPractical starting point
1. Protect identitiesMFA or passkeys, remove stale accounts and separate administrator identities
2. Know the devicesKeep an inventory, patch, manage, protect and encrypt where appropriate
3. Reduce permissionsReview SharePoint and file access, remove unnecessary administrators and review third-party access
4. Control applicationsMaintain an approved software view, remove unnecessary local admin and consider application control
5. Limit movementMaintain firewall controls, restrict management interfaces and consider segmentation
6. Protect dataKnow where sensitive data lives, align access with need, maintain backups and test recovery
7. MonitorReview security alerts, sign-in risk, endpoint events and unusual behaviour

Zero Trust is a journey

It is not a weekend migration. Start with the identities, devices, access and data you already have, then improve the weakest trust relationships first.

The IT Club Zero Trust Starter Check

Use this as a conversation starter with the person responsible for IT and security. It is deliberately qualitative. Do not turn it into a fake security score.

Identity

  • MFA or passkeys are deployed for important accounts
  • Stale accounts are removed or disabled
  • Administrator accounts are separated

Device

  • A device inventory exists
  • Devices are patched
  • Endpoints are protected
  • Encryption is enabled where appropriate

Application and access

  • A software inventory exists
  • Local administrator access is controlled
  • Unknown applications are considered before use
  • Permissions, guest access and third-party access are reviewed

Network and data

  • The firewall is maintained
  • Management interfaces are restricted
  • Segmentation has been considered
  • Sensitive data locations are known
  • Access follows business need
  • Backups have been tested

Monitoring

  • Security alerts are reviewed
  • Sign-in anomalies are reviewed
  • Endpoint incidents are reviewed
OutcomeMeaning
Good foundationThe business has useful controls and can improve them deliberately
Needs reviewSome controls exist, but ownership, coverage or configuration is unclear
Significant gapsImportant trust relationships are broad, unmanaged or weakly protected
UnknownThe business cannot yet answer the question reliably

Where should you start?

Do not start by buying a Zero Trust product. Start with trust relationships.

  1. 1Who has access?
  2. 2What devices have access?
  3. 3What applications can run?
  4. 4What data can each person reach?
  5. 5Who has administrator rights?
  6. 6What happens if an account is compromised?
  7. 7What would stop an attacker moving sideways?
  8. 8Would we notice?

Start with trust relationships, not shopping lists

Once the questions are answered, you can choose tools that address the actual gaps rather than collecting products with “Zero Trust” in their marketing.

Zero Trust and AI

As businesses add AI applications, AI agents and SaaS AI features, the same fundamental questions apply: who or what is requesting access, what data can it see, what action can it take, does it need that permission and is the action monitored?

This is deliberately a short future-facing point. As AI becomes capable of acting rather than merely answering questions, Zero Trust principles become even more relevant.

Read the IT Club guide to Shadow AI

The IT Club Practical Zero Trust Model

This is an original IT Club practical model, not an official NIST, CISA or Microsoft standard. It adds recovery because a small business needs operational resilience as well as access controls.

VERIFY
   ↓
LIMIT
   ↓
SEGMENT
   ↓
MONITOR
   ↓
RECOVER
StagePractical meaning
VerifyProve identity, device and context
LimitGive only necessary access
SegmentLimit how far a compromise can spread
MonitorWatch behaviour, risk and security signals
RecoverAssume something will eventually fail and be able to restore

Zero Trust needs an Operational Heartbeat

Zero Trust is not implement once and finished. People join, people leave, devices change, applications appear, suppliers gain access, AI tools appear, permissions accumulate and risks change.

The Operational Heartbeat

Zero Trust needs an Operational Heartbeat: identities, devices, applications, permissions, network access and security signals should be reviewed because the business estate never stays still.

  • Identities and administrator rights
  • Devices and device health
  • Applications and SaaS usage
  • Guests and third parties
  • Permissions and sensitive data
  • Network access and segmentation
  • Security events and unusual behaviour
  • AI and other new service usage

Use the IT Club Operational Heartbeat checklist

Review the IT Club website backup and recovery plan

IT Club view

Zero Trust sounds complicated because the security industry has turned it into an enormous technology category. The basic idea is much simpler.

  • Do not assume. Verify.
  • Do not give everyone everything. Limit access.
  • Do not assume your defences will never fail. Limit the damage.
  • Do not configure security once and forget it. Keep checking.

The practical conclusion

Zero Trust is not about making work difficult. It is about making every piece of access justify itself.

For a small business, Zero Trust does not need to begin with an expensive transformation programme. Start with identities, devices, permissions, applications and administrator access. You may already own many of the tools you need. The important part is changing the assumption from “you're inside, so you're trusted” to “show me why this access should be allowed.”

Sources and further reading

NIST SP 800-207: Zero Trust Architecture

CISA Zero Trust Maturity Model Version 2.0

Microsoft Zero Trust overview

Microsoft 365 Business Premium documentation

NCSC: Introduction to Zero Trust

NCSC: Zero Trust migration — where do I start?

Frequently asked questions

What is Zero Trust?

Zero Trust is a security approach where users, devices, applications and access requests are verified rather than automatically trusted because of network location or previous access.

Why is it called Zero Trust?

The name refers to zero implicit trust, not zero human trust. A person can be trusted to do their job while every access request is still checked against identity, device, need and risk.

What does never trust, always verify mean?

It means do not grant automatic access just because a user, device or request is inside a known network. Verify relevant signals for the request and resource.

What are the three principles of Zero Trust?

Microsoft commonly describes them as verify explicitly, use least-privilege access and assume breach. These are principles, not a three-product shopping list.

Is Zero Trust a product?

No. Zero Trust is a security strategy and architecture. Products such as identity platforms, device management, endpoint protection, application control and network tools can implement parts of it.

Is MFA the same as Zero Trust?

No. MFA is an important identity control and supports verify explicitly, but Zero Trust also covers devices, applications, network access, data, least privilege, monitoring and recovery.

Does Zero Trust replace a firewall?

No. Firewalls and network controls remain useful. Zero Trust adds identity, device, resource and context-aware decisions rather than relying on the network perimeter alone.

Does Zero Trust replace a VPN?

Not automatically. A VPN may remain appropriate, but a successful VPN login should not become a master key to every internal resource. Access should still be limited and monitored.

Is Zero Trust only for large businesses?

No. Small businesses can apply the principles pragmatically by protecting identities, knowing devices, reducing permissions, controlling applications, limiting movement, protecting data and reviewing alerts.

Does Microsoft 365 support Zero Trust?

Microsoft 365 includes capabilities that may support parts of a Zero Trust approach, depending on the licence, configuration and current feature availability. Owning those capabilities does not mean Zero Trust is complete.

Does Microsoft 365 Business Premium include Zero Trust?

It does not include a finished Zero Trust state. Business Premium customers may already have access to building blocks such as identity, Conditional Access, device management and Defender capabilities, but those must be configured and reviewed for the organisation's needs.

What is least-privilege access?

Least privilege means giving a user or workload only the access needed to perform its role, ideally for no longer and no more broadly than necessary.

What does assume breach mean?

It means designing with the expectation that an individual control may fail: a password may be stolen, a device compromised or an application exploited. The goal is to detect activity and limit how far the compromise can spread.

What is device trust?

Device trust is the confidence that a device is known, appropriately managed, patched, protected and healthy enough for the requested access. It is one signal, not a permanent guarantee.

What is application control?

Application control manages which software may run, what privileges it receives and what resources it can access. It asks not only whether software is known to be malicious, but why it is allowed to run.

What is network segmentation?

Segmentation separates systems or access paths so that a compromised device or account cannot automatically communicate with everything else. It helps reduce lateral movement and blast radius.

How does Zero Trust limit ransomware?

It does not guarantee that ransomware will be stopped. It can reduce the impact by strengthening identities, limiting permissions, restricting application behaviour, segmenting networks, monitoring events and maintaining tested recovery.

Is Cyber Essentials the same as Zero Trust?

No. Cyber Essentials is an important baseline of technical controls. Zero Trust is a broader strategy for controlling trust and access across users, devices, applications, networks and data.

How does Zero Trust work with remote workers?

It replaces “are they in the office?” with questions about identity, device, requested resource, risk and business need. A home worker and an office worker can be evaluated using the same principles.

Does Zero Trust apply to AI?

Yes. Consider what identity or AI workload is requesting access, what data it can see, what actions it can take, whether it needs each permission and how the activity is monitored.

Where should a small business start with Zero Trust?

Start with identities, devices, permissions, applications and administrator access. Ask who has access, what they can reach, what would happen if an account were compromised and whether the business would notice.

Plain-English Takeaway

Zero Trust is not about making work difficult. It is about making every piece of access justify itself: verify identity and device, limit permissions, reduce lateral movement, monitor what happens and be ready to recover.

Follow The IT Club Briefing on WhatsApp

Tap to follow The IT Club Briefing on WhatsApp.

Enjoyed this article?

Follow The IT Club Briefing on WhatsApp for short daily technology updates and practical business insights.

Have a question we should answer?

Ask the IT Club Advisor