TL;DR: SOC automation can safely handle low-risk, high-volume alerts, but medium-risk investigations and high-impact actions still need human approval, visibility into decision logic, and auditability, according to D3 Security’s webinar. The governance question is no longer whether to automate, but where to stop automation before context loss becomes operational risk.
NHIMG editorial — based on content published by D3: AI SOC automation, transparency, and human oversight
By the numbers:
- 95% of them can be triaged in under two minutes through automation.
- Morpheus AI is about 70-80% framework and guardrails, with only 20-30% being the LLM itself.
Questions worth separating out
Q: How should security teams use AI in the SOC without losing human control?
A: Use AI to remove repetitive work, enrich alerts, and accelerate triage, but keep humans accountable for escalation, containment, and exception handling.
Q: Why do enterprise SOC deployments need human approval for some AI-driven actions?
A: Because the highest-risk actions in SOC operations affect access, containment, and production systems, and those decisions can have business consequences beyond detection accuracy.
Q: How can analysts tell whether AI-driven SOC automation is actually working?
A: Look beyond alert volume and measure whether the platform produces accurate incidents, preserves tenant context, and shortens time to closure without creating rework.
Practitioner guidance
- Classify SOC actions by impact level Separate low-risk triage from medium-risk investigation and high-impact response.
- Require evidence trails for automated decisions Log the alert, correlated signals, model output, recommendation, approval, and executed response so incident review can reconstruct why the action happened.
- Bind response workflows to IAM and PAM policy Treat access-changing containment steps as governed identity events and map them to role-based permissions, separation of duties, and least-privilege approvals.
What's in the full article
D3's full webinar covers the operational detail this post intentionally leaves for the source:
- Phase-by-phase examples of which SOC actions belong in fully automated, approval-gated, or human-only workflows
- The Glassbox AI visibility model, including what analysts can inspect line by line before execution
- How Morpheus incorporates staff knowledge into the AI model over time to refine response logic
- The specific operational trade-offs D3 discusses when deciding whether AI can replace separate SOAR workflows
👉 Read D3 Security's webinar analysis of AI SOC automation and human approval →
AI SOC automation, human approval, and the governance gap?
Explore further
AI SOC automation needs an execution boundary, not just a tuning loop. The strongest governance failure in this topic is assuming faster response is always better response. In practice, the risk is not alert handling itself but uncontrolled execution of access-changing or availability-impacting actions. That makes AI SOC design a policy problem as much as a detection problem, and the boundary between recommendation and action becomes the key control point.
A question worth separating out:
Q: What is the difference between AI SOC recommendations and AI SOC execution?
A: Recommendations propose a response after analyzing evidence, while execution actually takes the action in your environment. In practice, recommendations can be safely expanded sooner than execution because they do not change access or system state. Execution should remain gated until the organisation can prove the platform is explainable, policy-bound, and reversible where needed.
👉 Read our full editorial: AI SOC automation needs human gates for high-impact actions