Zero Trust Architecture Reference
NIST SP 800-207 principles, 5-pillar maturity assessment, ZTNA deployment patterns, and regulatory alignment for RBI, SEBI, and DPDP.
NIST SP 800-207 — Zero Trust Architecture Tenets
Zero Trust is not a product — it is a security strategy based on the principle of "never trust, always verify." All resources are treated as if they are internet-facing, regardless of network location.
Zero Trust vs Traditional Perimeter Security
| Aspect | Traditional Perimeter | Zero Trust |
|---|---|---|
| Trust model | Trust inside the perimeter — implicit trust for internal traffic | Never trust, always verify — explicit trust required for every request |
| Network location | Internal network = trusted; external = untrusted | Network location is irrelevant — all traffic treated as untrusted |
| Access control | VPN grants broad network access | Least-privilege per-session access to specific resources only |
| Identity | Username/password often sufficient | MFA + device health + behaviour signals required |
| Lateral movement | Easy — attacker inside perimeter can pivot freely | Difficult — every east-west request requires authentication |
| Breach assumption | Assume breach is avoidable | Assume breach is inevitable — limit blast radius |
| Monitoring | Perimeter inspection (firewall logs) | Continuous monitoring of all sessions, devices, and behaviour |
The Five Zero Trust Pillars
🪪 Identity
Authenticate every user, device, and workload. Use MFA, phishing-resistant authentication (FIDO2/passkeys), and continuous risk-based access evaluation. Eliminate shared accounts and standing privileged access.
💻 Device
Verify device posture before granting access. Devices must be managed, patched, and compliant with organisational policy. Bring-your-own-device requires device health checks and separate access policies.
🌐 Network
Replace VPN with ZTNA. Segment networks microscopically — each workload in its own segment with firewall rules for required flows only. Encrypt all east-west traffic, not just perimeter.
📱 Application
Enforce least-privilege access at the application layer. Use API gateways with authentication for all APIs. Implement workload identity for service-to-service calls. Protect admin interfaces behind identity-aware proxies.
💾 Data
Classify all data by sensitivity. Apply encryption at rest and in transit. Monitor data access and flag anomalies. Enforce data loss prevention (DLP) at egress points. Apply retention policies aligned to regulatory requirements.
Zero Trust Maturity Assessment
Rate your current Zero Trust maturity across each pillar. 1 = Traditional (no ZT), 5 = Optimal (fully automated, adaptive ZT).
Maturity Levels Explained
| Level | Name | What it means |
|---|---|---|
| 1 | Traditional | Implicit trust on internal network. Perimeter-based security. VPN for remote access. No per-session access control. |
| 2 | Initial | Identity-based access beginning. MFA deployed for some users. MDM for some devices. Basic network segmentation. |
| 3 | Advanced | MFA enforced for all users. Device compliance checked. ZTNA replacing VPN. Per-application access policies. |
| 4 | Optimal | Continuous risk scoring. Behaviour-based access decisions. Micro-segmentation deployed. Data classification and DLP active. |
| 5 | Cutting-Edge | Fully automated policy adjustment. ML-driven anomaly detection. Real-time revocation. Passwordless everywhere. |
ZTNA Deployment Patterns
| Pattern | How it works | Best for | Key products |
|---|---|---|---|
| Agent-based ZTNA | A lightweight agent on the device enforces access policy and routes traffic through a cloud proxy. Device posture checked before each session. | Managed devices, enterprise workforce, remote access replacement for VPN. | Zscaler ZPA, Palo Alto Prisma, Cloudflare WARP+Access |
| Agentless ZTNA (Browser-based) | Access via browser — no agent required. Identity checked at login; traffic flows through a reverse proxy. | BYOD, contractors, third-party access, unmanaged devices. | Cloudflare Access, Google IAP, Microsoft Entra App Proxy |
| Identity-Aware Proxy (IAP) | Proxy sits in front of internal applications. Authentication and authorisation evaluated per request. Application never directly exposed. | Internal web apps, admin tools, developer access to staging environments. | Google BeyondCorp, Cloudflare Access, AWS Verified Access |
| Service Mesh (workload ZT) | mTLS enforced for every service-to-service call. Workload identity (SPIFFE/SPIRE) rather than network location. | Microservices, Kubernetes, containerised workloads. | Istio, Linkerd, Consul Connect, AWS App Mesh |
| Micro-segmentation | Software-defined network segments with per-workload firewall rules. East-west traffic explicitly allowed or denied. | Data centres, private cloud, hybrid cloud — lateral movement prevention. | Illumio, Guardicore, VMware NSX, AWS Security Groups |
Zero Trust & India Regulatory Alignment
| Regulation | ZT Principle Alignment | Specific Requirements | ZT Control |
|---|---|---|---|
| RBI IT Framework | Least privilege, access control, privileged access management | Restrict admin access, separate prod/dev environments, MFA for remote admin | Identity Pillar — PAM, MFA, per-session least privilege |
| RBI CSCRF | Network segmentation, continuous monitoring, access control | Segment SWIFT, CBS, and payment systems from general networks | Network Pillar — micro-segmentation of critical financial systems |
| SEBI CSCRF 2024 | Zero trust principles explicitly referenced in 2024 framework | Least privilege access, continuous verification, behaviour monitoring | All 5 pillars — SEBI is the most explicit India regulation endorsing ZT |
| CERT-In Directions 2022 | NTP sync, 180-day log retention, 6-hour incident reporting | Full audit logging of all access events, user activity monitoring | Visibility Pillar — centralised logging, SIEM integration |
| DPDP Act 2023 | Data minimisation, purpose limitation, data security safeguards | Classify personal data, limit access to minimum necessary, encrypt all PD | Data Pillar — classification, access controls, encryption |
| IRDAI ISRM 2023 | Privileged access management, network segmentation, monitoring | PAM solution, network micro-segmentation, behaviour analytics | Identity + Network Pillars |