Skip to content

Definition

What is an AI SOC, and what is it not?

An AI SOC is a security operations function in which a model performs the reading, correlation and first-pass judgement that a tier-one analyst used to perform, and a human retains the decisions that are expensive to get wrong. That is the whole definition, and everything contested sits in the second half of it. The term is used loosely enough that two products described the same way can differ on the only question that matters, which is what the system does when nobody is watching. This page sets out what the category actually contains, the three architectures currently sold under the name, and the specific questions that separate them. It cites the standards bodies rather than other vendors, because a definition assembled from marketing pages inherits the marketing.

Model does
Reading
Human keeps
Judgement
Key question
Unattended acts
Standard
NIST AI RMF
Written byRobin ÖsterdalFounder & CEOReviewed byMalthe Bang NorengaardCo-founder & CTO

Reviewed against OWASP and NIST primary sourcesLast reviewed 8 min read

Kort sagt

  • An AI SOC moves the reading and correlation to a model and keeps the costly decisions with a person.
  • The term covers at least three different architectures, and they fail in different ways.
  • A verdict without visible reasoning cannot be reviewed, which makes it unusable as evidence.
  • Alert triage is the entry point because it is the highest-volume, lowest-judgement work in the queue.
  • The dividing line between products is which actions execute without approval, not model quality.
  • Nothing in the category removes the need for a response process. It changes what reaches that process.
Three things sold under the same name
Triage layerreads the queueResponse agentacts on the estateAnalyst copilotassists a person
Reads every alert
Issues a verdict unprompted
Changes state on the estate
Requires a human in the loop~~
Blast radius when wrongA missed alertAn outageBad advice

Partial means it depends on configuration rather than on architecture, which is exactly why the configuration is the thing to ask about.

Källa: OWASP Top 10 for LLM Applications 2025

The work an AI SOC actually takes over

The queue that greets a team in the morning is mostly nothing, and the job is finding the part that is not. That work has a specific shape: read a detection, gather the events around it, decide whether the combination is benign, and write down why. It is high volume, moderately skilled, and almost entirely reading.

That shape is what makes it the entry point. It is not that triage is the most valuable analyst work; it is that triage is the work where volume rather than judgement is the binding constraint, and volume is the thing a model relieves.

The consequence is worth stating plainly, because it is often overstated in the other direction. An AI SOC does not remove the analyst role. It changes what arrives at the analyst's desk from a queue of raw detections to a set of verdicts with reasoning attached, of which some fraction needs a human to disagree with it.

Alerts do not stop at 5 p.m., and the queue that greets a human at 09:00 is mostly nothing. The work worth a person's attention is the last line of this list, and finding it is the job.

Why the reasoning has to be visible

A verdict that arrives without its working is a score, and a score is not reviewable. This has a practical consequence and a regulatory one, and the practical one bites first.

Practically, an analyst who cannot see why the system ruled something benign has two options: accept it, or redo it. If they accept it, the system's errors become the organisation's errors silently. If they redo it, the system saved nothing. Neither is the outcome the tool was bought for, and both follow directly from hiding the reasoning.

In regulatory terms it is sharper. Under NIS2 an entity has to be able to describe how it detects and handles incidents, and a detection process whose decisions cannot be explained is difficult to describe. The same logic underlies the NIST framework's measure function: knowing that verdicts are right requires cases you can re-examine, not an accuracy figure.

There is also a failure mode specific to this category. OWASP lists misinformation as LLM09:2025, and a confident, well-written, wrong verdict is more dangerous than an ambiguous one precisely because it reads as finished work.

Excessive Agency enables damaging actions to be performed in response to unexpected, ambiguous or manipulated outputs from an LLM.

What a reviewable verdict contains
ElementWhy it is thereWhat its absence costs
The detections correlatedShows the scope of the judgementCannot tell narrow from broad reasoning
The hypotheses weighedShows what was considered and droppedCannot spot a missed alternative
The evidence for the verdictMakes the conclusion checkableThe verdict becomes an assertion
The action taken, if anyEstablishes what changed on the estateNo audit trail for the response
The point where it stoppedShows the boundary of unattended actionCannot verify the brake exists

