SOC April 11, 2026 · 8 min read

The Agentic SOC Is Coming — But Who Governs the Agents?

J

Jay Cabello

Founder, Intercis · Security engineer

CrowdStrike published "The Agentic SOC Guide." Microsoft embeds Copilot Security agents into its cloud security stack. Palo Alto integrates AI assistants deep into XSIAM. The security industry is in a race to automate SOC workflows with AI agents — autonomous triage, reduced MTTR, faster incident response.

The irony lands hard: the AI agents deployed inside the SOC to secure the infrastructure have the same governance gaps as any AI agent deployed outside it. Nobody is asking who governs the agents running inside the security operations center itself.

What the vendors are building

An agentic SOC is, at its core, a set of autonomous AI agents given access to the security infrastructure itself. These agents operate against SIEM queries, can manipulate firewall rules, isolate endpoints, modify ticketing systems, and trigger response playbooks. They're designed to reduce human toil and accelerate mean time to response.

CrowdStrike's vision centers on Charlotte — an AI agent that can autonomously assess threats and recommend or execute defensive actions. Microsoft Copilot Security operates at the prompt level but increasingly handles autonomous tasks. Palo Alto's XSIAM agents ingest logs, correlate events, and can trigger containment actions without waiting for analyst approval.

The value proposition is clear. A well-governed agent operating against production SOC infrastructure could reduce MTTR from hours to minutes. It doesn't get tired. It doesn't miss patterns because it's on the third cup of coffee. It operates at machine speed.

But here's what no one is saying out loud: an agent running inside the SOC has access to the most sensitive infrastructure in the enterprise. A compromise of that agent is not a chatbot being tricked into leaking a prompt. It's an attacker inside your security operations center, running with the agent's credentials, querying your SIEM, modifying your firewall rules, and isolating your infrastructure.

The governance gap

An agentic SOC agent operates under the same threat model that any agent does. Who validates what the agent is trying to do before it does it? What policy prevents it from making a mistake? How do you enforce that policy at the tool-call level, not the prompt level?

These questions don't have answers in the current generation of SOC platforms. The focus is on model performance and integration with SIEM APIs. Governance — in the sense of pre-execution policy enforcement, immutable audit trails at the action level, and human-in-the-loop escalation — is absent.

This maps to three categories of risk:

  • T2 tool misuse: The agent has legitimate access to a tool but uses it in an unauthorized way. An agent with firewall rule read access decides to enumerate all rules to find ones matching a pattern, then modifies ten rules to block internal traffic. The agent thought it was responding to an incident. It wasn't. No policy enforced the boundaries.
  • T3 privilege compromise: The agent's credential is stolen or the agent process is compromised. An attacker runs the agent's API key against the SOC infrastructure directly. Without governance, there's no moment of enforcement — the attacker just exercises the agent's existing permissions.
  • T9 identity spoofing: An agent claims to be a different agent, or a human claims to be an agent. Without strong audit trails showing which agent made which decision, forensics become impossible.

Five questions CISOs should ask

If your vendor is pitching an agentic SOC — or if your team is building one internally — ask these five questions before deployment:

1. What actions can the agent take autonomously?

This seems obvious. It isn't. Many SOC platforms answer with "whatever the agent's role allows" or "up to the security policy." But agent governance is about enforcing policy at the action level. CrowdStrike Charlotte can trigger endpoint isolation. Can you prevent it from isolating your primary backup server? Can you say "this agent can isolate endpoints, except in production, except in this subnet"? Or does it either have isolation permission or it doesn't?

2. Is there an immutable audit trail?

Every action the agent attempts — whether it succeeds or fails — should be written to an immutable log outside the agent's control. This log must include what the agent tried to do, what policy was evaluated, whether it was allowed, and what the outcome was. If the log is stored in a database the agent can access, or in a cloud account the agent has permissions to, it's not immutable.

3. Can you enforce policy before the agent acts?

Pre-execution enforcement is the difference between governance and monitoring. A dashboard that shows "the agent tried to modify 100 firewall rules and 95 of them succeeded" is monitoring. A policy engine that intercepted the request, evaluated the action against policy, and blocked the 5 suspicious ones before they executed is governance.

4. Is there a kill switch?

If the agent starts behaving unexpectedly — a bug is triggering it to take actions it shouldn't, or an incident response requires immediately halting its autonomous behavior — can you disable it without waiting for the next deployment cycle? A kill switch is the fastest safety measure available.

5. How do you detect if the agent itself is compromised?

If the agent's API key is leaked or the agent process is compromised, you need detection mechanisms specific to agent activity. This means baseline modeling of what the agent normally does, alerting on deviations from that baseline, and audit trails that would show a compromise in action. Generic SIEM monitoring might not catch an agent making slightly unusual but valid-looking API calls.

The meta-problem

The paradox underlying the agentic SOC is recursive: you're building AI agents to secure your infrastructure from other AI agents. The agent that defends needs to be defended against. That requires a governance layer that operates at the action level, independent of the agent's logic or the LLM's reasoning.

This governance layer isn't a model safety feature. It isn't prompt engineering. It's a control plane that sits between the agent's intention and the infrastructure it touches, enforcing policy at the moment the agent tries to interact with a tool.

Without it, you're trusting the agent to self-govern. In a security context, self-governance isn't governance. It's a vulnerability.

What to do before deploying an agentic SOC

Deploying agents into your SOC without governance is accepting risk that your team probably doesn't realize exists. Here's the operational checklist:

  • Map agent capabilities: What tools can the agent access? What can each tool do? What would a worst-case misuse of each tool look like?
  • Define baseline policies: What actions should the agent be able to take on its own? What requires human approval? What should be forbidden entirely?
  • Verify enforcement architecture: Is policy enforced before the action executes or after? Is the audit trail outside the agent's control?
  • Test the kill switch: Can you disable the agent immediately? How long does it take?
  • Plan for escalation: When an agent action is ambiguous or risky, who reviews it and how quickly?

If you can't answer all five of those, you're not ready to run agents in your SOC.


The agentic SOC is coming. It's a real optimization opportunity, and the vendors building it understand the efficiency gains. What they don't seem to understand — or aren't talking about — is that the agents operating inside the SOC need the same governance framework as any agent deployed in production.

That framework doesn't exist in the current generation of SOC platforms. It's the infrastructure gap that will define which SOC vendors succeed and which ones face liability when the first agent makes a mistake in a regulated environment.

Ready to govern your agents?

Intercis governance works for agents in any environment — including SOCs. Pre-execution policy enforcement, immutable audit trails, and human-in-the-loop escalation. Zero changes to your agent code.

Apply for the design partner program