The system loses decision quality before reasoning even starts. Raw logs force the agent to parse incompatible formats, infer field meaning, and reconstruct context on the fly, which increases cost and creates silent misclassification risk. Reliable AI triage needs normalised, enriched data first, then model-based analysis second.
Why This Matters for Security Teams
AI triage only works when the input already carries enough structure for the model to separate signal from noise. Raw security logs are usually uneven in format, inconsistent in field naming, and missing the enrichment that analysts rely on to interpret scope, identity, and sequence. That means the model is not just analysing events, it is also attempting data preparation under pressure, which weakens confidence in every downstream recommendation. Control-oriented guidance such as the NIST SP 800-53 Rev 5 Security and Privacy Controls makes clear that collection, logging, and integrity are separate control concerns, not interchangeable steps.
The risk is not limited to accuracy. If raw logs are used directly, AI systems can miss join keys, misread time ordering, or treat repeated noise as meaningful escalation. That creates fragile triage workflows that appear fast but produce poor prioritisation, inconsistent incident narratives, and avoidable analyst rework. In environments where identity and access context matter, the absence of enrichment also hides whether an event is tied to a user, service account, workload, or non-human identity. In practice, many security teams encounter this only after an AI assistant has already misclassified routine activity as a high-severity incident, rather than through intentional validation of the input pipeline.
How It Works in Practice
Effective AI triage usually starts with a normalisation layer that converts raw telemetry into a common event model before the model sees it. That layer should standardise timestamps, source identifiers, host or workload naming, severity fields, and identity attributes. It should also enrich events with asset criticality, geolocation where appropriate, vulnerability context, and identity metadata so that the model can reason over meaning rather than reconstructing it. Without that preparation, even a strong model tends to overfit to superficial patterns in the log text.
Practitioners should treat the pipeline as a sequence of controls:
- Collect logs with integrity and provenance controls so the source is trustworthy.
- Normalise fields across sources so the same concept is expressed consistently.
- Enrich events with identity, asset, and threat context before scoring.
- Validate outputs against analyst feedback and known-good cases.
- Track which fields were present, inferred, or missing so confidence is explicit.
For organisations building security automation, CIS Critical Security Controls reinforce the value of inventory, logging, and continuous monitoring as separate operational disciplines, while MITRE-style detection mapping helps teams test whether the triage logic really supports realistic attack patterns. If the architecture includes AI agents that trigger response actions, the same event pipeline should carry execution guardrails, because tool-using systems amplify bad triage decisions very quickly.
Current guidance suggests that the best results come from a layered design: raw telemetry lands in a durable store, a deterministic pipeline enriches and classifies it, and only then does the AI system rank severity or recommend next steps. These controls tend to break down when organisations stream heterogeneous logs directly from multiple tenants into a single prompt, because field semantics, latency, and identity context cannot be reconstructed reliably at inference time.
Common Variations and Edge Cases
Tighter normalisation often increases engineering overhead, requiring organisations to balance analyst speed against schema governance and data quality work. That tradeoff is worth making, but the right level of structure depends on the environment. In a mature SIEM or SOAR stack, the enrichment layer may already exist and only needs to be exposed to the model. In leaner environments, the same logic may need to be built from scratch before AI triage becomes dependable.
There is no universal standard for how much enrichment is enough. For some use cases, basic host, user, and timestamp fields are sufficient. For others, especially cloud and identity-heavy operations, the model also needs session context, workload identity, token provenance, and change history. This is where NHI governance becomes relevant: service accounts, workload credentials, and agent identities can generate the exact same raw event shape as human users unless the pipeline preserves provenance. If it does not, the triage engine may treat automated activity as suspicious human behaviour or miss credential abuse entirely.
Edge cases also emerge in fast-moving environments such as ephemeral containers, serverless workloads, and AI agents that call tools on behalf of users. The MITRE ATLAS framework is useful when the logs involve adversarial AI behaviour or model-driven actions, while the NIST AI Risk Management Framework supports governance around model reliability, traceability, and human oversight. Where automation is involved, current guidance suggests pairing triage scoring with explicit confidence thresholds and analyst review paths rather than allowing the model to act on raw telemetry alone.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
MITRE ATLAS and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF and NIST AI 600-1 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | DE.CM-1 | Continuous monitoring depends on usable telemetry, not raw log noise. |
| NIST AI RMF | AI triage quality depends on governance, reliability, and traceable inputs. | |
| MITRE ATLAS | Adversarial AI techniques matter when models triage security events. | |
| OWASP Agentic AI Top 10 | Agentic systems can amplify bad triage decisions through tool use. | |
| NIST AI 600-1 | GenAI systems need structured context to reduce hallucinated or weak decisions. |
Standardise and monitor event data so detection logic runs on reliable, context-rich inputs.
Related resources from NHI Mgmt Group
- What breaks when stop conditions are not built into AI security workflows?
- What breaks when security teams rely on AI triage without oversight?
- What breaks when AI-enabled incident triage is used on fragmented security data?
- What breaks when security teams rely on raw AI finding volume instead of context?