Källa: NIST AI Risk Management Framework

What an AI SOC is not

It is not a staffed operations centre. A model working the queue at three in the morning is not the same as people being awake, and a vendor that lets those two be confused is selling the difference between them. Coverage of the queue and availability of a human are separate commitments and should be priced and described separately.

It is not a replacement for a response process. Somebody still has to decide to isolate a segment, tell a regulator, and call a customer. Under NIS2 the first of those reporting steps runs on a 24-hour clock, and the clock is not started by the tool.

It is not a compliance control on its own. Deploying one does not satisfy a risk management requirement, because the requirement is about the measures you have chosen and can justify. A tool is evidence within that argument rather than a substitute for it.

The constraints an AI SOC sits inside

24 hours
to an early warning of a significant incident under NIS2, a human decision

Källa: NIS2 Article 23

72 hours
to an incident notification with an initial assessment

Källa: NIS2 Article 23

10 risks
in the OWASP LLM Top 10, of which agency and misinformation apply directly here

Källa: OWASP Top 10 for LLM Applications 2025

What actually lands in the queue

A definition of an AI SOC is easier to judge against the real distribution of what arrives. The ENISA Threat Landscape 2025 curated 4875 European events over the year to June 2025, and the shape of that dataset explains why triage is where the category starts.

Social engineering is the primary entry point, with phishing and its variants accounting for around 60 percent of observed cases. Vulnerability exploitation follows at 21.3 percent, botnets at 9.9 percent and malicious applications at 8 percent. Insider unauthorised access is 0.8 percent, which is small in count and disproportionate in consequence.

Read as a workload rather than as a threat report, that distribution is mostly high-frequency events whose significance depends on context that is not in the alert. Availability attacks affected 81.4 percent of EU sectors and were largely hacktivist and low impact, which is the definition of work that must be done and produces nothing most of the time.

Based on the analysis of the dataset, social engineering tactics remain the primary entry point for threat actors, with phishing (including vishing, malspam, and malvertising) accounting for about 60% of observed cases.

The measured shape of the workload

60 %
of observed cases began with phishing and its variants

Källa: ENISA Threat Landscape 2025

21.3 %
began with vulnerability exploitation

Källa: ENISA Threat Landscape 2025

81.4 %
of EU sectors were affected by DDoS, mostly low impact and high volume

Källa: ENISA Threat Landscape 2025

0.8 %
was insider unauthorised access, rare and disproportionate in consequence

Källa: ENISA Threat Landscape 2025

53.7 %
of recorded incidents involved essential entities under NIS2

Källa: ENISA Threat Landscape 2025

How it differs from SIEM correlation

A SIEM correlates according to rules somebody wrote, which means it can only recognise the patterns that were anticipated. That is a strength in the cases it covers, because the behaviour is deterministic and auditable, and a weakness at the edges, where the interesting activity tends to sit.

An AI SOC forms a judgement about a combination it has not been told about in advance. The trade is exactness for coverage: the SIEM rule fires identically every time and the model's judgement does not, which is why the reasoning has to be inspectable for the output to be usable.

In practice the two coexist rather than compete. The rules that reliably matter stay rules, because a deterministic detection is cheaper and easier to defend, and the model handles the residue the rules were never going to catch.

How it differs from SOAR

SOAR executes a playbook you wrote, in order, with branches you anticipated. It is automation of a decision that has already been made. An AI SOC makes the decision, which is a different category of thing and carries different risk.

The distinction matters most when something goes wrong. A SOAR playbook that misfires did what it was told, and the fix is in the playbook. A model that reached a wrong verdict did not violate an instruction, and the fix is either in the context it was given or in the boundary around what it may do with a verdict.

Most deployments end up with both. The judgement is the model's, the execution is the playbook's, and the boundary between them is where the approval requirement sits.

Three layers people compare as if they were alternatives
SIEM rulesanticipated patternsSOARwritten playbooksAI SOCformed judgement
Handles a pattern nobody anticipated
Behaves identically every time
Explains why it reached a conclusion~
Failure is fixed by editing a document
Suitable for the residue the rules miss

