SOC 2 Readiness
24/7 Security Monitoring
Canadian-Based SOC
Security Best Practices

OT and ICS Security Best Practices

Protecting industrial control systems where safety and availability come first — without breaking the plant

GuardsArm Security Research7 min read6 chapters

Executive Summary

Operational Technology (OT) and Industrial Control Systems (ICS) run the physical world: power grids, water treatment, manufacturing lines, and building systems. Securing them is not the same as securing IT. In an office, a breach risks data; in a plant, a breach can risk safety, physical damage, and lives. The priorities invert — availability and safety come before confidentiality — and controls that are routine in IT can be dangerous in OT.

This whitepaper sets out best practices for OT/ICS security grounded in the recognized authorities: NIST SP 800-82, the ISA/IEC 62443 family, and CISA's ICS guidance. It explains why IT security cannot be copied wholesale into OT, and offers a pragmatic path to reducing risk in environments where you cannot simply patch on Tuesday or reboot a running process.

In OT, the first question is never 'is it confidential?' It is 'is it safe, and will it keep running?' Every control must respect that reordering of priorities.

The key findings of this paper:

  • OT inverts the IT priority stack to safety and availability first — controls must never jeopardize either.
  • Network segmentation (Purdue model, IT/OT separation) is the highest-value OT control.
  • Legacy systems and patching constraints demand compensating controls, not naive IT practices.
  • ISA/IEC 62443 provides the definitive framework for securing industrial automation across asset owners, integrators, and vendors.

Why OT Security Is Different

The instinct to apply IT security practices directly to OT is understandable — and dangerous. The environments differ in fundamental ways.

Inverted priorities

IT security prioritizes confidentiality, then integrity, then availability. OT reverses this: safety and availability first, then integrity, with confidentiality last. A control that trades a moment of downtime for better security may be fine in IT and catastrophic in a process that must run continuously.

Physical consequences

A compromised OT system can open a valve, stop a turbine, or disable a safety interlock. The impact is physical and potentially life-threatening, not merely a data breach. This raises the stakes and constrains how aggressively controls can be applied.

Long lifecycles and fragile devices

OT equipment runs for decades. Controllers and HMIs often run unsupported operating systems, use proprietary protocols with no authentication, and can crash if merely scanned by an ordinary IT vulnerability scanner. Availability requirements mean you often cannot patch or reboot on demand.

An IT vulnerability scanner pointed at a fragile PLC can cause the very outage it was meant to prevent. OT tools and techniques must be OT-aware.

These differences mean OT security is a discipline of its own — sharing goals with IT security but requiring different methods, tools, and above all, a safety-first mindset.

Know Your Environment: Asset Inventory and Visibility

You cannot protect what you cannot see, and OT environments are notorious for incomplete asset knowledge. Visibility is the foundation.

Build an OT asset inventory

Many operators lack a complete inventory of their controllers, HMIs, engineering workstations, and network devices. Building one is the essential first step — you cannot assess or defend unknown assets. Include device type, firmware version, protocols, and communication relationships.

Use passive discovery

Because active scanning can disrupt fragile OT devices, favour passive monitoring that observes network traffic to identify assets and their communications without probing them. Purpose-built OT monitoring tools understand industrial protocols and can map the environment safely.

Map communication flows

  • Establish which devices legitimately communicate with which others.
  • Identify unexpected or unauthorized connections, especially any path to IT or the internet.
  • Use this baseline to inform segmentation and anomaly detection.

In OT, passive observation is not a compromise — it is the correct method. Safe visibility precedes every other control.

A current, detailed inventory and a map of normal communications transform OT security from guesswork into an evidence-based program, and they are prerequisites for segmentation, monitoring, and incident response.

Segmentation and the Purdue Model

If OT security has a single highest-value control, it is segmentation — separating OT from IT and dividing OT into defensible zones.

IT/OT separation first

Historically, OT networks were isolated. Digital transformation connected them to IT and the internet for efficiency, dramatically expanding the attack surface. Re-establishing strong separation between the IT and OT networks — so an IT breach cannot flow directly into the plant — is the priority.

The Purdue model and zones

The Purdue Enterprise Reference Architecture organizes industrial systems into hierarchical levels, from enterprise IT down through operations, control, and physical process. ISA/IEC 62443 builds on this with zones and conduits: group assets into security zones and control all communication between them through defined, monitored conduits.

The DMZ between IT and OT

  • Place an industrial DMZ between IT and OT so no direct traffic crosses.
  • Broker required data exchange (for example, historian data) through the DMZ rather than allowing direct connections.
  • Apply default-deny between zones and tightly control any remote access.

The compromise of an IT laptop should never be able to reach a controller directly. Segmentation is what guarantees that a plant-floor foothold stays contained.

Well-designed segmentation both limits how far an intrusion can spread and reduces the pressure on fragile endpoint defenses that OT devices cannot support.

Managing Vulnerabilities and Patching Constraints

