Academy Program

OT & Industrial Systems Security

The engineering reality of securing industrial control systems: why IT security thinking does not transfer directly, how segmentation actually works, and how vendors, IoT, and physical access change the threat model.

OT/ICS engineers, architects, and security analysts 2 courses 8 lessons 48 minutes
Learning Path

Structured program journey.

Every program uses this fixed template so admin-created content appears as a polished, consistent Academy experience without editing code.

OT/ICS Security Foundations

The core mental model every OT security program needs: why IT and OT priorities differ, how the Purdue model organizes an industrial network, and what actually breaks when an ICS protocol is abused.

IT vs OT: Why Traditional Cybersecurity Doesn't Just Transfer

The single biggest mistake an experienced IT security professional makes on their first OT project is assuming the same instincts apply. They mostly do not, and understanding why is the foundation of every good OT security decision that follows. In IT, patching quickly is almost always the right default response to a vulnerability. In OT, patching a controller that has been running a specific firmware version for eight years, validated against a specific safety case, can introduce more operational risk than the vulnerability itself -- an untested patch that causes an unplanned outage in a live process can be far more damaging than a theoretical exploit that has never been seen against that asset. This is why OT patching decisions are usually made jointly with process engineers, on planned maintenance windows, after compatibility testing -- not pushed automatically overnight. In IT, rebooting a server to apply a fix is routine. In OT, rebooting a controller can mean a physical process stops -- a pump, a valve, a signal -- and depending on the system, that can have safety consequences, not just downtime cost. Availability requirements in OT are often measured in the ability to run continuously for years, not the ability to tolerate brief planned outages. In IT, replacing an asset every three to five years is normal. In OT, a PLC or an RTU might run for two or three decades, which means many OT environments are permanently running systems that will never receive a vendor security update again -- making network-level compensating controls (segmentation, monitoring, strict access control) far more important than patch management as a primary defense.

6 min Not started
Open

The Purdue Model and Network Segmentation

The Purdue Enterprise Reference Architecture (often just called 'the Purdue model') is the classic mental map for organizing an industrial network into layers, and even where a real network does not match it perfectly, it is still the fastest way to reason about where an attack would have to travel to reach something that matters. At the top, Level 5/4 is the enterprise IT network -- email, ERP, general business systems. Level 3 is operations management -- historians, MES systems, engineering workstations that coordinate across the plant but are not directly controlling equipment. Level 2 is supervisory control -- HMIs and SCADA servers that operators actually watch and interact with. Level 1 is basic control -- the PLCs and RTUs directly issuing commands to field equipment. Level 0 is the physical process itself -- sensors, actuators, motors, valves. The security logic of this model is simple: the deeper an attacker has to travel from Level 5 toward Level 0, the more segmentation boundaries, monitoring, and friction they should encounter, because the consequence of compromise increases as you get closer to the physical process. A well-segmented environment does not just have a single firewall between 'IT' and 'OT' -- it has a demilitarized zone (the famous 'Level 3.5 DMZ') that mediates all traffic between the two, with no direct path from the enterprise network straight into Level 1 or 2. Modern architectures increasingly use IEC 62443's zones and conduits alongside or instead of a strict Purdue layer count, especially for distributed environments like substations or pump stations that do not map neatly onto a single-site factory model. But the underlying principle survives either way: distance and friction between the enterprise network and the physical process is the primary defense, not a single perimeter control.

6 min Not started
Open

Common ICS Protocols and Their Weaknesses

Most industrial protocols were designed decades ago for reliability on isolated networks, not for security against a networked adversary -- and understanding their weaknesses is essential for reasoning about what a compromise on an OT network can actually accomplish. Modbus, one of the most widely deployed protocols in industrial environments, has no authentication and no encryption in its classic form: any device that can reach a Modbus server on the network can issue read and write commands, including commands that change output states. This is precisely why network access control matters more than protocol hardening for legacy Modbus deployments -- the protocol itself will not stop an attacker who has network reachability. DNP3, common in utility and substation environments, added optional secure authentication in later revisions, but a large installed base still runs without it, and DNP3 traffic that reaches an unsegmented WAN link (common in geographically distributed utility networks) extends the attack surface far beyond a single site. OPC (and OPC UA, its more modern successor) is used heavily for interoperability between different vendors' systems. OPC UA meaningfully improved on classic OPC by adding authentication and encryption as first-class features, but the security benefit only materializes if those features are actually configured and enforced -- OPC UA can still be deployed insecurely if default or permissive settings are left in place. The practical takeaway for a security program is not to try to 'fix' these protocols -- most cannot be meaningfully hardened at the protocol layer without vendor and lifecycle constraints -- but to treat network segmentation, strict access control, and monitoring for anomalous command patterns as the primary compensating controls.

6 min Not started
Open

Safety, Availability, and the Real Cost of an OT Incident

When people estimate the cost of an OT cybersecurity incident, they often default to IT-style thinking: downtime cost, incident response fees, maybe a regulatory fine. That framing consistently understates the real exposure in critical infrastructure, where the cost model includes categories that simply do not exist in most IT breaches. Safety consequence is the most serious category and the one that most differentiates OT risk from IT risk: an attack that manipulates a safety instrumented system, disables an interlock, or causes equipment to operate outside safe parameters can cause injury or loss of life. This is why safety-critical zones typically receive the strictest security controls and the most conservative change management, even when the underlying technology looks similar to less critical systems. Availability and process consequence come next: a shutdown of a power substation, a water treatment interruption, or a rail signaling outage does not just cost the operator money -- it affects the public the infrastructure serves, sometimes immediately and sometimes over prolonged recovery periods, since restarting some industrial processes safely takes far longer than simply restoring a server from backup. Recovery complexity is its own cost category: OT environments frequently mix legacy and modern equipment, run vendor-specific configurations that are poorly documented, and require physical presence to fully validate that a system is safe to bring back online -- recovery cannot be treated as a purely digital restoration process the way it often can in IT. Finally, trust and regulatory consequence matters at a different scale for critical infrastructure operators: a public-facing incident affecting essential services draws regulatory scrutiny, public attention, and sector-wide response obligations that a typical corporate data breach usually does not.

