Knowledge Vault
ExplainerOT and ICS security

What is OT Security?

Operational technology security in plain English: the asset classes it covers, why availability ranks above confidentiality, and how the leading standards frame it.

Mark Fermor
Mark FermorDirector & Co-Founder, Firevault
4 November 202515 min read
Share
OT security in practice: an industrial control room with SCADA process schematics and operator consoles
Operational technology security protects the systems that monitor and control physical processes, not just the data they generate.
Written by
Mark Fermor, Co-Founder, Firevault
Technical review
Firevault architecture team
First published
4 November 2025
Last reviewed
27 August 2026
Review cycle
At least annually, or following material changes to NIST, NCSC or ISO guidance.

How we built this explainer: Firevault reviewed NIST SP 800-82 Revision 3, the ISA/IEC 62443 series and NCSC UK operational technology guidance, then set out the asset classes, priority ranking and standards landscape that most commonly cause confusion for teams new to OT security.

Operational technology (OT) security is the discipline of protecting the systems that monitor and control physical processes, from a single packaging line to a national electricity grid. It sits alongside IT security as part of an organisation's wider cyber security programme, but it starts from a different set of priorities, a different asset base and a different tolerance for downtime.

This explainer sets out what counts as OT, why the priority ranking is inverted compared with IT security, how safety cases and maintenance windows shape what can and cannot be changed, and how the standards landscape, from NIST to ISA/IEC 62443 to NCSC guidance, maps onto day to day OT security decisions.

What is OT security?

Operational technology is the hardware and software that detects or causes a change in physical processes through direct monitoring or control of physical devices such as valves, pumps, motors and sensors. OT security is the set of practices, controls and architecture decisions that protect that technology from failure, misuse and attack.

NIST SP 800-82 Revision 3 defines OT broadly enough to include industrial control systems, building automation, physical access control systems and other cyber-physical systems. In practice, most organisations use "OT security" and "ICS security" fairly interchangeably, with ICS treated as the industrial subset of the wider OT category.

The OT asset classes

A useful OT security programme starts with a precise inventory of what is actually on the estate. The following asset classes recur across almost every OT and ICS environment.

PLC
Programmable logic controller. Executes the control logic that runs a machine or process step.
RTU
Remote terminal unit. Gathers field data and relays it to supervisory systems, common in distributed sites such as pipelines.
DCS
Distributed control system. Coordinates control across a large, continuous process, typically within one site.
SCADA
Supervisory control and data acquisition. Provides centralised monitoring and control across geographically dispersed assets.
HMI
Human-machine interface. The screen and controls an operator uses to view and act on the process.
Historian
A database that records time-series process data for trending, reporting and forensic analysis.
Engineering workstation
The computer used to program, configure and update controllers and supervisory systems.
Safety instrumented system (SIS)
An independent layer of sensors, logic and final elements that brings the process to a safe state on a defined hazardous condition.

These asset classes typically sit at different levels of a Purdue-style reference architecture, from physical process at the bottom to enterprise IT at the top. For a full treatment of how those levels relate to each other and to network segmentation, see the Purdue Model explainer.

Why availability outranks confidentiality

IT security commonly follows the confidentiality, integrity, availability (CIA) ranking, in that order. Losing confidentiality of a document is usually a serious but contained problem. OT security inverts that ranking to availability, integrity, then confidentiality, because losing availability of a control system can mean losing control of a physical process, which can create a safety event, not just a business one.

IT security

Confidentiality first

  • Confidentiality
  • Integrity
  • Availability

Losing access to a system is disruptive but rarely a safety event.

OT security

Availability first

  • Availability
  • Integrity
  • Confidentiality

Loss of control over a process can create an immediate safety consequence.

IT and OT rank the same three properties in opposite order, and that inversion drives most downstream design decisions.

OT security and the safety case

Many OT environments, particularly those covered by process safety regulation, operate under a documented safety case: an analysis that shows the risks of a process have been reduced to a tolerable level. Security controls that change timing, add network hops or introduce new failure modes must be assessed against that safety case before they are deployed.

This is why a control that is routine in IT, such as an endpoint agent that quarantines a host on suspicious activity, can be inappropriate in OT. An automatic isolation action taken against a controller mid-process could itself cause the unsafe condition the safety case was designed to prevent.

Practical implication: Any OT security control with an automated response action needs sign-off from whoever owns the safety case for that process, not only from the security team.

Patching and maintenance windows

OT assets are commonly in service for fifteen to thirty years, running firmware and operating systems that were current when they were installed. Patching typically requires vendor validation, a planned outage or maintenance window, and in some cases physical presence on site. Continuous, automatic patching of the kind common in IT is rarely available in OT.

Step 1
Vendor releases or validates a patch
Confirms compatibility with the specific control system version in use.
Step 2
Safety and engineering review
Assesses whether the change affects the process safety case or timing behaviour.
Step 3
Maintenance window scheduled
Often planned months in advance, sometimes tied to a full plant shutdown.
Step 4
Backout plan and gold data confirmed
A known good configuration is verified and available before the change is made.
Step 5
Patch applied and process re-validated
Operators confirm normal process behaviour before returning to full production.
A typical OT patch cycle runs through several checkpoints an IT patch cycle does not need.

