A corporate employee working remotely authenticates successfully at the start of their shift using multi-factor authentication (MFA) from a compliant corporate laptop. Mid-day, a local policy check detects that the endpoint antivirus service was forcibly stopped and an unauthorized storage device was attached. Under Zero Trust Architecture (ZTA) principles, how should the access control system respond to this change in device posture?
- AMaintain the active session uninterrupted because identity verification was completed successfully during morning authentication.
- BAllow internal network traffic to proceed unrestricted while generating an informational syslog event at the boundary firewall.
- Dynamically re-evaluate security context and immediately revoke or restrict active application access privileges.Answer
- DReclassify the perimeter firewall from a corrective control to a detective control to monitor ongoing endpoint traffic.
Answer
Dynamically re-evaluate security context and immediately revoke or restrict active application access privileges.
Zero Trust Architecture enforces continuous verification and explicit validation. Under ZTA, access is never implicitly granted permanently based on initial authentication. When device posture changes (such as disabling security agents or introducing high-risk hardware), the policy engine must dynamically re-evaluate the risk score and instruct policy enforcement points to revoke or constrain active session access immediately.
Step-by-Step Solution
Key Concept
Continuous Verification and Dynamic Access Control in Zero Trust Architecture