By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: IntezerPublished September 29, 2025

TL;DR: Only true positives are escalated in an AI SOC workflow, with roughly 4% of alerts moving forward at 98% accuracy, according to Intezer, then cases are handed to Torq for enrichment and autonomous runbook execution. The governance challenge is not speed alone, but whether agent-to-agent handoffs preserve accountability, auditability, and human override in machine-led response.


At a glance

What this is: This is an analysis of an autonomous SOC workflow that uses AI agents to triage alerts, hand off true positives, and execute remediation steps with machine-speed coordination.

Why it matters: It matters because SOC automation now depends on governing agent decisions, not just tuning detections, and that shifts accountability, containment, and audit requirements for identity and security teams.

By the numbers:

👉 Read Intezer's analysis of autonomous SOC workflows and AI agent handoff


Context

Autonomous SOC design is trying to solve a familiar problem: too many alerts, too little analyst time, and too much repetitive triage. In this model, the question is not whether automation helps, but where machine judgment stops and governed response begins, especially when AI agents are making or shaping operational decisions.

That distinction matters for identity teams because agent-driven security workflows increasingly look like non-human identities in action. Once AI systems can enrich cases, recommend actions, and execute runbooks, the control problem shifts toward authorisation, oversight, and traceability across both human and machine operations.


Key questions

Q: How should security teams govern autonomous SOC actions without losing control?

A: Security teams should set explicit approval boundaries for every autonomous action, then require logging, rollback, and ownership for each one. The key is to separate recommendation from execution so that automated classification does not quietly become automated remediation. Treat the SOC platform as a privileged non-human identity, not just a tool.

Q: Why do AI SOC workflows create governance risk even when alert accuracy is high?

A: High accuracy only proves that the model performs well on observed cases. Governance risk remains because the workflow still depends on who authorised the agent, what data it could use, and whether its actions were reversible. A small error rate can still produce large operational impact if the response path is overprivileged.

Q: What breaks when autonomous remediation is not constrained by policy?

A: Unconstrained remediation can turn a false positive into a live outage, or let a narrow detection case trigger broad blocking, isolation, or account changes. The failure is not automation itself, but automation without action scope, rollback paths, and explicit boundaries on what the agent may change.

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. If analysts still need to reconstruct the story manually, the automation is reducing noise but not truly improving operational control.


Technical breakdown

How AI triage reduces alert volume without removing decision risk

AI triage systems usually sit in front of the SOC queue and score alerts against behavioural, contextual, and threat-intel signals. The value is filtering, not final judgment. In a properly designed workflow, the system distinguishes likely true positives from background noise and forwards only the cases that warrant deeper investigation. The architectural risk appears when the model’s confidence becomes mistaken for control assurance. A high-confidence triage decision can still miss edge cases, especially if the detection logic is trained on incomplete context or stale baselines.

Practical implication: validate triage thresholds against live outcomes, not just model confidence or vendor accuracy claims.

Agent-to-agent handoff as an identity and authority boundary

When one AI agent hands a case to another for enrichment or response, the workflow crosses an authority boundary. The first agent has filtered the alert, but the second may inspect observables, assemble context, and choose actions. That means the real control question is not only whether the agents communicate, but whether the receiving system can prove what it was allowed to do, under whose policy, and with what guardrails. In identity terms, this is a delegated execution model that needs explicit scope, logging, and revocation logic.

Practical implication: bind each agent to a scoped identity and log every delegated action with policy context.

Autonomous runbook execution and the risk of unchecked remediation

Autonomous remediation is where SOC automation moves from analysis into action. A runbook engine can translate recommendations into containment, blocking, ticketing, enrichment, or rollback steps, then execute them without waiting for a human queue. That improves speed, but it also turns policy errors into operational errors. If the playbook is wrong, overbroad, or triggered by a false correlation, the system can disrupt legitimate services faster than a human analyst could intervene. The design requirement is therefore controlled autonomy, not unrestricted autonomy.

Practical implication: require approval gates, rollback paths, and action scoping for any runbook that can affect production systems.


NHI Mgmt Group analysis

Autonomous SOC is an identity problem as much as an operations problem. Once AI agents can triage, enrich, and execute, they behave like non-human actors with delegated authority. That means the governance burden shifts from alert handling to access scoping, auditability, and revocation of machine-led actions. Practitioners should treat SOC agents as governed identities, not just workflow components.

Decision confidence is not the same as control assurance. A workflow that escalates only a small percentage of alerts can still be fragile if its thresholds, context sources, or response logic are wrong. The important question is whether the SOC can explain why an action occurred and prove what constrained it. In practice, accuracy metrics need to be paired with policy traceability and containment boundaries.

