You can't ship IT playbooks to the plant because operational technology inverts security's core priority: safety and availability outrank confidentiality, patch windows are measured in years rather than weeks, and a device can't simply reboot mid-shift. IEC 62443 zones and conduits, not endpoint patching, become your primary control — and that reshapes your product requirements before design lock.
Quick answer: OT security ranks safety and availability above confidentiality (the reverse of IT's CIA triad), organizes trust using the Purdue model and IEC 62443 zones/conduits, and compensates for unpatchable, decade-long-lived devices with network isolation rather than software updates.
Why OT Security Flips the CIA Triad Upside Down
IT security ranks confidentiality first because leaked data is the primary business risk; OT security ranks availability and safety first because a stalled line or a compromised safety system can halt production, wreck equipment, or hurt someone. That inversion — sometimes written AIC instead of CIA — is the mental-model shift every PM needs before writing a single security requirement.
In an IT breach, the worst case is usually data exposure, reputational damage, or a costly incident-response bill. In an OT breach, the worst case is a press that keeps stamping with a jammed die, a boiler that overpressurizes, or a robot arm that doesn't stop when a technician steps into its cell. NIST SP 800-82, the federal government's guide to industrial control systems security, formalizes this reordering explicitly, and it's the reference architecture most OT security programs still build from.
Two real incidents make the point concrete. Stuxnet (2010) didn't try to steal data from Natanz's centrifuges — it manipulated physical process values while hiding that manipulation from operators, because the attacker's goal was physical damage, not confidentiality loss. TRITON/TRISIS (2017) went further, specifically targeting a Schneider Electric Triconex safety instrumented system — the layer whose entire job is preventing catastrophic failure. Attackers increasingly treat safety systems as the objective, not a side effect.
This changes what "secure" means in a requirements doc:
- Availability requirements outrank confidentiality requirements — a control loop that fails safe but stops the line is often an acceptable trade; a control loop that silently keeps running with falsified data is not.
- Safety instrumented systems (SIS) need independent security controls, isolated from the systems they're meant to guard against.
- The operator's actual job to be done is keeping the line running, not exchanging encrypted telemetry — a framing our complete guide to Jobs to Be Done can help you apply when you're prioritizing which security requirement earns a place in the spec versus which one just feels thorough.
| Dimension | IT security priority | OT security priority |
|---|---|---|
| Top-ranked property | Confidentiality | Safety, then availability |
| Typical patch cadence | Days to weeks | Months to years, tied to planned outages |
| Acceptable failure mode | Restart, rollback, redeploy | Line stoppage or physical/human harm |
| Historical attacker goal | Data exfiltration | Disruption or sabotage of a physical process |
| Typical device lifespan | 3-5 years | 15-25 years |
The table's takeaway: almost every IT security default — patch fast, assume you can reboot, protect the data — is the wrong default on the plant floor, and a requirements doc that imports them unexamined will fail its first real review with a controls engineer.
The Purdue Model: Mapping Where Your Product Actually Sits
The Purdue model matters to you because it tells you, level by level, which network your connected product is allowed to touch — and every connected feature on your roadmap is implicitly a proposal to cross one of those levels. Get the level wrong and you've proposed a security incident, not a feature.
Developed at Purdue University by Theodore J. Williams and later folded into the ISA-95 standard, the Purdue Enterprise Reference Architecture splits a plant into layers by function and trust, not by IP subnet convenience. NIST SP 800-82 uses it as the reference model for nearly every ICS security discussion since. If you're new to how IIoT products actually sit inside a plant, our complete guide to manufacturing IIoT products is a useful primer before layering security on top.
| Level | Function | Typical assets | Who usually "owns" it |
|---|---|---|---|
| 5 | Enterprise network / cloud | ERP, corporate email, internet | IT |
| 4 | Business logistics | Scheduling, reporting, business intelligence | IT |
| 3.5 | Industrial DMZ | Jump servers, historians replicas, patch relays | Shared IT/OT |
| 3 | Site operations | MES, historian, engineering workstations | OT/controls |
| 2 | Supervisory control | SCADA, HMI | Controls engineers |
| 1 | Basic control | PLCs, DCS, RTUs | Controls engineers |
| 0 | Physical process | Sensors, actuators, motors, valves | Controls engineers |
Most connected-product friction shows up at exactly one seam: Level 3.5, the industrial DMZ, which exists precisely so nothing at Level 4/5 ever talks directly to Level 0-2. A digital twin that needs live sensor data, for example, should be built to consume a replicated feed staged in the DMZ or Level 3 historian — not to reach directly into Level 1 controllers, a distinction our guide to digital twins as a factory system model walks through in more detail.
A requirement that reads "pull data directly from the PLC" should be read by a security reviewer as "open a hole in the DMZ" — because that's what it actually asks for.
IEC 62443 Zones and Conduits: Designing Trust Boundaries, Not Just Firewalls
IEC 62443 matters because it gives you the vocabulary and the target-setting method — zones, conduits, and Security Levels — to turn "make it secure" into a requirement you can actually verify, instead of a feeling you can only argue about after an incident.
Originally developed by the ISA99 committee at the International Society of Automation and later adopted jointly with the International Electrotechnical Commission, the standard defines a zone as a grouping of assets that share the same security requirements, and a conduit as the communication path connecting two zones. Every conduit is assigned a target Security Level (SL-T), rated 0-4, based on the sophistication of adversary it needs to resist — from casual misuse (SL-1) up to a well-resourced, motivated attacker with ICS-specific expertise (SL-4).
A typical plant separates zones by cell, line, or safety function, not just by "OT" versus "IT":
- Enterprise zone — corporate IT, lowest trust from the plant's perspective.
- Industrial DMZ zone — the mandatory buffer; nothing crosses it in one hop.
- Site operations zone — MES, historians, engineering workstations.
- Cell/area zones — one per production line or work cell, isolated from each other so a compromise in Line 3 can't reach Line 1's PLCs.
- Safety zone — SIS and safety controllers, held to the highest
SL-Tand kept isolated even from the basic-control zone it protects.
Here's the requirements-writing consequence: every new connected feature is a proposed conduit, and a proposed conduit needs a stated SL-T and a threat model before an engineer writes a line of firmware. A remote-monitoring dashboard, an OTA update channel, and a predictive-maintenance feed are each, architecturally, a new hole through a zone boundary — convenient framing when a controls engineer asks "why does this need a security review," because the honest answer is "because it's a conduit, and every conduit needs one."
That tension is easiest to see with predictive maintenance, often the first IIoT use case a roadmap greenlights. Pulling vibration and temperature data off Level 0-1 sensors to feed a cloud analytics model means opening a conduit out of a cell zone.
That's a real cost, one that has to be weighed honestly against the return — a trade our piece on the business case and ROI for predictive maintenance covers from the value side. The security side of that same trade is a SL-T and a segmentation plan, not an afterthought bolted on once the pilot works.
Patch Windows Measured in Years: Compensating Controls for the Devices You Can't Touch
Patching isn't your primary OT defense because you often can't do it: PLCs and RTUs run 15-25 years, vendor support frequently lapses long before the hardware is replaced, and any firmware change can trigger a full safety re-certification. So the primary control shifts from "patch the device" to "isolate the device and watch what crosses its boundary" — compensating controls that assume the endpoint stays vulnerable indefinitely.
SANS's annual ICS/OT security surveys have for years found patch management and asset visibility ranked among practitioners' top operational constraints. A recurring share of respondents report that a meaningful portion of their ICS inventory simply cannot be patched without a certified vendor change window.
Meanwhile, Dragos's annual OT threat reports have tracked a steadily growing number of ransomware groups explicitly naming industrial and OT-adjacent victims — most of it still landing on IT systems that happen to sit upstream of a plant. That's exactly why the IT/OT boundary itself, not any single endpoint, is the control that has to hold.
A compensating-control stack that PMs should expect to see specified, in rough order of how often it shows up in a real segmentation plan:
- Network segmentation and zone isolation (covered above) as the foundation — if nothing else works, this has to.
- Application allow-listing on HMIs and engineering workstations, so an unpatched OS is at least constrained to running only known-good executables.
- Unidirectional gateways (data diodes) for one-way telemetry out of a cell zone, physically incapable of carrying a command back in.
- Passive, protocol-aware monitoring tuned for
Modbus,DNP3, orEtherNet/IP— active vulnerability scanning is a real operational risk here, since a scan built for IT hosts can crash a fragile PLC that was never designed to field unexpected traffic. - Change control tied to planned outages — patches, when they do happen, ride along with a scheduled turnaround, not a Tuesday.
None of this is exotic; it's the standard answer to "how do we secure something we can't update." The requirement it produces for you as a PM is blunt: your spec needs a compensating-control section, not a patch-cadence SLA, for anything that will run inside a cell zone.
Case in Point: Segmenting a Retrofit Gateway from the Control Network
A retrofit gateway — the box you bolt onto an existing CNC machine or older line to add remote monitoring or a predictive-maintenance feed — is the single most common way a well-intentioned IIoT project accidentally builds a straight line from the internet to a safety-critical PLC. Getting its placement right is a worked example of everything above.
The failure mode looks reasonable on a whiteboard. An installer plugs the gateway into the nearest open port on the same switch as the PLC, assigns it an IP on the control VLAN, and connects its cellular or Wi-Fi uplink for remote access. It works in the pilot. It also means a single compromised gateway — or one contractor's forgotten default password — now bridges the open internet directly to Level 1, skipping every layer the Purdue model exists to enforce.
The version that actually respects zones and conduits looks different:
- Place the gateway in its own cell/area zone, not inside the control VLAN it's monitoring.
- Tap the PLC via a mirrored/SPAN port on a managed switch, or a passive network tap, so the gateway only ever receives copies of traffic — it has no path to send commands back.
- Terminate the cellular/internet uplink before the control network, ideally through a unidirectional gateway or a firewall with a protocol allow-list scoped to one destination and one port.
- Give the gateway device-unique credentials, never a shared fleet-wide password baked into a golden image.
- Assign the resulting conduit an explicit
SL-Tand document it in the spec, so the next engineer who touches this line inherits a decision, not a mystery.
The physical install matters as much as the architecture. A technician standing at a dusty, poorly lit panel with gloves on will take the path of least resistance — plugging into "the free port right there" — unless the retrofit kit itself makes the correct port physically obvious and the wrong one physically awkward.
That's a UX problem as much as a security one, covered in our guide to designing factory-floor UX for harsh environments. The safest architecture on paper still fails if the install workflow tempts a rushed technician into the shortcut.
Rewriting Your Product Requirements for OT Reality
A connected industrial product's requirements doc needs a zone placement, a target Security Level, an explicit list of conduits, and a compensating-control plan before design lock — not a "security" appendix added after engineering has already built the thing. Retrofitting security into deployed OT hardware is dramatically more expensive than retrofitting it into shipped software, because the hardware might sit on a factory floor for two decades.
Concretely, that means your spec should answer, for every connected capability:
- Which zone does this feature's data originate in, and which zone does it terminate in?
- What is the target Security Level (
SL-T) for the conduit this creates? - What happens on failure — does the feature fail closed, fail open, or fail into a degraded-but-safe mode, and who signed off that this is acceptable?
- Who owns this conduit after launch — plant IT, the controls engineering team, or your vendor's security function — because "shared" ownership without a named owner is how compensating controls quietly rot.
It also means designing for the day something does go wrong, not just the day it doesn't. Map the actual journey a plant operator or technician walks when a security event — or a false alarm that looks like one — halts a line: what they see, who they call, how long the ambiguity lasts before someone with authority actually stops the line.
Our guide to mapping the customer journey is built for commercial products, but the same discipline applies: walk the real sequence of moments, not the idealized one. An operator's stress and confusion during a live event is itself part of the failure mode you're designing against.
Key Takeaways
- OT security inverts IT's CIA triad — safety and availability outrank confidentiality, so your requirements should too.
- The Purdue model tells you which network layer your feature is allowed to touch; treat any request to cross a layer as a security decision, not a wiring detail.
- IEC 62443 zones and conduits, plus a target Security Level (
SL-T), turn "make it secure" into something you can actually specify and verify. - Long device lifespans (15-25 years) mean patching can't be your primary control — compensating controls like segmentation, allow-listing, and unidirectional gateways have to carry that load instead.
- A retrofit gateway is the most common way a real project accidentally bridges the internet to a safety-critical PLC — its placement, tap method, and credential design deserve as much scrutiny as the feature it enables.
- Security requirements belong in the spec before design lock, with a named conduit owner and a documented failure mode, not as an appendix added after the fact.
Frequently Asked Questions
What is IEC 62443 and why does it matter for product managers?
IEC 62443 is the international standard family for industrial automation and control systems security, defining zones, conduits, and Security Levels (SL-T 0-4). It matters to PMs because it's the vocabulary your controls-engineering and security stakeholders already use — writing requirements in that language gets your spec taken seriously in review.
Is OT security the same thing as ICS security?
They largely overlap: ICS (industrial control systems) is the technology being protected, while OT (operational technology) is the broader category of systems that run physical processes, including ICS. In practice, most security programs use the terms interchangeably, and NIST SP 800-82 covers both under one guide.
How often should OT devices actually be patched?
Less often than IT security instincts suggest — sometimes only during scheduled outages that come around once a year or less, because a firmware change can force a full safety re-certification. Between those windows, network segmentation and monitoring, not patching, are the controls actually doing the work.
What's the real difference between a zone and a conduit in IEC 62443?
A zone is a group of assets that share a security requirement and trust level, like one production cell or the safety-instrumented layer. A conduit is the communication path connecting two zones, and every conduit gets its own target Security Level based on what it needs to resist crossing that boundary.
Can product managers just reuse IT security frameworks for connected industrial products?
Not directly — frameworks built around confidentiality-first thinking and fast patch cycles will misprioritize the risks that actually matter on a plant floor. Use IT frameworks for the enterprise-facing layers of your product, and the Purdue model plus IEC 62443 for anything that touches Level 0-3.