A Security Operations Center (SOC) analyst is reviewing Identity and Access Management (IAM) event logs following an automated alert regarding an unauthorized privilege escalation attempt. The following log snippet was retrieved from the central SIEM:
[2026-07-27 10:02:11] IdP_AUTH SUCCESS user="j.smith" realm="corp.internal" src_ip="10.10.4.12" auth_method="MFA_TOTP"
[2026-07-27 10:02:14] PAM_ELEVATE_REQ user="j.smith" target_role="DomainAdmin" verified_group_membership=["Helpdesk_L1"]
[2026-07-27 10:02:15] PAM_POLICY_EVAL user="j.smith" rule="Trust_Internal_Subnet_AutoApprove" match=TRUE
[2026-07-27 10:02:16] PAM_SESSION_START user="j.smith" effective_role="DomainAdmin" status="GRANTED"
Based on the log data, which of the following operational root causes explains why `j.smith` was granted the `DomainAdmin` role?
- The Privileged Access Management system authorized access based on network location rather than enforcing entitlement checks against the user's verified identity group.Cevap
- BThe primary Identity Provider failed to properly authenticate the user during the initial login sequence before requesting privilege elevation.
- CAn external threat actor conducted a real-time credential harvesting attack to bypass multi-factor authentication controls.
- DThe automatic subnet approval rule operated as a compensating corrective control to maintain helpdesk operational continuity.