1. Zero Trust in plain language
Zero Trust does not mean "trust nobody forever." It means that network location or device ownership alone should not create implicit trust. Each access request is evaluated using identity, device, resource, policy, environmental, and threat/risk information.
Who?Which device?What resource?What action?What context?What risk?
Four simulated outcomes
Policy requirements are satisfied.
Authorization or a hard-block rule fails.
The endpoint/session appears dangerous and is restricted.
A fixable posture or authentication condition must be corrected.
2. Logical architecture
This animation mirrors the broad NIST SP 800-207 model: a Policy Engine (PE) makes the access decision; a Policy Administrator (PA) acts on that decision; and a Policy Enforcement Point (PEP) enables, monitors, or terminates the connection.
3. Scenario presets
Start with a preset, then modify individual signals in the request builder.
4. Build the access request
5. Policy-engine simulation
Educational composite score. Lower is better. Detailed policy rules determine the outcome.
Policy checks
Decision/event log
[SIM] No implicit trust is granted by network location.
6. Continuous evaluation
Zero Trust is not merely a login-time decision. Changing telemetry can cause a session to be re-evaluated or terminated. First obtain an ALLOW decision, then inject an event.
7. Policy lab: change the organization's rules
Security policy determines how signals become an access decision. Change thresholds, rerun the same request, and observe how policy - not merely technology - changes the result.
8. Device certificate explorer
A certificate can provide a cryptographically verifiable device or workload identity signal. A certificate does not, by itself, prove that the endpoint is fully healthy or that the user is authorized to access every resource.
Questions the policy system can ask
9. Guided student laboratories
Lab 1 - Why "inside the network" is not enough
Load Healthy Employee. Change only the network from Home to Public Wi-Fi and run it. Then change the user to a disabled account and rerun.
Question: Why should network location alone neither grant nor deny access?
Lab 2 - MFA strength and privileged access
Load Privileged Admin Access. Compare no MFA, SMS, TOTP, push, and FIDO2/security-key authentication while keeping the action unchanged.
Lab 3 - Remediation vs quarantine
Load Out-of-Date Laptop and observe the result. Then load EDR Malware Alert. Explain why the two conditions can justify different responses.
Lab 4 - Certificate is not the same as "clean"
Start with a valid certificate and healthy device. Change EDR to Active Malware Alert without changing the certificate. Rerun and explain the result.
Lab 5 - Resource sensitivity changes policy
Keep the same subject and device. Request Employee Email and then Restricted Defense Project Data. Explain why stronger conditions may be justified for the latter.
Lab 6 - Continuous evaluation
Start a clean session that receives ALLOW. Inject Bulk Download. Reset, then inject an EDR malware alert. Compare the resulting controls.
Lab 7 - Write your own policy
Design one strict defense-contractor policy and one university general-computing policy using the sliders and checkboxes. Find one request where they produce different outcomes.
10. Ten-question knowledge check
11. Authoritative references and further reading
| Source | Why it matters | Link |
|---|---|---|
| NIST SP 800-207 - Zero Trust Architecture | Foundational U.S. federal reference defining Zero Trust concepts, tenets, logical components and deployment approaches. | NIST CSRC |
| NIST SP 800-207A | Zero Trust access control for cloud-native applications and multi-cloud environments. | NIST CSRC |
| NIST NCCoE - Implementing a Zero Trust Architecture | Implementation-oriented practice guide and example architectures. | NIST NCCoE |
| CISA Zero Trust Maturity Model | Identity, Devices, Networks/Environments, Applications/Workloads, Data, and cross-cutting capabilities. | CISA |
| DoD Zero Trust Strategy and Roadmap | Department of Defense strategy for operationalizing Zero Trust. | U.S. Department of Defense |
| Google BeyondCorp | Influential user- and device-aware access model that does not rely on a traditional trusted network perimeter. | Google Cloud |