Protocol realities on the plant floor

OT networks run deterministic industrial protocols, such as Modbus, DNP3, PROFINET and EtherNet/IP, that were designed for reliability and real-time performance rather than authentication or encryption. Many of these protocols have limited or no built-in security, which is why network-level controls, rather than protocol-level fixes, carry much of the security burden in OT.

Introducing a control that adds latency, such as inline deep packet inspection, can itself become a safety issue if it interferes with the timing a process depends on. This is one reason OT monitoring is more often built around passive network taps than inline appliances.

The standards landscape

A small number of references dominate OT security practice internationally. None of them replace the others; most organisations map their controls against several at once, depending on sector and geography.

Reference Origin Primary use
NIST SP 800-82 Rev. 3 United States Guide to OT security architecture, asset classes and controls.
ISA/IEC 62443 series International Security levels, zones and conduits for industrial automation and control systems.
NCSC OT guidance United Kingdom Practical guidance on OT architecture, secure connectivity and asset visibility.
NCSC Cyber Assessment Framework (CAF) United Kingdom Outcome-based framework, mapped against an organisation's OT environment rather than pursued as a pass or fail certification.
The main OT security references and what each one is used for.

A common misunderstanding is treating the CAF as something an organisation can be "certified" against in the way a management system can be certified to an ISO standard. The NCSC CAF is explicitly outcome-based: an organisation and its regulator assess how well existing arrangements achieve the stated outcomes, rather than checking off a fixed list of technical requirements.

OT gold data and recovery assets

Because prevention cannot be guaranteed to succeed, OT security programmes increasingly treat recovery as a first order requirement rather than a fallback. OT gold data is the verified set of configurations, firmware images, PLC logic and engineering documentation needed to rebuild a control system after a fault, misconfiguration or cyber incident.

LOGIC
Controller programs and logic
PLC and DCS programs, including the last known good version.
CONFIG
Device and network configuration
Firewall rules, switch configurations, HMI and historian settings.
FIRMWARE
Firmware and OS images
Verified firmware for controllers, RTUs and engineering workstations.
DOCS
Engineering and safety documentation
As-built drawings, safety case references and change records.
A layered view of what OT gold data typically includes, from controller logic through to full system images.

NIST SP 1800-11 sets out the general principle behind this: recovery depends on having a verified, trustworthy copy of the data and configuration needed to rebuild, separate from the systems that may themselves be compromised.

Practical decision criteria

When assessing an OT security control, the following questions are a useful starting point before any technical detail is decided.

  1. Safety impact. Could this control, or its failure mode, affect the process safety case?
  2. Timing sensitivity. Does the control add latency or jitter that the process cannot tolerate?
  3. Vendor support. Is the change validated by the equipment vendor for this specific system version?
  4. Maintenance window. Can the change be deployed only during a planned outage, and if so, when is the next one?
  5. Recovery position. If the change goes wrong, is a verified gold copy available to restore from?

Limits and failure modes

OT security has real limits that are worth stating plainly. Legacy assets sometimes cannot be patched at all within their remaining service life. Passive monitoring can detect anomalies but cannot always block them without risking the process. Segmentation reduces exposure but does not eliminate the risk of insider error, supply chain compromise or a vendor's remote access credentials being misused.

Because of these limits, most mature OT security programmes accept that some level of compromise is possible and focus proportionate effort on detection, containment and, critically, on being able to recover quickly from a known good state.

How Firevault applies these principles

Firevault's role in an OT security programme is narrow and specific: it protects the OT gold data and recovery assets described above with a physically disconnected copy, so that a verified restore point exists independently of the network that a ransomware attack or destructive event may have compromised. Offline Secure Storage® holds configurations, firmware and engineering documentation in a state that cannot be reached, altered or encrypted over a network connection. Firevault Control governs when a connection to that storage is permitted, so that the data path is closed by default and opened only for a defined recovery or verification operation, consistent with the Disconnect to Protect® principle. This sits alongside, not instead of, the safety, segmentation and monitoring controls described in this explainer.

Key takeaway

OT security starts from a different question than IT security

IT security asks how to keep information confidential. OT security asks how to keep a physical process running safely, which means availability and integrity come first. That single inversion explains most of the practical differences in patching, network design, tooling and recovery planning between the two disciplines.

A credible OT security programme treats the asset inventory, the standards mapping and the recovery architecture as equally important. Without a verified, offline copy of OT gold data, detection and prevention controls are not enough on their own to guarantee a safe and rapid return to production.

Questions

Frequently Asked Questions

Straight answers on how Offline Secure Storage® behaves in practice.

Sources and further reading

Related Firevault guides

About the author

Mark Fermor

Mark Fermor

Director & Co-Founder

Co-founder of Firevault, focused on offline secure storage and protecting individuals and businesses from fraud, fines, loss and damage. Speaker, owner and advisor.

Share this explainer
Share