A security analyst is reviewing centralized authentication and privileged access logs during an investigation. The following event log snippet was captured:
Timestamp: 2026-07-27 10:12:01 UTC | User: [email protected] | Src_IP: 192.168.10.45 | Auth_Type: SAML_SSO | Status: SUCCESS | Location: New York, USA
Timestamp: 2026-07-27 10:13:15 UTC | User: [email protected] | Src_IP: 203.0.113.19 | Auth_Type: SAML_SSO | Status: SUCCESS | Location: London, UK
Timestamp: 2026-07-27 10:13:40 UTC | User: [email protected] | Resource: DC-01.company.local | Privilege: Domain Admin Vault | Action: Checkout | Status: APPROVED
Based on the log entries above, which of the following represents the MOST likely incident root cause and the immediate identity and access management (IAM) operational response?
- An impossible travel anomaly indicates valid credential compromise; the security team must immediately terminate active user sessions and disable the account.Answer
- BA network security control failure occurred; the analyst should add public IP 203.0.113.19 to the perimeter firewall blocklist to prevent further authentication attempts.
- CAn authorization policy flaw exists in the SAML Single Sign-On configuration that incorrectly granted identity verification permissions to an unauthorized identity provider.
- DThe internal connection from IP 192.168.10.45 is inherently secure, so no containment action is necessary as long as privileged account checkout policies were followed.