Subscribe to the Non-Human & AI Identity Journal

Enrichment baseline

A behavioural reference table that describes how a user, service, or resource normally operates over time. It combines historical activity such as location, device, timing, and frequency so later events can be compared against realistic expectations rather than fixed thresholds.

Expanded Definition

An enrichment baseline is the reference profile that turns raw activity into security context. Rather than treating each login, API call, device check-in, or resource access as an isolated event, it combines historical signals so analysts can compare current behaviour with what is normal for that identity, workload, or asset. In cybersecurity operations, this is especially useful when the term is applied to users, service accounts, NHI, and autonomous agents that exhibit repeated patterns over time.

Definitions vary across vendors on how much historical data is enough, which signals deserve weighting, and how often the baseline should refresh. Some implementations emphasise location and device reputation, while others prioritise timing, frequency, network path, or transaction shape. The important distinction is that an enrichment baseline is not a static allowlist and not a single anomaly threshold. It is a living reference that can be enriched with telemetry from SIEM, EDR, IAM, PAM, and cloud controls. Guidance in the NIST Cybersecurity Framework 2.0 supports this kind of context-driven monitoring, even though the framework does not name the term directly.

The most common misapplication is treating the baseline as a one-time profile, which occurs when teams build it from a short observation window and then fail to recalibrate it after role changes, travel, workload growth, or new automation paths.

Examples and Use Cases

Implementing enrichment baselines rigorously often introduces tuning overhead, requiring organisations to weigh detection fidelity against the operational cost of maintaining accurate context.

  • A finance user normally signs in from one region on managed laptops during business hours; a midnight login from a new device and country is compared against the enriched baseline before escalation.
  • An NHI used by a CI/CD pipeline usually calls a narrow set of APIs at predictable intervals; a sudden burst of privileged requests outside that pattern becomes easier to flag.
  • A privileged admin account regularly uses a jump host and specific management tools; deviation from that access path can reveal credential theft or session hijacking.
  • An AI agent that performs ticket triage typically accesses only approved tools and datasets; expanded tool use beyond baseline may indicate prompt abuse or unsafe orchestration changes.
  • A cloud workload is expected to interact with a limited set of services; enrichment from NIST Cybersecurity Framework 2.0 aligned telemetry can separate normal autoscaling from suspicious lateral movement.

These examples work best when the baseline is built from multiple correlated signals, not just one metric such as login time or source IP. In practice, the reference should be adjusted for seasonal behaviour, approved travel, incident response activity, and known automation cycles so that legitimate changes do not look malicious by default.

Why It Matters for Security Teams

Security teams rely on enrichment baselines because detection systems become noisy when they lack context. Without a credible baseline, analysts see too many false positives from ordinary business change and too many false negatives from stealthy abuse that mimics normal usage. That problem grows in hybrid environments where identities, services, and agents all create telemetry at machine speed.

The identity connection is especially important. A baseline for a human user may be tied to role, device, and geography, while a baseline for NHI or an AI agent may depend on workload identity, service dependency, and tool permissions. If those references are weak, excessive access can look routine and privilege misuse can remain hidden until a breach or compliance review exposes the gap. The concept also aligns with the broader monitoring and governance direction found in NIST Cybersecurity Framework 2.0, which encourages organisations to maintain actionable visibility rather than static assumptions.

Organisations typically encounter the operational cost of a poor enrichment baseline only after an investigation shows that weeks of suspicious activity were dismissed as normal, at which point the baseline becomes operationally unavoidable to rebuild.

Standards & Framework Alignment

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

OWASP Non-Human Identity Top 10 and OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 DE.CM NIST CSF covers continuous monitoring that enrichment baselines support.
NIST SP 800-53 Rev 5 AU-6 Audit review and analysis depends on contextual baselines for meaningful alerts.
OWASP Non-Human Identity Top 10 NHI monitoring NHI governance depends on behavioural references for service identity activity.
OWASP Agentic AI Top 10 tool-use monitoring Agentic AI security requires baselining execution and tool access patterns.
NIST SP 800-63 Digital identity assurance benefits when user behaviour is compared to known context.

Use enriched baselines to improve continuous monitoring and separate expected behaviour from suspicious deviation.