Subscribe to the Non-Human & AI Identity Journal

Investigation-first architecture

An investigation-first architecture uses AI to build the alert investigation itself, deciding what evidence to request and how to test competing explanations. It differs from automation layers that only execute pre-authored steps, because reasoning happens inside the workflow rather than before it.

Expanded Definition

Investigation-first architecture describes a security workflow in which the AI system helps construct the investigation as it runs, rather than merely carrying out a fixed playbook. The system selects what telemetry, logs, or context to request next, then evaluates competing hypotheses about what is happening. That makes it materially different from simple orchestration or scripted response because the reasoning path is part of the workflow, not something written entirely in advance. In security operations, this pattern is most often associated with incident triage, threat hunting, and complex case management where the next useful question depends on the evidence already gathered.

The term is still evolving in industry usage, so definitions vary across vendors and implementation teams. In NHIMG’s view, the key test is whether the architecture can change its own line of inquiry based on observed evidence, while still leaving an audit trail for human review. That is also where it intersects with governance and assurance expectations reflected in the NIST Cybersecurity Framework 2.0. The most common misapplication is calling a fixed SOAR playbook investigation-first, which occurs when the system only follows pre-authored steps and never adjusts its questions or evidence requests.

Examples and Use Cases

Implementing investigation-first architecture rigorously often introduces a control and oversight burden, requiring organisations to weigh faster analytical branching against the need for transparent decision-making, repeatability, and human review.

  • An alert triage assistant asks for authentication logs, endpoint activity, and identity context only after the first hypothesis suggests possible account compromise.
  • A threat-hunting workflow compares several explanations for unusual API traffic, then requests packet captures or cloud audit events to eliminate weaker theories.
  • A phishing investigation agent examines message headers, mailbox rules, and user reporting history before deciding whether the event is isolated or part of a broader campaign.
  • A privileged access review tool weighs whether a suspicious action is expected admin behaviour, misuse of a Non-Human Identity, or an indicator of session hijacking.
  • A security analyst uses an AI-supported case file that reshapes its evidence gathering after each new artifact, similar in spirit to investigative reasoning used in NIST Cybersecurity Framework 2.0-aligned operations.

These use cases work best where there is uncertainty, multiple plausible explanations, and a need to preserve analyst judgment instead of flattening the process into a single deterministic runbook.

Why It Matters for Security Teams

For security teams, the value of investigation-first architecture is not just speed. It is the ability to reduce blind spots when an incident does not fit a known signature or when the evidence is incomplete. That matters because many security events, especially identity-related ones, are ambiguous at first glance: the same anomalous login could be a legitimate user, a stolen credential, or abuse of an NHI. A workflow that can test competing explanations helps reduce false confidence and makes the logic of the investigation more defensible.

It also creates governance requirements. Teams need to know what evidence the system can request, which sources it trusts, how it records reasoning, and when a human must intervene. Without those guardrails, an investigation-first model can drift into opaque automation that is hard to audit after the fact. The stronger the link to identity and access evidence, the more important it becomes to align with established operating expectations in the NIST Cybersecurity Framework 2.0. Organisations typically encounter the real cost only after a major alert is missed or misclassified, at which point investigation-first architecture becomes operationally unavoidable to address.

Standards & Framework Alignment

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

NIST CSF 2.0 provides the primary governance reference for this term.

Framework Control / Reference Relevance
NIST CSF 2.0 DE.CM-1 Monitoring and anomaly detection support evidence-driven investigation workflows.

Use continuous monitoring inputs to let the investigation adapt as new evidence appears.