A cloud-native software provider operates a microservices workload where internal APIs communicate across multiple environments. A threat actor successfully steals active bearer tokens from a developer workstation located on the internal office LAN. When the attacker uses these stolen tokens to invoke downstream financial data microservices from inside the corporate network, access is denied due to an anomalous device posture score and unverified request velocity. Which core Zero Trust Architecture principle directly prevented this lateral movement despite the presentation of valid authentication credentials from an internal source?
- Continuous contextual authorization that dynamically evaluates transaction risk and endpoint health for every microservice requestAnswer
- BImplicit perimeter trust established once multi-factor authentication successfully validates the user on the internal network segment
- CPeriodic re-authentication of user identity credentials through the central Identity Provider at fixed time intervals
- DPassive detective intrusion monitoring that logs unauthorized API invocations for post-incident threat hunting
Answer
Continuous contextual authorization that dynamically evaluates transaction risk and endpoint health for every microservice request.
The correct answer highlights continuous contextual authorization. Under Zero Trust Architecture (ZTA), trust is never implicitly granted based on network location or initial login success. Every access request is individually evaluated using real-time signals—such as device security posture, user behavior anomalies, and request velocity—before authorization is granted by the Policy Enforcement Point (PEP).
Step-by-Step Solution
Key Concept
Continuous Verification and Contextual Authorization in Zero Trust Architecture