If you've been in a SOC for more than six months, you've lived the arithmetic: Microsoft Sentinel generates 10,000–50,000 alerts per month for a mid-sized tenant. Two analysts, reading carefully, can work through maybe 300 of them in a day. The rest sit in a queue — triaged by proxy, closed by time of day, or escalated only when something catches fire.
For a decade, the industry's answer to this was "more rules, better ML scoring, tighter automation playbooks." None of it solved the core problem, which is cognitive: someone still has to read the alert, decide what it means, and act. Rules and ML surface patterns; they don't make decisions.
Agentic AI is the first technology that actually does.
The problem with "AI" in most security tools
Walk the floor at any security conference and every vendor has "AI" on the booth. Read the fine print and what you usually find is one of three things:
- Anomaly scoring. A machine-learning model flags unusual events. Helpful for surfacing candidates — but it produces more alerts, not fewer decisions.
- Playbook automation. If-this-then-that rules dressed up as AI. Great for routing and enrichment, but brittle and deterministic.
- Copilot chat. An LLM answers analyst questions. Useful for documentation and KQL generation; still requires the human to drive every investigation.
None of these are agentic. They assist the analyst but don't replace the analyst's cognitive load at Tier 1. If you have a 5,000-alert queue, a copilot that answers questions faster still leaves you with 5,000 alerts.
What makes AI "agentic"?
An agentic AI system has four properties:
- Goal-directed. You give it a mission — "investigate this alert" — not a prompt.
- Tool-using. It can call external systems (VirusTotal, Entra ID, EDR consoles, SIEM APIs) mid-investigation, read the results, and decide what to do next.
- Observable. Every reasoning step, tool call, and intermediate output is logged and auditable.
- Interruptible. A human can pause, override, or redirect the agent at any point — and must approve any consequential action.
The shorthand: an agentic AI system is one that can conduct an end-to-end investigation the way a good Tier 2 analyst would, and show you its working.
Agentic AI in a SOC — what it actually looks like
Rather than abstractions, here's a concrete example. It's the pipeline we run at SocSage for every alert from every customer tenant.
An impossible-travel alert fires from Microsoft Sentinel at 14:22:06 UK time. Standard Tier 1 workflow: a human picks it up in 45–90 minutes, reads the Entra sign-in logs, queries VirusTotal for the IP, checks the device register, builds a mental timeline, and pages the CFO's manager for approval to revoke the session. Average handling time: 25–40 minutes per alert.
An agentic pipeline does this:
- Triage agent classifies the alert — impossible travel, MITRE T1078.004 (Valid Accounts: Cloud Accounts), severity high.
- Identity enrichment agent queries Entra ID: the user is a finance manager, has three registered devices, her manager is the CFO.
- IOC enrichment agent calls VirusTotal on the source IP. 72 of 89 engines flag it as malicious. AbuseIPDB confidence: 94%.
- Lateral-movement agent queries Entra sign-in logs for the last 24 hours. Two additional login attempts from the same IP range. One SharePoint access from Lagos.
- Email assessment agent scans recent inbox rules and message headers. Finds a phishing precursor email four hours earlier.
- EDR agent queries SentinelOne across the three registered devices. All clean — the attack is cloud-only.
- Privilege-scope agent computes blast radius: mailbox + SharePoint + Teams, no elevated roles.
- Timeline reconstruction agent assembles 14 events across 4 minutes 18 seconds into a chronology.
- Narrative agent writes a 340-word incident summary, ATT&CK-mapped.
- Remediation recommendation agent proposes three options: revoke session, reset password, tighten Conditional Access.
- Human-in-the-loop gate. A Slack Block Kit card lands in the MSP's #soc channel with evidence, confidence score, blast radius, and approve/reject/alternative buttons.
Total time from alert to human decision: 62 seconds. No human has triaged anything — they've reviewed the AI's reasoning and made a decision.
Why human-in-the-loop is non-negotiable
Here's where a lot of "autonomous SOC" pitches go wrong: they skip the gate.
An AI agent can be 95% confident a session is malicious and still be wrong 5% of the time. Fully automating destructive actions — session revokes, account disables, firewall rules — means your agent will, on average, take the wrong action one time in twenty. In a mid-sized MSP running 50 tenants, that's a dozen mistakes a week. Every one is a phone call from an angry CFO at 11 p.m.
The right model is agentic investigation, human decision:
- Investigation is read-only. AI can query all day without consequences.
- Decisions are high-stakes. A human should approve anything that changes state.
- The human's job isn't to do the investigation — the AI did that. The human's job is to look at the evidence, assess residual risk, and say yes or no.
This is why we built SocSage with HITL gates from day one, and why we think any agentic SOC claiming "full automation" is making a claim you shouldn't take.
What agentic AI means for MSPs
The labour math of running a SOC changes completely.
| Traditional Tier 1 | Agentic + HITL | |
|---|---|---|
| Who triages 5,000 alerts/month | 2 analysts, full-time | AI agents |
| Average time per alert | 25–40 min | 62 sec (AI) + 2 min (human review) |
| Analyst work type | T1 triage, burnout | T3 decisions, retained |
| Cost per tenant/month | £2,000–£5,000 (outsourced) or £4,500–£7,000 (in-house) | A fraction of the above |
More importantly, the economics invert: your analysts now spend their time on decisions, not on reading Sentinel tabs. They're operating at the top of their licence — not burning out at the bottom.
This is why agentic AI is a bigger shift for MSPs than it is for enterprise SOCs. Enterprise teams have 40 analysts; agentic AI saves them headcount. MSPs have two; agentic AI makes them viable.
Where to start
If you want to understand what an agentic SOC feels like in practice, the cheapest way is to run the free compliance scanner on one of your Microsoft 365 tenants. It takes three minutes, produces 330+ compliance findings, and gives you a concrete sense of what autonomous investigation can do at the configuration layer — before you even get to live alert triage.
If you want to see the full pipeline, the How It Works page walks through every one of the 14 agent steps with real output from a live incident.
See SocSage investigate your first alert — in 3 minutes.
Run 330+ compliance checks on your Microsoft 365 or Google Workspace tenant. No credit card, no agents. See a real AI-triaged alert before lunch.
Start free scan →