6 min Not started
Open

Securing Vendor Access, IoT, and the Industrial Edge

The exposure that shows up at the edges of an OT environment: third-party remote access, IoT/IIoT devices, firmware and change control, and the point where physical security and cybersecurity converge.

Third-Party and Remote Vendor Access Risk

A large share of real-world OT incidents trace back to vendor or third-party access, not a direct external attack on the perimeter -- because vendor remote access is frequently the path of least resistance into an otherwise well-segmented environment. The core problem is trust asymmetry: an operator's own network is defended according to the operator's security standards, but the vendor's laptop, the integrator's support tunnel, or the maintenance contractor's remote session is defended according to whatever standard that third party happens to maintain -- which the operator usually cannot verify and often cannot even see. A defensible vendor access program treats every third-party connection as untrusted by default and enforces it structurally, not just contractually: access should be time-bound (enabled only for the duration of the approved work, not left standing), scoped to the specific systems the work requires (not a flat VPN into the whole OT network), monitored and logged independently of the vendor's own systems, and require multi-factor authentication at minimum. It is also worth explicitly separating 'remote access for monitoring/support' from 'remote access for engineering change' -- these carry very different risk profiles and should not share the same access path or approval process. A vendor who only needs to view diagnostic data does not need the same access as a vendor who is authorized to push firmware or configuration changes, and conflating the two is a common and avoidable source of excess privilege.

6 min Not started
Open

IoT and IIoT Device Governance

Industrial IoT devices -- smart sensors, condition-monitoring equipment, connected meters -- bring real operational value, but they also tend to enter facilities outside the normal asset lifecycle process, which is exactly what makes them a governance problem, not just a technical one. Because IIoT devices are often inexpensive, quick to deploy, and driven by an operations or maintenance team rather than IT or security, they frequently show up on the network without going through procurement security review, without a documented owner, and without being added to the asset inventory that the rest of the security program relies on. A device that is not in your inventory cannot be included in your risk register, cannot be monitored intentionally, and cannot be part of your patch or lifecycle planning -- it becomes invisible risk by default, not by anyone's deliberate choice. Effective IIoT governance starts with a simple rule: no device connects to the OT network without a named owner, a documented purpose, and a network segment appropriate to its risk level -- most IIoT sensors have no legitimate reason to sit on the same segment as control system assets, and should be isolated to a dedicated, tightly restricted segment with one-way or heavily filtered communication back into the process network. Many IIoT devices also ship with weak default credentials, limited or no patching mechanism, and cloud connectivity that the operator did not fully evaluate -- meaning the device may be quietly sending operational data outside the facility's control boundary. Vendor security review before deployment, not after an incident, is the only reliable way to catch this.

6 min Not started
Open

Firmware, Patching, and Change Control in Live Environments

Firmware and configuration changes in a live industrial environment are engineering change decisions with a cybersecurity dimension, not IT patch management tasks -- and treating them as the latter is where OT change control programs most often go wrong. A defensible change process for OT firmware or configuration updates includes: verifying the update comes from an authenticated vendor source (firmware supply chain compromise is a real and growing threat vector), testing on a representative non-production system or digital twin before touching live equipment, scheduling the change within an approved maintenance window coordinated with operations, having a validated rollback plan before starting, and recording the change with enough detail that a future audit or incident investigation can reconstruct exactly what changed and why. Unmanaged or undocumented configuration drift is a quieter but equally serious risk: a temporary diagnostic setting enabled during troubleshooting and never reverted, a firewall rule opened for a one-time vendor session and forgotten, or a default account re-enabled during a support call can all silently erode the security posture that a formal risk assessment assumed was in place. Periodic configuration baseline verification -- comparing the live state of critical assets against an approved known-good baseline -- is one of the most effective and underused controls in OT environments precisely because it catches this kind of drift. The underlying principle is that in OT, 'the fastest fix' is rarely the safest fix. A slower, engineering-reviewed, rollback-ready change process is not bureaucratic overhead -- it is the control that prevents a well-intentioned patch from becoming the incident.

6 min Not started
Open

Physical and Cyber Convergence in Critical Facilities

In a critical facility, physical security and cybersecurity are not two separate programs that happen to share a building -- they are two halves of the same protection problem, and treating them independently creates gaps that a determined adversary (or a careless insider) will find. Physical access to a control room, a substation, or an equipment cabinet often bypasses network-layer security entirely: a person with physical access to a PLC can connect a programming cable directly to it, completely outside any firewall, VPN, or network monitoring that the security team spent months designing. This is why badge access logs, cabinet locks, and physical access review for control system spaces deserve the same rigor as network access review -- they are, functionally, the same control category. Building management systems (BMS), physical access control systems (PACS), and video surveillance are themselves increasingly networked, IP-based systems with their own cybersecurity exposure -- a compromised badge reader system or camera network is not just a physical security failure, it is a foothold onto a network that may have further reach into operational systems than anyone realized when it was installed. Converged security governance -- where physical security, facilities, and cybersecurity teams share visibility into access events, incidents, and risk decisions -- consistently catches scenarios that neither team would catch alone: an after-hours badge entry combined with an unusual engineering workstation login, for example, is a much stronger signal together than either event is in isolation.

6 min Not started
Open