Join our Newsletter — 33% off our NHI Course

What breaks when OT telemetry is not fully normalised before security tools use it?

Security tools lose context, coverage becomes uneven, and teams pay for detection on an incomplete feed. Normalisation is what turns raw protocol traffic and machine events into data that can be searched, correlated, and retained efficiently. Without it, the plant may be secure on paper but still blind to maintenance abuse or intrusion.

Why OT Normalisation Is a Security Control, Not a Data Cleaning Step

ot telemetry only becomes useful to security tooling when it is consistent enough to be indexed, compared and trusted across assets, plants and time. Raw protocol fields, vendor-specific naming and inconsistent timestamps can make the same event look different to each tool, which weakens alert logic, trend analysis and retention efficiency. The result is not just noisier dashboards, but a narrower security picture that can miss abuse of maintenance paths, abnormal controller changes or low-and-slow intrusion activity. The operational issue is often discovered only when teams try to investigate a real event and find the evidence is fragmented. In practice, many security teams discover their normalisation gaps only after an incident forces them to reconstruct what the tools should already have understood.

How It Works in Practice

Normalisation sits between the plant data sources and the security stack. Its job is to translate raw telemetry into a shared structure with stable asset identity, event categories, timestamps, protocol context and severity fields. When that layer is incomplete, security tools may still ingest data, but they cannot correlate it reliably across zones, sites or vendors. That affects detection engineering, retention strategy and reporting accuracy at the same time.

Well-run OT normalisation usually focuses on a few concrete outcomes: consistent asset naming, protocol-aware parsing, timestamp alignment, event enrichment and field mapping that preserves enough context for downstream detection. Without that, one platform may see a routine engineering action, another may see an unknown device interaction, and a third may discard the event entirely because the field structure does not match its parser. The practical failure is that teams assume coverage exists because traffic is visible, when the security tool cannot actually reason over that traffic.

  • Preserve protocol context so security rules can distinguish normal engineering traffic from unusual control actions.
  • Align asset identifiers across historian, SIEM and OT monitoring platforms so correlation does not depend on manual translation.
  • Standardise timestamps early, because drift and timezone mismatch can break event ordering during investigations.
  • Keep the raw record available, but use a normalised layer for search, alerting and retention policies.

Normalisation also reduces storage waste, which matters in OT environments where high-volume telemetry can otherwise force short retention windows. The guidance breaks down when plants rely on bespoke vendor parsers for every site and never test whether those parsers preserve the fields that detection logic actually needs.

Common Variations and Edge Cases

Tighter normalisation often increases engineering overhead, so organisations have to balance detection fidelity against the cost of maintaining parsers, mappings and asset dictionaries across mixed OT estates. The trade-off becomes sharper in brownfield environments, where legacy controllers, proprietary protocols and site-specific naming conventions are common.

One common edge case is partial normalisation, where only high-value protocols or critical lines are mapped cleanly. That can be acceptable if the team knows exactly what remains blind, but it should be treated as a coverage decision rather than a completed control. Another edge case is over-normalisation, where too much protocol detail is collapsed away and the security team loses the distinguishing context needed to identify misuse versus routine operations. Current guidance suggests preserving enough raw fidelity for forensics while normalising the fields required for detection and correlation.

Another boundary condition is outsourced monitoring. If the provider receives already-transformed telemetry, the organisation must still verify that the transform preserves operational meaning, not just a schema that looks convenient for reporting. The hardest failures usually occur where engineering, operations and security each assume the other team owns the data model, so no one validates whether security tooling is actually seeing the plant accurately.

Risk and Threat Considerations

Incomplete OT normalisation creates a visibility and detection risk, because the security stack may be ingesting data that is technically present but operationally unusable. That weakens anomaly detection, incident reconstruction and alert correlation, especially where attacker activity blends into legitimate maintenance or engineering traffic.

Failure mechanism: The weakness appears when raw telemetry fields are inconsistent across devices, sites or protocols, so parsers, correlation rules and retention logic cannot reliably interpret events. Attackers and insiders benefit from that ambiguity because low-and-slow changes, abnormal commands or repeated access attempts can be split across malformed or mismatched records instead of forming a clear signal.

Impact: Teams lose coverage on the very events they need to investigate most, including plant changes, unusual access patterns and control-system abuse. That can delay detection, reduce confidence in the evidence trail and leave organisations with monitoring that looks comprehensive but cannot support a trustworthy incident timeline.

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 CIS Controls v8 and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
CIS Controls v8 8 — Audit Log Management OT telemetry normalisation directly affects log quality, parsing and usable audit context.
Recommendation — Standardise OT log fields so security tooling can correlate and retain events reliably.
NIST CSF 2.0 DE.CM — Continuous Monitoring Normalised telemetry is required for continuous monitoring across OT assets and zones.
RS.AN — Analysis Incident analysis depends on consistent event structure, timestamps and asset context.
PR.PT — Protective Technology Telemetry pipelines and parsing layers are protective technology supporting OT visibility.
Recommendation — Normalize telemetry before monitoring so detections reflect consistent plant activity. Preserve enough normalised context to support accurate OT incident analysis. Implement validated parsing and enrichment layers that keep OT security data usable.
MITRE ATT&CK T0848 — Manipulate I/O Image OT visibility gaps hinder detection of adversary actions against control-system telemetry.
Recommendation — Map OT detections to control-system manipulation patterns that normalised telemetry can reveal.

Practitioner Guidance

What to prioritise: Treat normalisation as part of the detection control plane, not as a pre-processing convenience. The first priority is the telemetry that supports correlation, alerting and investigation, especially across critical assets and remote access paths.

What to verify: Validate that security tools preserve source protocol, asset identity, timestamp integrity and event meaning after transformation. A parser that “ingests successfully” is not enough if the resulting record cannot answer who did what, where and when.

Decision rule: If a telemetry source cannot be normalised consistently, scope it explicitly as a coverage gap and avoid relying on it for high-confidence detections until the mapping is fixed. Partial visibility is acceptable only when it is named, measured and compensated for with other controls.

Practitioner takeaway: The real objective is not perfect data cleanliness, it is trustworthy machine-readable context that lets detection logic and investigators see the same plant behaviour the same way every time.