Orchestration
- Connecting the many tools a SOC uses.
- So they can pass information to each other.
- One workflow instead of ten tabs.
Concepts
SOAR stands for Security Orchestration, Automation, and Response. In plain terms, it is the layer that takes the routine steps an analyst would do by hand — look something up, enrich it, take an action — and runs them automatically through a playbook. It does not replace analysts; it gives them back the hours they used to spend on copy-paste.
Breaking it down
The core idea
A playbook is a written, repeatable sequence of steps for handling a particular kind of alert. Before SOAR, playbooks lived in documents and analysts followed them by hand. SOAR turns that document into something executable: each step becomes an automated action, with decision points where the workflow branches or pauses for a person.
The value is consistency and speed. The hundredth phishing report at 3am is handled exactly like the first, in seconds, freeing the analyst to focus on the cases that genuinely need judgement. This site's playbooks page covers the human side of building those procedures.
Example
Clearing up confusion
They are complementary. The SIEM is the eyes; SOAR is the hands. In many environments the two are tightly integrated, and some vendors ship them together. For the detection side, revisit the SIEM architecture guide; for the knowledge that drives smarter automation, see threat intelligence.