TL;DR: SOAR deployments typically cover only 30% to 40% of alerts, while 40% of alerts are never investigated and implementations can take 12 to 18 months to show meaningful ROI, according to Torq. Static playbooks and custom scripting are now the limiting factor, not the lack of automation ambition.
At a glance
What this is: This is an analysis of why SOAR has become too rigid for modern SOC operations and how AI SOC reframes automation around agentic investigation, case management, and governed remediation.
Why it matters: It matters because SOC teams that depend on static workflows, brittle integrations, and scarce scripting expertise will continue to miss coverage, delay response, and accumulate operational debt across broader identity and security programmes.
By the numbers:
- Most SOAR deployments cover 30–40% of alerts.
- 40% of alerts are never investigated.
- 12–18 months before showing meaningful ROI., hs before showing meaningful ROI.
👉 Read Torq's analysis of SOAR limits and AI SOC operations
Context
Security operations automation often breaks at the point where alerts stop being predictable. The core problem in this article is not whether teams can automate repetitive tasks, but whether their automation model can keep up when threat patterns change faster than static playbooks can be written and maintained. In that sense, AI SOC is really a governance question about how much of the SOC can operate safely without brittle manual scripting.
SOAR was built for deterministic workflows, but modern alert handling spans identity, cloud, endpoint, and cross-domain investigations that rarely stay inside one predefined branch. That creates a practical intersection with identity governance because account compromise, session abuse, and access review all depend on reliable case handling and auditable decision-making. The article’s starting position is typical of many enterprise SOCs: strong intent, partial coverage, and high maintenance cost.
Key questions
Q: What breaks when static SOAR playbooks are asked to handle novel alerts?
A: Static playbooks break when an alert does not match the expected condition, the integration output changes, or the response path needs context the script never anticipated. The result is queue buildup, manual escalation, and brittle maintenance. In practice, the failure is not only technical. It is a governance gap because the SOC cannot prove consistent response across unknown scenarios.
Q: Why do rigid automation models struggle with identity-led incidents?
A: Identity-led incidents require context about behaviour, privilege, and session legitimacy, not just a matching indicator. A workflow that can only fire prewritten actions often misses the decision point that matters most: whether the account or token should still be trusted. That is why identity-linked response needs investigation logic, not just orchestration.
Q: How do security and compliance teams know if SOC 2 automation is working?
A: SOC 2 automation is working when it keeps evidence current, control ownership visible, and audit requests organised without replacing testing. If the programme still includes sampling, documented exceptions, and clear auditor judgment, automation is supporting assurance. If those elements disappear, the process has moved from readiness into theatre.
Q: Which controls matter most when AI agents can take response actions?
A: The key controls are graduated autonomy, full audit logging, and policy-backed approval gates for higher-impact actions. Teams should also separate read access from write authority so agents can analyse broadly without being able to change protections or trigger irreversible remediation on their own.
Technical breakdown
Why static SOAR playbooks fail under changing alert patterns
SOAR systems work by matching alerts to predefined logic, then calling tools and updating tickets in a fixed sequence. That design is effective only when the alert condition, enrichment path, and response action are already known. The problem is that vendor APIs change, threats mutate, and multi-stage incidents rarely fit a single script. Once the workflow diverges from the playbook, the automation either stalls or hands the case back to a human. In practice, the platform becomes dependent on scarce engineers who maintain logic instead of improving detection quality.
Practical implication: map every playbook that fails when inputs change and treat brittle workflows as operational risk, not automation coverage.
How agentic AI changes SOC investigation and triage
Agentic AI does not replace the SOC analyst with a chatbot. It changes the investigation model by letting the system reason over alert context, select tools, gather evidence, and decide the next action within guardrails. That matters because many SOC decisions are not binary. They require correlating identity signals, endpoint telemetry, cloud activity, and case history before a response is safe. In a mature design, the AI system documents what it did, why it did it, and where human approval is required. That makes the investigation path auditable rather than opaque.
Practical implication: define which response classes the AI may execute autonomously and which actions must remain human-approved.
Why governance is the difference between automation and risk
Automation without governance simply increases the speed of bad decisions. A controlled AI SOC needs scope boundaries, immutable audit trails, approval gates for high-impact actions, and review cycles for cases the AI closes. Those controls are especially important where response touches identities, credentials, or access paths, because a fast but incorrect remediation can disrupt business operations or obscure the real threat. The architectural shift is therefore not only about speed. It is about ensuring the SOC can prove what happened, defend the decision, and correct the logic over time.
Practical implication: build approval gates and decision logging into remediation workflows before expanding autonomy.
NHI Mgmt Group analysis
Static-playbook automation has become a governance ceiling, not just a tooling limit. When a SOC can only automate what has already been scripted, coverage stops expanding as soon as new attack patterns appear. That leaves analysts to absorb the tail of unknown, multi-stage, and identity-led incidents manually. The issue is structural, and it is why modern SOC design now needs to be judged by coverage, adaptability, and auditability together.
AI SOC introduces a named control problem: investigation latency debt. The longer it takes to enrich, correlate, and route an alert, the more likely the incident becomes a human queue problem instead of a security response problem. This is not only an efficiency issue. It changes which attacks can move from initial signal to business impact before the team has enough context to act.
Identity-linked alerts are where rigid orchestration shows its weakest fit. Account compromise, session abuse, and OAuth-style misuse require reasoning about behaviour, context, and privilege rather than simple indicator matching. That creates a direct intersection with IAM and PAM, because response quality depends on whether the SOC can understand who or what actually had access and whether that access should still exist.
The real market shift is from workflow automation to decision automation. Traditional SOAR made execution cheaper, but it still depended on engineers to describe every scenario in advance. The category now has to account for systems that can investigate novel conditions, decide whether an alert is real, and route the outcome into a governed case record. Practitioners should evaluate vendors on decision quality, not just integration counts.
AI SOC only scales if governance is designed as part of the operating model. If approval boundaries, audit logs, and review loops are bolted on later, autonomy becomes a liability rather than a control improvement. The practical conclusion is simple: teams should treat AI-driven response as a controlled security operating model, not as a faster version of the old playbook stack.
What this signals
Automation roadmaps are now being judged on whether they reduce the number of alert outcomes that depend on tribal knowledge. Investigation latency debt: once response depends on slow human stitching across multiple systems, the SOC accumulates hidden risk even when the tooling stack looks mature. For practitioners, the signal is clear: the next platform decision should be evaluated against auditability, not just orchestration breadth.
Where agentic response touches accounts, tokens, or privileged access, the SOC begins to overlap with identity governance in a way many programmes still under-model. That makes IAM and PAM stakeholders part of the operating design, not just downstream consumers of containment actions. The practical signal is to align case management, approval boundaries, and access controls before expanding autonomy into identity-led response flows.
For practitioners
- Define the alert classes that still need human judgment Separate high-impact identity, containment, and remediation actions from low-risk enrichment tasks. Use that boundary to decide where agentic execution is acceptable and where analyst approval remains mandatory. The right test is whether a mistaken action would create business disruption or privilege exposure.
- Measure automation by coverage, not by playbook count Track the percentage of alerts investigated end to end, the number of cases that stall in queues, and the time required to operationalise a new use case. Those measures show whether the SOC is reducing workload or simply shifting it into maintenance.
- Audit playbooks for brittleness at integration boundaries Review workflows that fail when APIs change, data fields shift, or a threat deviates from the expected path. Replace scripts that require specialist knowledge with controls that tolerate variation and preserve an auditable decision trail.
- Tie response governance to identity and access controls Ensure that remediation actions affecting accounts, tokens, or privileged sessions are logged, reviewable, and constrained by approval gates. That is the point where SOC automation intersects with IAM and PAM governance.
Key takeaways
- Static SOAR playbooks now create a coverage ceiling that leaves modern SOCs exposed to novel and multi-stage attacks.
- The operational bottleneck is increasingly investigation latency, maintenance overhead, and incomplete alert handling rather than a lack of automation tools.
- Security teams should evaluate AI SOC through governance, auditability, and identity-aware response boundaries before they expand autonomy.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5, CIS Controls v8 and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | RS.MA-1 | Automated response and maintenance burden map directly to response management in the SOC. |
| NIST SP 800-53 Rev 5 | SI-4 | Detection and monitoring controls are central to alert handling and triage quality. |
| CIS Controls v8 | CIS-13 , Network Monitoring and Defense | The article centres on monitoring, alert prioritisation, and response across the security stack. |
| NIST AI RMF | MANAGE | Agentic response requires controls for risk treatment, oversight, and human approval. |
| MITRE ATT&CK | TA0007 , Discovery; TA0006 , Credential Access; TA0040 , Impact | Identity-led and multi-stage threats are explicitly called out as harder for static playbooks. |
Use CIS-13 to validate that monitoring outputs feed governed response rather than isolated ticket queues.
Key terms
- SOAR: Security Orchestration, Automation, and Response is the class of tooling that connects security products and executes predefined response workflows. It is effective for repeatable tasks, but it depends on scripts and playbooks that must be built and maintained as environments and threats change.
- Agentic AI: Autonomous AI systems capable of planning, deciding, and taking actions — including calling APIs, writing code, and orchestrating other agents — with minimal human oversight. Agentic AI introduces new NHI risks as agents must authenticate to external services.
- Hyper-Automation: Hyper-automation is the use of multiple automation technologies to execute repetitive work at scale. In identity and security operations, it can improve speed and consistency, but it also increases the need for governance so automated actions do not expand access or create unmanaged risk.
- Investigation latency: The time between when a security signal appears and when a team can make a reliable decision about it. It is affected by tool switching, manual lookups, query complexity, and approval chains. Lower latency usually means better containment and less opportunity for threat progression.
What's in the full article
Torq's full article covers the operational detail this post intentionally leaves for the source:
- The platform comparison table that breaks out alert coverage, maintenance burden, time-to-value, and human-in-the-loop design.
- Customer migration examples showing how teams moved from legacy SOAR to AI SOC in days or weeks.
- The implementation and ROI claims behind live customer deployments, including operational timelines and analyst-hours saved.
- The FAQ section that explains how the vendor positions AI SOC as a replacement for playbook-heavy workflows.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, secrets management, and machine identity security. It gives security practitioners a structured way to connect access control, lifecycle discipline, and operational accountability across identity programmes.
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org