A security analyst is configuring an automated SOAR workflow to respond to account compromise indicators stemming from impossible travel alerts. Which of the following automated actions should be incorporated into the playbook to ensure immediate identity containment while avoiding unintended enterprise disruptions? (Select TWO.)
- Revoke all active OAuth and session tokens for the impacted user account across identity providers.Answer
- Enforce mandatory step-up multi-factor authentication (MFA) on all subsequent login requests for the user.Answer
- CTrigger an automated host isolation script on the primary domain controller handling the authentication request.
- DReassign the user's role-based access control (RBAC) group memberships to read-only guest permissions.
Answer
Revoking active OAuth and session tokens across identity providers and enforcing mandatory step-up multi-factor authentication (MFA) on subsequent logins.
Revoking active session tokens immediately terminates unauthorized access, while enforcing step-up multi-factor authentication prevents secondary compromised logins. These target the identity layer safely without disrupting surrounding infrastructure.
Step-by-Step Solution
Key Concept
SOAR Identity Containment Playbooks and Session Revocation