TL;DR: Raw logs alone leave SIEM workflows blind to who is acting, what they can access, and whether the resource matters, according to Exaforce. Modern detection needs shared identity, resource, and configuration context, or analysts remain the context engine and AI investigations inherit the same blind spots.
At a glance
What this is: This article argues that SIEMs ingest events but not enough entity context, so detections, triage, and prioritisation remain manually reconstructed.
Why it matters: For IAM and security teams, the issue is that identity, device, resource, and app state must be linked before risk can be judged consistently across human, NHI, and AI-assisted workflows.
👉 Read Exaforce's analysis of why SIEM workflow context blindness weakens detection
Context
A SIEM can collect security events at scale and still fail to explain what those events mean. The gap is context, not ingestion: identity, device, resource, application, and configuration state often sit in separate systems, which leaves analysts rebuilding the story after every alert. In IAM terms, the problem is especially visible where human identities, service accounts, OAuth apps, and workload permissions are split across tools.
That matters because modern detection increasingly depends on relationships, not isolated records. A login is not just a login if the account is privileged, the device is unhealthy, the resource is sensitive, or the activity comes from a third-party app acting through delegated access. Exaforce uses the SIEM problem to show that contextual understanding is now part of operational security, not an optional enrichment layer.
Key questions
Q: How should security teams reduce SIEM noise without losing important alerts?
A: Focus on context, not volume. Enrich events with identity, location, device, and reputation data before triage so alerts are prioritised by risk rather than by event type alone. This reduces false positives, shortens investigation paths, and helps analysts spend time on evidence instead of manual lookups.
Q: Why do SIEM detections fail when identities are fragmented across SaaS and cloud tools?
A: Because the platform cannot reliably tell that separate usernames, role sessions, and app principals belong to the same actor. When identity resolution is missing, cross-source attacks look unrelated, so the correlation logic misses the chain. A usable detection model needs a shared identity graph, not just source-specific usernames and timestamps.
Q: How do security teams know whether AI review outputs are actually trustworthy?
A: Teams need to validate the integrity of the entire observation chain, from repository files to the model’s context window. If any preprocessing layer can remove evidence without review or provenance checks, a clean answer may only mean the input was filtered. Compare AI output against raw artefacts where possible.
Q: What should organisations prioritise first: more SIEM rules or a shared security data model?
A: A shared security data model should come first when the same identities, resources, and apps appear across multiple tools. More rules on top of fragmented data usually increase maintenance without fixing the root cause. Once the model is shared, rules become simpler, more portable, and easier to tune across the SOC.
Technical breakdown
Why logs alone cannot model entity risk
A log record captures a single event, but entity risk lives in state: role, privilege, device posture, sensitivity tags, prior behaviour, and relationships to other systems. SIEMs can index and correlate events, but a field like user.session.start says little unless the platform also knows who the user is, what they can access, and whether the resource or endpoint is normal for them. The architectural failure is treating event ingestion as equivalent to entity understanding.
Practical implication: Build detections on shared entity state, not on event fields alone.
Why identity fragmentation breaks cross-source detections
The same person often appears as multiple identifiers across SaaS, cloud, and endpoint tools. Without identity resolution, an Okta session, an AWS role session, and a Slack identity can look unrelated even when they belong to one actor. That breaks correlation across the attack path and forces analysts to maintain pairwise mappings by hand. The deeper problem is that each new platform adds another identity dialect that the SIEM must translate before it can reason consistently.
Practical implication: Prioritise identity correlation across source systems before expanding detection coverage.
Why AI agents need grounded security context
An AI agent investigating alerts is only as reliable as the data it can reason over. If it sees raw logs without role, resource sensitivity, baseline behaviour, or device health, it can still produce fluent answers, but those answers may be guesses dressed up as analysis. A knowledge graph or similar semantic model gives the agent grounded relationships it can verify, such as who owns a device or whether a bucket holds production data. Without that grounding, automation inherits the same blind spots as the human analyst.
Practical implication: Give AI investigation workflows the same entity context your analysts need to trust their conclusions.
Threat narrative
Attacker objective: The attacker aims to move through trusted identities and access paths without being recognised as high risk by the detection workflow.
- Entry occurs when an attacker uses a compromised login, token, or app-backed session that appears valid in the SIEM but lacks the surrounding context needed to judge intent.
- Escalation follows when the same identity is reused across SaaS, cloud, or endpoint systems and the platform cannot reliably connect those identifiers to privilege, device posture, or resource sensitivity.
- Impact comes when the team misses a high-risk action, such as access to sensitive storage or exfiltration through delegated app permissions, because the alert never resolved into a complete story.
NHI Mgmt Group analysis
Context blindness is now a governance failure, not a tooling inconvenience. SIEM teams often treat missing enrichment as an operational nuisance, but the article shows that risk decisions depend on identity, resource, and configuration state that logs alone do not carry. That makes detection quality a governance problem, because the organisation cannot consistently answer who acted, what they touched, and whether it mattered. The practitioner conclusion is that security monitoring must be designed around entity context, not only event ingestion.
Identity fragmentation is the named concept that explains why correlation keeps failing. The same human, service account, or app can appear under multiple identifiers across cloud, SaaS, and endpoint stacks, and those aliases break the analyst's ability to reconstruct a session. This is directly relevant to IAM and NHI governance because access decisions are only as reliable as the identity stitching behind them. The practitioner conclusion is to treat identity resolution as a prerequisite for detection quality.
AI in security operations will amplify existing context gaps unless the underlying model changes. If an AI agent only sees logs, it will produce confident but under-grounded assessments, which can create false certainty rather than better triage. That matters for AI governance and security operations alike: automation should be judged on the quality of its evidence model, not the fluency of its output. The practitioner conclusion is to ground agentic investigations in shared, queryable entity state.
Semantically rich detection is where SIEM, IAM, and NHI programmes converge. The article points to a model in which access, privilege, resource sensitivity, and behavioural history are reusable security objects. That is the same design principle underpinning modern identity governance and machine identity control, even when the immediate use case is threat detection. The practitioner conclusion is to align detection engineering with the identity data model the rest of the programme already depends on.
Context reuse will separate mature security operations from threshold-driven alerting. Teams that repeatedly rebuild the same user, device, and resource facts for every rule will keep paying a manual tax, while teams that centralise entity state can make the same facts available to many detections. The broader signal is that contextual security architecture is becoming a competitive necessity for SOC effectiveness. The practitioner conclusion is to stop treating enrichment as an add-on and start treating it as shared security infrastructure.
What this signals
A SIEM programme that relies on manual enrichment will keep shifting the context burden onto analysts, which limits scale and slows response. The programme-level fix is to treat identity resolution, resource classification, and behavioural state as shared operational data, not as per-alert lookups.
The next step for many teams is to align detection engineering with identity governance and access telemetry so human identities, service accounts, OAuth apps, and workloads are evaluated through one consistent context layer. That approach also makes AI-assisted triage more defensible because the model reasons over linked evidence instead of isolated log lines.
For practitioners
- Model shared entity context Define a common object model for users, devices, applications, buckets, API endpoints, and service accounts so detections can reuse the same facts across tools.
- Resolve identities across systems Map Okta, cloud role sessions, SaaS usernames, and endpoint telemetry to a single identity graph so cross-source activity does not fragment into separate alerts.
- Attach resource sensitivity and posture Enrich alerts with data classification, privilege level, MFA status, and device health before analysts triage login and access events.
- Ground AI investigations in evidence Give security AI access to the same identity, relationship, and configuration data used by analysts so outputs can be checked against source facts.
Key takeaways
- SIEMs do not fail because they lack logs, they fail because logs alone do not explain identity, access, or resource meaning.
- Identity fragmentation and missing entity context are the structural reasons alerts become manual investigations.
- Teams that want reliable detection and AI-assisted triage need a shared data model that makes context reusable across security tools.
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, NIST SP 800-53 Rev 5, CIS Controls v8 and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC-4 — Access Permissions and Authorisations | Context-aware detection depends on knowing who can access what. |
| Recommendation — Map identity and resource state to PR.AC-4 so detections can judge access against authorisation. | ||
| NIST SP 800-53 Rev 5 | AC-6 — Least Privilege | The article hinges on whether admin and app access is visible before alerts fire. |
| Recommendation — Apply AC-6 to reduce standing access that makes context-free alerts harder to interpret. | ||
| CIS Controls v8 | CIS-5 — Account Management | Fragmented identities across tools point directly to account lifecycle and mapping gaps. |
| Recommendation — Use CIS Control 5 to centralise account visibility across SaaS, cloud, and endpoint systems. | ||
| NIST AI RMF | GOVERN — AI Governance and Accountability | The article highlights governance requirements for AI-assisted investigations. |
| Recommendation — Use GOVERN to define accountability for the evidence model behind AI triage outputs. | ||
Key terms
- Context Blindness: A control failure where inspection logic cannot distinguish a sensitive meaning from a harmless one because it relies too heavily on shape, token patterns, or isolated strings. In AI workflows, context blindness creates both missed detections and unnecessary alerts.
- Identity Resolution: Identity resolution is the correlation step that determines whether multiple accounts belong to the same person or accountable role. It combines identifiers, context, and system-specific attributes to reduce false splits and missed matches, which is what makes governance outputs dependable rather than approximate.
- Semantic Model: A governed layer that defines business meaning for data, such as what counts as a customer, order, or approved source. When semantic models are wrong or inconsistent, AI can produce outputs that are technically valid but operationally misleading.
- Entity Graph: An entity graph is a structured model of identities, devices, applications, and relationships across a security environment. It lets teams resolve different identifiers to the same actor, preserving continuity across systems so investigations can follow activity without manual field matching.
What's in the full article
Exaforce's full article covers the operational detail this post intentionally leaves for the source:
- How the vendor structures semantic models for log enrichment and entity context.
- Specific examples of how raw log fields map into reusable detection objects.
- The workflow differences between analyst-led triage and AI-assisted investigation.
- The next article in the series on turning raw logs into semantic intelligence.
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. It helps practitioners connect access, lifecycle, and control design across identity-led security programmes.
Published by the NHIMG editorial team on September 16, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org