A security operations center (SOC) team is deploying a Security Orchestration, Automation, and Response (SOAR) playbook to handle automated containment when secret-scanning tools detect exposed API keys in public code repositories. In what sequence should the SOAR engine execute the following playbook steps?
- 1Ingest the alert payload from the secret-scanning API containing the exposed API key token metadata.
- 2Query internal Identity and Access Management (IAM) and Asset Management APIs to enrich context regarding the key owner and scope.
- 3Evaluate conditional decision logic to determine whether the key belongs to a production environment or a test environment.
- 4Invoke the Cloud IAM API to immediately invalidate the compromised key and revoke active session tokens.
- 5Generate a high-priority ticket in the ITSM system and dispatch an automated notification to the service owner.
Cevap
The correct execution sequence is: 1) Ingest the alert payload from the secret-scanning API, 2) Query internal IAM and Asset Management APIs for enrichment, 3) Evaluate conditional decision logic for environment context, 4) Invoke the Cloud IAM API to invalidate the compromised key, and 5) Generate an ITSM ticket and dispatch notifications.
A standard SOAR playbook follows a structured workflow starting with event ingestion, followed by threat intelligence and identity enrichment to establish context. After enrichment, conditional logic determines the appropriate response path. Once conditions are satisfied, automated containment APIs execute to mitigate the threat immediately, followed by post-containment ticketing and team notifications.
Adım Adım Çözüm
Anahtar Kavram
SOAR Playbook Execution Lifecycle (Trigger -> Enrich -> Evaluate -> Contain -> Notify)