A municipal water utility is re-architecting remote operational telemetry monitoring access for field maintenance engineers. The security architect must enforce Zero Trust Architecture (ZTA) principles to prevent unauthorized lateral movement across operational technology (OT) networks. Which of the following access control implementations best demonstrates the core Zero Trust tenets of explicit verification and least privilege?
- Deploying an inline Policy Enforcement Point (PEP) that evaluates user identity, endpoint health, and contextual risk for every individual database query before granting per-session access.Answer
- BEstablishing a hardened virtual private network (VPN) concentrator to authenticate maintenance engineers at the perimeter before assigning their devices to a trusted internal management VLAN.
- CGranting full database modification permissions to all field engineer domain accounts automatically once single sign-on authentication completes successfully at shift start.
- DPlacing traditional packet-filtering firewalls between network subnets to mitigate database vulnerabilities without performing application-layer authentication.
Answer
Deploying an inline Policy Enforcement Point (PEP) that evaluates user identity, endpoint health, and contextual risk for every individual database query before granting per-session access.
The option specifying an inline Policy Enforcement Point (PEP) directly aligns with NIST SP 800-207 Zero Trust Architecture principles. It enforces explicit verification by continuously inspecting user identity, device compliance posture, and contextual parameters for every database transaction, granting minimal per-session access without assuming network-based implicit trust.
Step-by-Step Solution
Key Concept
Zero Trust Architecture Principles - Explicit Verification and Continuous Authorization
Estimated Time:1m 30s