A Security Operations Center (SOC) configures an automated Security Orchestration, Automation, and Response (SOAR) playbook to address high-severity data exfiltration alerts originating from enterprise database servers. Place the operational playbook steps in the correct execution sequence from initial trigger to incident documentation.
- 1Parse telemetry from the network detection sensor to extract source IP addresses, destination domain names, and active connection handles.
- 2Query CMDB and IAM systems via API to determine database server criticality, data classification, and logged-in user accounts.
- 3Submit destination domains and process binaries to internal threat intelligence feeds and sandbox analysis tools for score verification.
- 4Evaluate conditional safety rules for high-criticality assets and execute automated network isolation via the Endpoint Detection and Response (EDR) API.
- 5Create an escalated incident ticket in the ITSM platform containing full triage artifacts and trigger an on-call analyst webhook notification.
Answer
The correct execution order is: 1) Ingest and parse sensor telemetry, 2) Query CMDB/IAM for asset criticality enrichment, 3) Perform threat intelligence and sandbox validation, 4) Execute conditional EDR host isolation, and 5) Generate the ITSM incident ticket with team escalation.
A SOAR incident response playbook follows a structured lifecycle: Alert Ingestion & Parsing -> Context Enrichment (CMDB/IAM) -> Threat Intelligence Validation -> Conditional Containment (EDR Isolation) -> Ticket Generation & Notification. This sequence minimizes false-positive impact and ensures containment occurs prior to manual analyst handoff.
Step-by-Step Solution
Key Concept
SOAR Playbook Execution Sequencing