OT cannot follow the IT patching playbook. Systems must keep running, patches may be unavailable or unvalidated, and downtime is expensive or unsafe. The answer is a risk-based, compensating-control approach.

Patch when you can, compensate when you cannot

Many OT devices cannot be patched promptly — vendors may not release fixes, or patching requires a scheduled maintenance window that comes rarely. Where patching is impractical, apply compensating controls: segmentation, strict access control, application allowlisting, and monitoring around the vulnerable asset.

Prioritize by exposure and consequence

Not every vulnerability matters equally. Prioritize based on whether the asset is reachable, how critical it is to the process, and the safety consequence of compromise. A flaw on an isolated, non-critical device is far less urgent than one on an internet-adjacent controller governing a hazardous process.

Harden and control change

  • Disable unused services and ports; remove default credentials where possible.
  • Enforce application allowlisting on engineering workstations and HMIs, which change rarely and suit allowlisting well.
  • Manage change rigorously — unauthorized changes are both a security and a safety risk.

When you cannot patch, you wrap. Segmentation and allowlisting around an unpatchable device can reduce its risk as effectively as a fix.

This pragmatic stance accepts OT's realities while still driving measurable risk reduction — the opposite of the all-or-nothing patching mindset that fails in industrial settings.

Access Control, Remote Access, and Monitoring

Attackers increasingly reach OT through the same doors legitimate users and vendors use. Controlling those doors, and watching what comes through them, is essential.

Control who can reach OT

Enforce least privilege for OT access, separate OT credentials from IT ones, and require strong authentication. Engineering and administrative access to controllers should be tightly restricted and logged.

Secure remote access

Remote access — for vendors, integrators, and remote operators — is a common intrusion path. Route it through controlled, monitored gateways with MFA; avoid persistent vendor connections; and grant time-bound, least-privilege access rather than standing tunnels into the plant.

Monitor for anomalies

  • Deploy OT-aware monitoring that understands industrial protocols and can flag abnormal commands or communications.
  • Alert on any new or unexpected connection, especially across the IT/OT boundary.
  • Baseline normal operations so deviations stand out.

Prepare for incidents

OT incident response differs from IT: responders must weigh safety and process impact before isolating or shutting anything down. Plan and rehearse OT-specific scenarios in advance.

The safest response action in IT — pull it off the network — can be the most dangerous in OT. Incident plans must be written by people who understand the process.

GuardsArm helps industrial operators secure remote access, deploy passive OT monitoring, and build OT-specific incident-response plans that put safety first.

Governance with ISA/IEC 62443 and Building a Program

Point controls without a framework produce inconsistent results. ISA/IEC 62443 provides the structure to make OT security a governed, sustained program.

The 62443 framework

The ISA/IEC 62443 series is the leading standard for industrial automation and control system security. It defines responsibilities across the ecosystem — asset owners, system integrators, and product suppliers — and concepts such as security levels, zones and conduits, and lifecycle requirements. It gives every party a shared, auditable target.

Shared responsibility across the supply chain

OT security is not the asset owner's job alone. Integrators must deliver secure systems and vendors must build secure products. 62443 makes these responsibilities explicit, which matters because much OT risk enters through third-party equipment and services.

Build the program deliberately

  • Start with asset inventory and a risk assessment to know what you have and what matters.
  • Prioritize segmentation and access control as the highest-leverage controls.
  • Add monitoring, compensating controls, and OT incident response.
  • Govern with 62443 and re-assess as the environment and threats evolve.

OT security is a journey measured in risk reduction, not perfection. Segment first, see clearly, control access, and mature from there.

GuardsArm delivers OT/ICS security assessments, segmentation design, and monitoring aligned to NIST SP 800-82 and ISA/IEC 62443 — reducing industrial risk without compromising the safety and availability the plant depends on.

Key Takeaways

  • 1.OT inverts IT priorities to safety and availability first — no control may jeopardize either, and IT tools can harm fragile devices.
  • 2.Start with a safe, passive asset inventory and communication map; you cannot defend unknown OT assets.
  • 3.Segmentation — IT/OT separation, an industrial DMZ, and Purdue-model zones and conduits — is the highest-value OT control.
  • 4.When patching is impractical, wrap unpatchable devices in compensating controls: segmentation, allowlisting, and monitoring.
  • 5.Govern the program with ISA/IEC 62443, which assigns responsibility across owners, integrators, and vendors.

Sources & Further Reading

  1. NIST Special Publication 800-82, Guide to Operational Technology (OT) Security
  2. ISA/IEC 62443 Series, Security for Industrial Automation and Control Systems
  3. CISA Industrial Control Systems (ICS) Recommended Practices
  4. Purdue Enterprise Reference Architecture (PERA)
  5. MITRE ATT&CK for ICS
  6. NIST Cybersecurity Framework 2.0

Turn this research into a plan

Our team maps findings like these onto your environment and hands you a prioritized roadmap — not another report to file away.

Book a Free Consultation

Related Whitepapers