All posts

IEC 62443 for Teams That Have to Ship

IEC 62443 is comprehensive, which is its strength and the reason it so often becomes a binder on a shelf. Here is how to turn it into decisions a team can actually act on while still delivering.

Start with zones and conduits

The single most useful idea in the standard is the zone and conduit model. Group assets that share a security level into zones, and treat every path between zones as a conduit that must be deliberately defined and controlled. This maps cleanly onto the Purdue model and gives you a concrete way to reason about your network instead of staring at a flat list of devices.

Once you think in zones and conduits, the hard questions become answerable. What talks to what? Through which conduit? With what controls on that conduit? If you cannot answer those, that is your first project, not a documentation exercise.

Segment for real

Segmentation is where the standard becomes physical. A proper OT DMZ between the control network and the business network means no direct path from the enterprise into the systems running the process. Data crosses through brokers and historians that you control, not through a firewall rule someone opened for a vendor in 2019 and forgot.

  • Define zones by security level and conduits by necessity, not convenience.
  • Stand up an OT DMZ so nothing on the business side talks directly to control systems.
  • Default to deny on every conduit and open only what the process requires.
  • Monitor passively so you gain visibility without injecting risk into control traffic.

Zero trust, applied to OT

Zero trust sounds like an IT buzzword, but in OT it means something specific and useful: stop trusting a device just because it is on the network. Authenticate and authorize traffic between zones rather than assuming a flat, trusted LAN. This is a posture, not a product, and you can move toward it incrementally without re-architecting everything at once.

Compliance is the byproduct of a defensible architecture, not the goal you design toward.

Ship it

The teams that succeed with 62443 do not try to implement the entire standard in one pass. They use it as a map, pick the highest-risk gaps, and close them in priority order. Segmentation first, because it bounds the blast radius. Visibility next, because you cannot defend what you cannot see. The binder full of policies comes last, and it describes what you built rather than what you wished for.

Back to all posts Talk it through ->