Why the IT security toolkit does not work on the plant floor, and how to build an OT security programme around the IEC 62443 zone-and-conduit model.
Industrial control system security is not a subset of IT security. The threat model is different, the priorities are different, and, most importantly, the cost of getting it wrong is different. Reinstalling an office workstation is an inconvenience. Halting a production line costs money by the hour, and a security tool that intervenes incorrectly can put people at risk.
This article is about building a security programme in an industrial environment that works with operations rather than against them.
IT security follows the classic CIA priority order: confidentiality, integrity, availability. In OT the order is reversed, availability and human safety come first, confidentiality last. Several practical consequences follow.
You cannot patch on a schedule. Updating PLC firmware requires planned downtime, and there may be one or two windows a year. Many devices are out of vendor support, or an update would invalidate the system's certification. Vulnerability management here is not about patching, it is about compensating controls.
You cannot install agents everywhere. You do not deploy a modern EDR onto an HMI running Windows XP. Many controllers simply will not execute third-party code.
Active scanning can cause damage. A standard network vulnerability scanner is capable of knocking over an older PLC purely by sending it unexpected packets. OT discovery must be passive by default: the asset inventory is built from traffic mirroring and protocol analysis.
The protocols have no authentication. Modbus, DNP3, S7comm and their peers were designed for physically isolated networks. They carry no authentication or encryption, whoever reaches the network can issue commands.
You cannot protect what you do not know about. The overwhelming majority of OT projects stall because it turns out nobody knows exactly what is on the network.
A usable inventory is not a device list. For each item it should record:
The communication matrix is the most valuable part: it reveals that a controller is directly reachable from the office network, or that a maintenance laptop regularly connects without a VPN.
IEC 62443 is the reference standard for OT security. Its most useful element is the zone-and-conduit model: you divide the system into groups with equivalent security requirements (zones) and define precisely what traffic may cross between them (conduits).
The Purdue model layers are a good starting point:
| Level | Contents | Typical zone boundary |
|---|---|---|
| 4–5 | Enterprise IT, ERP | This is IT territory |
| 3.5 | Industrial DMZ | The most important dividing line |
| 3 | Site operations, historian, MES | |
| 2 | SCADA, HMI | |
| 1 | PLC, RTU, controllers | |
| 0 | Sensors, actuators |
In practice the single highest-yield measure is building an industrial DMZ between levels 3 and 4. No traffic should pass directly between the office network and the plant: all data exchange should go through intermediate systems in the DMZ (replicated historian, jump server, file transfer).
Related to this is Security Level (SL) determination: for each zone you decide what capability of adversary it must withstand. Not every zone needs to be SL 3, the classification is risk-proportionate, and this is what makes the programme affordable.
In many plants the entire production floor is a single broadcast domain. That means one infected maintenance laptop can reach every controller.
Segmentation, in order of return:
Remote access deserves particular attention: supplier maintenance channels are the most common entry points. If a machine builder connects with their own VPN directly to their equipment, that is an uncontrolled door onto your network.
Once you have the communication matrix, it becomes a baseline. OT traffic is remarkably predictable compared with IT: the same devices talk to the same peers at the same cadence. This means anomaly detection works far better here than in IT environments.
Worth watching:
An IT incident response plan cannot be used unmodified. In OT:
An OT security programme does not get built in six weeks. A workable sequence:
Months 0–3: passive asset discovery, communication matrix, risk assessment, quick wins (default passwords, unnecessary services, undocumented remote access).
Months 3–9: industrial DMZ, IT/OT separation, channelled remote access, continuous monitoring.
Months 9–18: cell-level segmentation, asset hardening, backup and restore programme, OT-specific incident response plan and exercises.
Ongoing: vulnerability management with compensating controls, supplier security, measurement and review.
The order is deliberate: each step builds on the last, and each delivers measurable risk reduction on its own. If you start with segmentation and no asset inventory, you will be writing firewall rules blind, and after the first bad rule, operations will not let you near the network again.
If you want to assess where your OT environment stands, our OT risk assessment follows exactly this logic, and our network segmentation service covers implementation of the zone model.
Operational technology and industrial control system security, protecting critical infrastructure from…
Network Segmentation (OT-specific service. Purdue-model zones, secure conduits, IT/OT boundary defense)…
Why conventional antivirus and EDR fail on the plant floor, and the principles OT-specific endpoint…
Our specialists are happy to discuss what this means in your organisation's environment.