Domain 1 β€” Module 2 of 4 50%
2 of 28 overall
Domain 1: Security, Compliance & Identity Concepts Free ⏱ ~10 min read

Zero Trust: Never Trust, Always Verify

The modern security model that assumes breach and verifies everything. Three principles, six pillars β€” and the exam tests them constantly.

What is Zero Trust?

Simple explanation

Imagine a building where everyone shows ID at every door β€” not just the front entrance.

The old security model was like a castle with a moat: once you got past the front gate (the corporate firewall), you were trusted everywhere. Walk freely, open any office, access any file.

Zero Trust says: no. Every door checks your ID. Every time. Even if you just walked through the door next to it. Even if you work here. Even if you’ve been here for 20 years.

Why? Because threats come from inside too. A stolen password, a compromised laptop, a disgruntled employee β€” if they’re already β€œinside,” the old model can’t stop them.

The three core principles

These three principles appear in nearly every security question on the exam:

PrincipleWhat It MeansExample
Verify explicitlyAlways authenticate and authorise based on all available data pointsCheck the user’s identity, device health, location, AND the sensitivity of what they’re accessing
Use least privilege accessGive only the minimum permissions needed, for only as long as neededSam gives Tina β€œstore manager” access, not β€œglobal admin.” Elevated access expires after 4 hours.
Assume breachDesign systems as if an attacker is already insideSegment networks, encrypt data, monitor for anomalies, limit blast radius
Exam tip: recognising Zero Trust principles in questions

The exam often describes a scenario and asks β€œwhich Zero Trust principle does this follow?”

Pattern recognition:

  • If the answer involves checking multiple factors before granting access β†’ Verify explicitly
  • If the answer involves limiting permissions or time-bound access β†’ Least privilege
  • If the answer involves monitoring, segmentation, or encryption β†’ Assume breach

Sometimes questions combine principles: β€œCheck device compliance (verify explicitly) and grant read-only access for 2 hours (least privilege).”

Zero Trust vs the old model

Why Zero Trust replaced the traditional model
FeatureZero TrustTraditional (Castle-and-Moat)
Trust modelNever trust, always verifyTrust everything inside the network
Network locationNot a factor in trust decisionsInside = trusted, outside = untrusted
Access controlLeast privilege, just-in-timeBroad access once authenticated
VerificationContinuous β€” every requestOnce β€” at the perimeter
Breach assumptionDesigns for breach from day oneAssumes perimeter will hold
Remote workWorks perfectly β€” location doesn't matterRequires VPN to 'get inside'

The six pillars of Zero Trust

Microsoft implements Zero Trust across six areas. Think of each pillar as a door that checks your ID independently:

PillarWhat It CoversMicrosoft Service
IdentityUsers, service accounts, devices requesting accessMicrosoft Entra ID (MFA, Conditional Access)
DevicesDevice health and complianceIntune, Defender for Endpoint
ApplicationsApp permissions and shadow ITDefender for Cloud Apps, app consent policies
DataData classification and protectionMicrosoft Purview (labels, DLP, encryption)
InfrastructureServer and cloud resource securityMicrosoft Defender for Cloud, secure configurations
NetworkNetwork segmentation and monitoringAzure Firewall, NSGs, Global Secure Access
Scenario: Sam implements Zero Trust at BrightStar

Sam decides BrightStar Retail needs proper security. Here’s how Zero Trust applies:

  1. Identity: All 50 employees use MFA β€” even in the store
  2. Devices: Only company-managed tablets and laptops can access inventory data
  3. Applications: Employees can’t install random apps that connect to company data
  4. Data: Customer payment information is encrypted and labelled β€œConfidential”
  5. Infrastructure: The POS system runs on a separate network segment
  6. Network: Store Wi-Fi for customers is completely isolated from the business network

The result: When a phishing email compromises Tina’s password, MFA blocks the attacker. Even if they bypass MFA, they can only access Tina’s store-manager resources β€” not the financial system.

Common Zero Trust misconceptions

MisconceptionReality
”Zero Trust means zero access”No β€” it means verified access, not no access
”It’s a single product you buy”No β€” it’s a strategy applied across products and services
”It replaces firewalls”No β€” firewalls are one layer within Zero Trust (the network pillar)
β€œOnly for big enterprises”No β€” even a 50-person business like BrightStar can implement it

🎬 Video walkthrough

Flashcards

Question

What are the three core Zero Trust principles?

Click or press Enter to reveal answer

Answer

1) Verify explicitly β€” always authenticate using all available signals. 2) Use least privilege access β€” minimum permissions, minimum time. 3) Assume breach β€” design as if an attacker is already inside.

Click to flip back

Question

What are the six pillars of Zero Trust?

Click or press Enter to reveal answer

Answer

Identity, Devices, Applications, Data, Infrastructure, Networks. Each pillar is an independent checkpoint β€” securing one doesn't replace securing the others.

Click to flip back

Question

How does Zero Trust differ from the traditional castle-and-moat model?

Click or press Enter to reveal answer

Answer

Traditional: trust everything inside the network. Zero Trust: trust nothing, verify everything β€” regardless of location. Every request is treated as if it comes from an untrusted network.

Click to flip back

Knowledge Check

Knowledge CheckSelect all that apply

Raj at Lakewood University needs to give Professor Chen temporary admin access to set up a new course site. The access should expire automatically after 48 hours. Which TWO Zero Trust principles does this demonstrate? (Select 2)

Knowledge Check

Sam wants to ensure that even if an employee's password is stolen, an attacker cannot access BrightStar's inventory system. Which Zero Trust principle should Sam prioritise?