Partial for SIEM on explanation means the rule is inspectable, which tells you what fired but not why that mattered here.

Källa: NIST AI Risk Management Framework

What it costs to run, and why that is a design question

Reading every alert with full context means a model call per alert, sometimes several, and that is a running cost rather than a licence. It behaves differently from the software line items around it: it scales with incident volume, which is the one variable nobody controls.

The consequence is that spend control belongs in the architecture rather than in a monthly review. A system without a hard ceiling in front of model calls converts an unusual day into an unusual invoice, and unusual days are the ones the system exists for.

This is also where the European hosting question becomes concrete rather than philosophical. Inference has to run somewhere, that somewhere is named in a contract, and for an organisation inside NIS2 scope the answer belongs in the same file as the rest of the supply chain assessment.

A hard spend cap sits in front of every model call, so autonomy never becomes an open tab.

How to trial one without disrupting the queue

The safe trial shape is shadow mode: the system reads the live queue and produces verdicts, and nothing it produces reaches the estate. You compare its verdicts against what your analysts concluded, on the same events, for long enough to include a bad week.

Two measurements are worth defining before starting, because defining them afterwards invites motivated reasoning. The first is disagreement rate broken down by direction, since a system that is over-cautious and one that is over-confident fail differently and only one of them is dangerous. The second is what the reasoning looked like on the cases where it was wrong.

Resist the temptation to measure time saved during a shadow trial. Nothing is saved while a human is still doing the work, and a figure produced under those conditions describes an experiment rather than a deployment.

A shadow trial that produces a decision
StepWhat you are establishingCommon mistake
Run in shadow on the live queueBehaviour on your data, not a demo setUsing a curated sample
Cover at least one bad weekHow it behaves under unusual conditionsTrialling only during quiet periods
Compare verdicts to analyst conclusionsDisagreement rate by directionA single accuracy number
Read the reasoning on wrong casesWhether errors are systematic or scatteredCounting errors without reading them
Then enable actions, lowest risk firstA staged boundary rather than a switchEnabling response on day one

Källa: NIST AI Risk Management Framework

The questions that separate two similar products

Model quality is the least useful axis of comparison, because it changes underneath you and because no vendor will describe their model as the weaker one. The durable differences are architectural and contractual.

Four questions do most of the work. Which actions execute without approval. Whether the reasoning for each verdict is retained and exportable. Where inference runs and under whose contract. And what the rollback path is when an automated action was wrong.

Each of those has a demonstrable answer. A vendor can show you the approval configuration on a screen, export a verdict with its reasoning, name the hosting region, and walk through a rollback. A vendor who answers any of the four with a percentage has answered a different question.

Questions

Common questions

What is an AI SOC?
A security operations function where a model reads and correlates detections and issues a first-pass verdict with its reasoning attached, while a human keeps the decisions that are costly to reverse.
Can a SOC be replaced by AI?
Not as a whole. The reading and correlation can move to a model. Deciding to isolate a segment, notify a regulator or call a customer remains a human decision, and under NIS2 the first reporting step runs on a 24-hour clock.
How is an AI SOC different from SOAR?
SOAR executes playbooks you wrote in advance. An AI SOC forms a judgement about a detection it has not seen before and explains it. The overlap is in what happens after the verdict.
Is an AI SOC the same as an MDR service?
No. MDR is a service commitment including people. An AI SOC describes how the analysis is performed. A product can be one, the other, or both, which is why coverage and staffing should be asked about separately.
Does deploying an AI SOC satisfy NIS2?
No. The requirement concerns the measures you have chosen and can justify as appropriate and proportionate. A tool is evidence inside that argument rather than a substitute for it.

Primärkällor

Källor

Varje regulatoriskt påstående på den här sidan går att spåra till en av källorna nedan. Ingen av dem är en konsultblogg.

Further reading

Working out what to ask a vendor in this category?

We will go through your evaluation criteria with you, including the questions that make us look worse. Half an hour, no preparation needed.