A Security Operations Center (SOC) team is designing an automated Security Orchestration, Automation, and Response (SOAR) playbook to mitigate Active Directory Kerberoasting attacks detected by SIEM log correlations. The attack patterns involve rapid requests for Service Principal Name (SPN) tickets across domain accounts. If the SOAR playbook executes unvalidated credential resets across all flagged accounts, critical production services using Group Managed Service Accounts (gMSAs) will experience severe outages. Which of the following playbook logic designs correctly balances automated response speed with operational risk mitigation for Tier-0 identity infrastructure?
- Implement conditional branching that parses asset tags and account attributes, automatically enforcing ticket-granting restrictions on standard user accounts while routing service account remediation to a Human-in-the-Loop (HITL) approval queue.Cevap
- BConfigure an immediate, unconditioned execution step that forces a domain-wide password reset and session invalidation for every account associated with a requested SPN upon initial alert detection.
- CDeploy an inline host-based firewall rule on all Domain Controllers via SOAR webhook API calls to block port 88 (Kerberos) traffic globally whenever ticket request thresholds are breached.
- DReplace the SOAR API connector's OAuth 2.0 bearer token authentication with static API keys to grant the orchestrator administrative rights to decrypt Kerberos ticket payloads directly.
Cevap
The correct playbook logic uses conditional branching based on asset tags and account types, automating containment for standard user accounts while utilizing Human-in-the-Loop (HITL) approvals for critical service accounts.
The option advocating conditional branching combined with Human-in-the-Loop (HITL) approval correctly balances threat containment with business continuity. By distinguishing between standard user accounts and mission-critical Group Managed Service Accounts (gMSAs), the SOAR playbook can rapidly restrict compromised user tickets while preventing catastrophic outages on Tier-0 identity infrastructure.
Adım Adım Çözüm
Anahtar Kavram
SOAR Playbook Design and Operational Risk Safeguards