TL;DR: Agentic SOCs can produce confident, polished triage narratives while still missing the evidence needed for a correct disposition, according to D3’s account of a BSides Pittsburgh talk by John Dwyer. The decisive control is not model confidence but whether investigations are evidence-led, replayable, and grounded in deterministic classification before the LLM summarizes anything.
At a glance
What this is: This is an independent analysis of agentic SOC design, showing why evidence-led investigations outperform LLM-led narrative generation when the same model is asked to triage the same alert.
Why it matters: It matters to SOC, IAM, and security architecture teams because agentic systems can look decisive while lacking auditability, and that same failure mode appears whenever AI is allowed to reason before evidence is established.
👉 Read D3's analysis of evidence-led agentic SOC investigations
Context
Agentic SOC design is not just a workflow choice, it is a governance problem: if the system can explain itself more fluently than it can prove itself, confidence becomes a liability. The primary issue is that model-led triage can turn incomplete evidence into a completed story, which creates risk for SOC operations, identity investigation, and downstream incident handling. For identity-heavy alerts, that gap is especially dangerous because the wrong early inference can misclassify access abuse, OAuth activity, or privileged behaviour.
The practical distinction is between systems that classify the alert first and systems that let the language model decide what the alert means before evidence is assembled. That difference determines whether context is an input to analysis or a substitute for analysis. In a mature investigation flow, evidence boundaries, replayability, and deterministic rails matter more than polished output.
Key questions
Q: How should security teams design agentic SOC workflows so the model does not guess too early?
A: Start with deterministic alert classification, then build an evidence graph, and only after that allow the model to generate hypotheses. If the system lacks enough proof, it should defer rather than infer. That order keeps context from becoming a substitute for evidence and gives analysts a traceable basis for disposition.
Q: Why do confidence scores fail as a measure of SOC accuracy in agentic investigations?
A: Confidence scores can describe how convincingly a system framed a conclusion, not whether the conclusion was supported by evidence. In an LLM-led workflow, the model may sound certain because it is optimising for coherence. Accuracy improves only when confidence is constrained by validated artifacts and replayable decision traces.
Q: What breaks when an agentic SOC uses context before evidence?
A: The system can over-weight prior cases, documentation, or familiar patterns and misclassify a real intrusion as routine activity. That failure is especially risky in identity and process alerts, where the first interpretation shapes the rest of the investigation. The result is a plausible but wrong verdict.
Q: Who is accountable when an agentic SOC misses a real intrusion?
A: The organisation is accountable for the workflow it allowed, not the model’s confidence level. Security, SOC, and platform owners need clear approval for tool scope, evidence thresholds, and escalation rules. Frameworks such as NIST CSF and NIST AI RMF support that shared governance model.
Technical breakdown
Why evidence-led SOC workflows reduce model drift
Evidence-led investigation starts with a deterministic genus classification, such as process execution or OAuth and identity activity. That step should not depend on a language model because it is a routing decision, not a judgment call. Once the alert is classified, the system builds an evidence graph from artifacts such as process trees, authentication events, or SaaS telemetry. The LLM is then used for hypothesis generation over that graph, not for inventing the graph itself. This structure reduces the chance that prior cases, documentation, or narrative bias will outweigh the actual signal in the alert.
Practical implication: route alerts through deterministic classification before any LLM reasoning, or the model will infer meaning from context instead of evidence.
What goes wrong in LLM-led SOC investigation
An LLM-led SOC puts context gathering ahead of evidence assembly. That sounds efficient, but it rewards fluent summaries over validated dispositions. Because the model is probabilistic, it can over-weight older tickets, familiar patterns, or misleading similarity and soften a true intrusion into a low-confidence anomaly. The result is not merely a bad explanation. It is a bad decision that appears internally consistent. In SOC terms, the problem is not that the model lacks intelligence. The problem is that the architecture lets the model substitute coherence for proof.
Practical implication: do not let historical context enter before the system has enough evidence to justify a disposition.
Why replayability and scoped tools matter for agentic SOCs
A useful agentic SOC must be replayable, which means the same payload and evidence should produce the same result or at least the same decision boundary. That requires clear tool scoping, explicit failure states when evidence is insufficient, and observable decision states that analysts can review. If the agent can reach broad tools without constraints, or if it is allowed to guess when data is missing, the investigation becomes hard to audit and harder to trust. For SOC teams, replayability is a governance control as much as an engineering feature.
Practical implication: require scoped tool access, explicit uncertainty handling, and replayable decision traces before trusting autonomous triage.
NHI Mgmt Group analysis
Evidence-first is the only defensible architecture for agentic SOCs. An investigation platform that produces fluent narratives before it proves the underlying signal is optimising for persuasion, not security. That matters because SOC work depends on auditability, repeatability, and the ability to show why a disposition was reached. When the model is allowed to decide too early, the organisation gets an answer faster but a verdict it cannot defend.
Agentic SOCs create a new form of detection-response latency: the gap between confidence and proof. In traditional SOC tuning, false positives are noisy but visible. In agentic workflows, the more dangerous failure is a confident but under-evidenced decision that suppresses escalation. The control gap is not merely model accuracy, it is the absence of an evidence boundary that forces the system to justify itself before it concludes.
Identity telemetry must be treated as first-class evidence, not supporting colour text. The article’s OAuth and identity genus example shows that process context and access context cannot be merged loosely if the goal is reliable triage. Identity and privilege signals should anchor the investigation graph because they tell you whether the event is a benign operational pattern or an access abuse path. Practitioners should treat identity data as the deciding signal, not a narrative supplement.
Agentic SOC governance will converge on replayability, scoping, and uncertainty thresholds. Once organisations ask whether the same payload can be re-run with the same result, they are really asking whether the system is governable. That pushes SOC programmes toward explicit decision states, restricted tool use, and mandatory deferral when evidence is thin. The market will increasingly reward systems that can prove dispositions, not just describe them.
What this signals
Evidence boundary fatigue: SOC programmes will increasingly need to manage the gap between what an agent can say and what it can prove. That means the operational standard shifts from fast triage to defensible triage, with replayability and evidence provenance becoming core review criteria rather than nice-to-have observability features.
For identity-heavy detections, the practical signal is whether the platform can preserve process, OAuth, and access telemetry in a way that survives re-run and audit. If it cannot, the organisation is not just operating with weaker detection. It is operating with weaker accountability.
Security leaders should expect agentic SOC procurement to move toward proof-of-work style questions: what evidence was used, what was ignored, and what happens when the system is uncertain. Those questions map directly to control design, analyst trust, and incident defensibility.
For practitioners
- Define deterministic alert-genus routing Classify alerts into fixed investigative paths such as process execution or OAuth identity activity before any LLM summarisation begins. The routing layer should be rule-based and testable so the model never has to infer the problem class first.
- Require evidence graphs before disposition Force the platform to assemble process trees, auth events, and related artifacts into an evidence graph before it can label an incident. If the graph is incomplete, the system should pause and request more telemetry instead of concluding from context.
- Test replayability with identical payloads Run the same alert through the system multiple times and compare the disposition, confidence, and evidence trace. Large variance indicates the model is learning from narrative context rather than from stable investigative inputs.
- Scope agent tools to the investigation stage Limit tool access so the agent can only query the minimum systems needed for the current investigative phase. Broad access increases the chance that an agent will drift into unsupported assumptions or collect irrelevant context.
- Enforce deferral when evidence is insufficient Make explicit uncertainty a required outcome when the evidence graph does not support a reliable disposition. That guardrail prevents polished but unsupported triage from being treated as a completed investigation.
Key takeaways
- Evidence-led SOC design matters because fluent summaries can conceal weak or missing proof.
- Replayability, scoped tools, and explicit deferral are the controls that turn agentic triage into something governable.
- Identity and process signals should anchor the investigation graph, not decorate the final narrative.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF, NIST SP 800-53 Rev 5 and CIS Controls v8 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | DE.CM-1 | The article centres on observable evidence and continuous monitoring in SOC investigations. |
| NIST AI RMF | GOVERN | Agentic SOC governance depends on accountability, scope, and uncertainty handling. |
| NIST SP 800-53 Rev 5 | AU-8 | Replayable investigations require trustworthy time-stamped audit records. |
| CIS Controls v8 | CIS-8 , Audit Log Management | SOC evidentiary quality depends on preserving logs and investigative context. |
| MITRE ATT&CK | TA0007 , Discovery; TA0006 , Credential Access | The article’s examples rely on process and identity activity as attack indicators. |
Map the agent’s investigative logic to ATT&CK techniques so detections are validated against real adversary behaviour.
Key terms
- Evidence graph: An evidence graph is a correlated record of events that keeps relationships between identity, runtime, posture, and endpoint data intact. It helps analysts reconstruct what happened in sequence rather than manually stitching together separate alerts after the fact.
- Alert Genus: A deterministic classification that places an alert into a known investigative family, such as process execution or identity activity. This routing step reduces ambiguity by deciding where the investigation should begin before any language model interpretation is allowed.
- Replayability: The degree to which a stolen credential can be used again in a different place, system, or session. High replayability is a major identity risk because it turns one compromise into broad unauthorized access rather than a single failed attempt.
- Evidence Boundary: The line between what the system has actually proven and what it only infers or narrates. A thin evidence boundary means the model can sound decisive without having enough proof, which creates governance and audit problems even when the output appears polished.
What's in the full article
D3's full article covers the operational detail this post intentionally leaves for the source:
- The side-by-side reasoning differences between LLM-led and evidence-led investigation flows
- The exact questions Dwyer recommends asking vendors about tool scope, replayability, and uncertainty handling
- The process classification and evidence graph approach used to keep context from overruling proof
- The practical SOC design considerations for reducing false confidence in agentic triage
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management in practical terms. It helps practitioners connect identity controls to wider security operations and governance decisions.
Published by the NHIMG editorial team on August 15, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org