Agent handoff creates a new governance seam that most security programmes do not yet model. The moment one system passes a case to another, responsibility becomes distributed across tools, identities, and policies. That is where accountability gaps appear, especially if the second agent can take action without a separately enforced scope. Practitioners need to model the handoff as a control boundary, not a convenience feature.

Controlled autonomy will define the next phase of SOC maturity. SOC teams are no longer choosing between human-only operations and full automation. They are choosing how much authority to delegate, how fast to revoke it, and how to preserve human override when machine response misfires. The programmes that win will be the ones that design for accountable autonomy, not just faster workflows.

What this signals

Controlled autonomy is becoming a governance requirement, not a future-state aspiration. SOC teams that add AI agents without delegated identity controls will create response paths that are faster but harder to explain, reverse, or audit. The practical next step is to align agent privileges with the same rigor used for high-risk human access, then anchor that model to the NIST AI Risk Management Framework.

Agent handoff logging will matter as much as detection quality. Once one agent enriches a case and another executes the runbook, the programme needs evidence for who did what, under which policy, and with what data. That traceability becomes the difference between measurable automation and ungoverned machine action.

Identity teams should expect more SOC tools to behave like managed NHI ecosystems. As autonomous workflows spread, the boundary between security operations and identity governance narrows. Programmes that already manage machine identities, secret scope, and approval boundaries will be better positioned to absorb agentic SOC patterns without losing control.


For practitioners

  • Define delegated authority for SOC agents Map each AI agent in the SOC workflow to a scoped identity, explicit permissions, and a documented action boundary. Require case enrichment, containment, and remediation privileges to be separately authorised so that a triage agent cannot silently become a response agent.
  • Instrument every agent handoff with policy context Log what case was transferred, which policy allowed it, what data was exposed, and what action set became available on receipt. Preserve those records in a format that supports investigation, compliance review, and rollback analysis.
  • Gate autonomous remediation behind rollback controls Limit any runbook that can affect production systems to approved actions with reversible steps, blast-radius constraints, and exception handling. If a playbook can isolate accounts, disable services, or change access, it needs containment checks before execution.

Key takeaways

  • Autonomous SOC workflows do not remove governance risk, they relocate it to delegated machine authority.
  • Accuracy metrics are not enough when AI agents can enrich cases, choose actions, and trigger remediation.
  • Security teams need scoped identities, policy-bound handoffs, and rollback controls before they scale autonomous response.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 address the attack surface, NIST AI RMF, NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the technical controls, and ISO/IEC 27001:2022 define the regulatory obligations.

FrameworkControl / ReferenceRelevance
OWASP Agentic AI Top 10N/AThe article centers on agent handoff, delegated action, and autonomous response risks.
NIST AI RMFGOVERNSOC autonomy requires accountability, ownership, and oversight for AI-driven operations.
NIST CSF 2.0PR.AC-4Agent privileges and action scope map directly to access management discipline.
NIST SP 800-53 Rev 5AC-6Least privilege is the core control for delegating SOC agent authority.
ISO/IEC 27001:2022A.5.15Access control governance is required when AI systems can execute remediation tasks.

Assign clear ownership for autonomous response and define approval, escalation, and audit requirements.


Key terms

  • Autonomous SOC: A security operations model in which software can move beyond recommendation and begin influencing or triggering response actions. In practice, this means the SOC must govern decision boundaries, auditability, and human override paths as tightly as it governs alerts and access.
  • Agent-to-agent handoff: A transfer of work, data, or authority from one software agent to another. In security operations, this creates a control boundary that must preserve policy context, identity, and audit trails so that responsibility does not disappear between systems.
  • Delegated Machine Access: Access exercised by a non-human actor on behalf of a human or another system. The important issue is not only who requested the access, but how far the delegated actor can chain actions once runtime execution begins.
  • Runbook: A runbook is a step-by-step technical instruction set for a specific task or failure mode. It works best when the environment and sequence are predictable, but it is not designed to resolve broad coordination problems or executive decision-making during a complex cyber crisis.

What's in the full article

Intezer's full post covers the operational detail this post intentionally leaves for the source:

  • Walkthrough of the agent-to-agent workflow between Intezer triage and Torq response orchestration.
  • Specific examples of how case enrichment is structured inside the autonomous SOC flow.
  • A fuller look at how runbook execution is sequenced after true-positive verification.
  • Video context that shows how the two systems hand off work in practice.

👉 Intezer's full post shows the step-by-step handoff between triage, enrichment, and remediation.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance and machine identity security in practical terms. It helps practitioners connect delegated access, auditability, and lifecycle control to real operational programmes.
NHIMG Editorial Note
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