By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: TENZIRPublished August 10, 2026

TL;DR: Threat intelligence is most effective when enrichment happens upstream in the data pipeline, not after SIEM ingestion, because a shared OCSF schema lets routing, enrichment, and detection logic operate once across telemetry and intelligence, according to TENZIR. That shift can reduce hot-path volume, improve analyst context, and expose the control value of schema alignment.


At a glance

What this is: This is an analysis of moving threat-intelligence enrichment upstream into the data pipeline, using OCSF as the common schema so telemetry and intelligence can be routed and enriched before SIEM ingestion.

Why it matters: It matters because security teams can reduce ingest waste, improve detection quality, and make routing decisions earlier, which changes how SOCs, cloud teams, and identity-adjacent telemetry pipelines manage context at scale.

👉 Read TENZIR's analysis of upstream threat enrichment with OCSF and alphaMountain


Context

Threat-intelligence enrichment is often delayed until after logs reach the SIEM, which means teams pay to ingest telemetry before they know whether it is worth retaining, escalating, or routing elsewhere. In practice, that creates avoidable cost, slower triage, and inconsistent enrichment logic across tools. The primary governance problem is not the intelligence feed itself, but where in the pipeline the decision is made and whether telemetry and intelligence share a stable schema.

OCSF gives security teams a common event structure that makes enrichment and routing repeatable across telemetry sources and intelligence feeds. In this article, Tenzir uses that model to show how upstream enrichment can treat threat intelligence as a streaming decision layer rather than a lookup step, which is especially relevant where network, DNS, and identity-adjacent telemetry must be correlated quickly. The pattern is typical for modern SOC pipelines, and the same logic applies wherever context needs to be attached before data is stored or billed.


Key questions

Q: How should security teams implement pre-ingestion enrichment in a SIEM pipeline?

A: Start by enriching telemetry at the collection or stream layer, not after storage. Prioritise the context that affects triage and retention first, especially threat intelligence, asset ownership, and identity resolution. Keep the pipeline non-blocking with caching, pre-indexed feeds, and asynchronous lookups so enrichment improves decisions without creating latency or dropped events.

Q: Why does schema alignment matter for threat-intelligence enrichment?

A: Schema alignment lets teams define routing, enrichment, and detection logic once instead of rewriting it for every source. That lowers field-mapping drift, improves repeatability, and makes enrichment portable across SIEM, lake, and response workflows. Without it, intelligence becomes a series of one-off joins rather than an operational control.

Q: What breaks when threat intelligence is added only after ingestion?

A: Late enrichment forces the organisation to pay ingest and storage costs before knowing whether data is actionable. It also delays triage, weakens routing decisions, and leaves analysts working from stale context when malicious infrastructure rotates quickly. In practice, the pipeline becomes a logging system first and a decision system second.

Q: How do teams decide between cached context and live lookups?

A: Use cached context when the objective is high-throughput enrichment of many events, because lookup tables are the scale pattern. Use live lookups when a single indicator needs more depth, such as WHOIS, passive DNS, ASN, or GeoIP. That split preserves throughput without losing investigative detail.


Technical breakdown

Why upstream enrichment changes the cost and timing model

Traditional SIEM enrichment waits until query time or batch processing, so intelligence arrives after the telemetry has already been stored, indexed, and billed. Upstream enrichment moves the join into the pipeline itself, which means routing decisions can happen while the event is still in motion. That matters because the value of threat intelligence is often time-sensitive, especially for domains, URLs, and IPs that rotate quickly. Once the pipeline can classify events before storage, teams can separate high-value detections from long-tail telemetry without duplicating logic across tools.

Practical implication: move enrichment as close as possible to ingestion so your routing, retention, and detection rules act on live context rather than stale lookups.

How OCSF aligns telemetry and intelligence for reusable logic

OCSF is a shared schema for security telemetry, and in this pattern it becomes the join language between sensor data and threat-intelligence records. When both streams use the same structure, a pipeline can define matching, enrichment, and routing once instead of translating vendor-specific fields repeatedly. That reduces schema drift and makes context portable across SIEM, lake, and SOC workflows. The key architectural point is not the feed itself, but the consistency of the event envelope, which allows intelligence to be stored, updated, and queried in the same structural shape as telemetry.

Practical implication: standardise telemetry and intelligence on one schema before scaling enrichment logic across multiple sources and destinations.

Why lookup tables and live operators serve different operational needs

The article distinguishes between feed-based context and live API lookups. Lookup tables are the scale pattern because they let pipelines enrich many events efficiently from a continuously refreshed context store. Live operators are better for investigations that need deeper attributes such as WHOIS, DNS answers, ASN, or GeoIP on a single indicator. Both approaches can emit the same schema, which keeps downstream handling consistent. That separation lets teams optimise for throughput in routine monitoring and depth in incident response without redesigning the pipeline.

Practical implication: use cached context for routine enrichment and reserve live lookups for analyst-driven investigations or automation that needs richer indicator detail.


Threat narrative

Attacker objective: The practical attacker objective is to exploit the delay between telemetry capture and enrichment so malicious infrastructure can evade timely routing, prioritisation, or analyst attention.

  1. Entry occurs when telemetry such as DNS, proxy, or network events enters the pipeline before threat context has been attached.
  2. Escalation happens when intelligence is joined too late, after ingestion and storage have already absorbed low-value or stale telemetry.
  3. Impact is wasted SIEM spend, delayed detection, and weaker routing decisions because the most actionable context arrived after the event was already indexed.

NHI Mgmt Group analysis

Schema alignment is the real control plane for enrichment. The article shows that telemetry quality is not just a parsing problem, it is a governance problem. When intelligence and telemetry share OCSF, teams can define one routing and enrichment policy instead of maintaining fragmented field mappings across products. That reduces ambiguity in downstream decisions and improves repeatability across the SOC. Practitioners should treat schema consistency as a control, not a convenience.

Upstream enrichment changes how security programmes spend analyst time. If the pipeline can separate high-risk from low-risk events before SIEM ingestion, analysts stop burning cycles on telemetry that was never likely to matter. That is not merely a cost optimisation. It is a prioritisation model for detection engineering, where context is attached early enough to influence which events deserve storage, alerting, or hunting. Practitioners should align enrichment placement with the value of the decision being made.

OCSF-based enrichment creates a reusable pattern for identity-adjacent telemetry too. Although the article focuses on threat intelligence, the same schema-first approach is relevant wherever identity signals and machine context need to be correlated at speed. DNS lookups, proxy logs, and endpoint events often carry identity-relevant clues about service accounts, workloads, or compromised hosts. Where telemetry intersects with IAM or NHI investigations, a common schema makes correlation faster and audit trails cleaner. Practitioners should extend the pattern into identity-sensitive investigations where context freshness matters.

Streaming decision layers will matter more than static enrichment stores. The direction of travel is clear: pipeline-native intelligence, not post-hoc lookup, is becoming the more useful operating model for SOC workflows. That does not eliminate the SIEM, but it changes what the SIEM should receive. High-confidence, pre-classified events belong on the hot path, while the long tail belongs in lower-cost storage for forensics and compliance. Practitioners should redesign around decision timing, not just data retention.

What this signals

Schema-first enrichment is becoming a governance issue, not just a SOC efficiency issue. Once teams standardise telemetry and intelligence in the same event model, they can make control decisions earlier in the pipeline and keep high-value context out of expensive ingest paths. That same discipline helps identity-sensitive investigations because the pipeline can preserve how an event was classified, not just that it was flagged.

Pipeline-native context will reshape how SOCs think about detection quality. The practical measure is no longer only alert volume, but how early the organisation can distinguish signal from noise before data is indexed. Teams that still rely on query-time enrichment will keep paying for uncertainty, while teams that enrich in motion can route telemetry based on confidence, not guesswork.

Secrets and identity governance face the same pattern pressure. Fragmented control surfaces create the same operational problem whether the asset is a secret, a workload identity, or a threat-intelligence record. Where the environment already contains multiple control planes, the next step is not more tools, but a smaller number of authoritative schemas and lifecycle rules.


For practitioners

  • Normalize telemetry to OCSF first Map DNS, proxy, network, and endpoint feeds into a shared OCSF structure before introducing enrichment logic, so the same routing rules work across sources and destinations.
  • Move threat enrichment into the pipeline Use lookup tables or streaming joins to attach intelligence before SIEM ingestion, then reserve query-time lookup for exceptional investigations that need live depth.
  • Separate hot-path and long-tail retention Route high-confidence matches to detection workflows and send low-value or unmatched telemetry to the lake for retrospective hunting and compliance retention.
  • Keep live indicator lookups for triage only Use live operators when an analyst needs WHOIS, ASN, DNS answers, or GeoIP on a specific indicator, but avoid making every event depend on a per-event API call.

Key takeaways

  • Moving enrichment upstream changes threat intelligence from a lookup step into a routing control.
  • OCSF alignment makes telemetry, enrichment, and detection repeatable across multiple pipelines.
  • Teams that classify events before SIEM ingestion can reduce waste, improve triage, and preserve deeper context for investigation.

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 SP 800-53 Rev 5 and CIS Controls v8 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0DE.CM-1Continuous telemetry monitoring is central to pipeline-native enrichment.
NIST SP 800-53 Rev 5SI-4System monitoring covers the detection and triage outcomes of enriched telemetry.
CIS Controls v8CIS-8 , Audit Log ManagementLog handling and enrichment sit inside the audit-data control plane.
MITRE ATT&CKTA0007 , Discovery; TA0010 , ExfiltrationThe article's context focuses on adversary infrastructure and time-sensitive indicators.

Map indicator enrichment to discovery and exfiltration detections that rely on fresh context.


Key terms

  • OCSF: The Open Cybersecurity Schema Framework is an open model for describing security events, findings, and objects in a common structure. It lets vendors map their telemetry into a shared language so downstream analytics, investigations, and automation can work across sources more consistently.
  • Upstream Enrichment: The practice of attaching threat context before telemetry is stored, billed, or handed to downstream analytics. Instead of waiting for SIEM queries or batch jobs, the pipeline enriches events in motion so routing and detection decisions are made with fresher context.
  • Lookup Table Enrichment: A streaming pattern where the pipeline maintains an indicator-keyed cache of intelligence and uses it to enrich incoming events at scale. It is the preferred approach when many telemetry records need the same context without making a separate API request for each one.

What's in the full article

TENZIR's full blog covers the operational detail this post intentionally leaves for the source:

  • The exact TQL pipeline patterns used to map alphaMountain responses into OCSF OSINT Inventory Info events.
  • The lookup-table update flow that keeps intelligence fresh without a per-event API call.
  • The enrichment and routing logic that separates high-severity detections from long-tail lake retention.
  • The live lookup path for deeper WHOIS, ASN, GeoIP, and passive DNS context during investigations.

👉 TENZIR's full post covers the pipeline operators, lookup-table design, and routing examples in detail.

Deepen your knowledge

NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It is designed for practitioners who need to connect identity control with broader security operations.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org