Critical infrastructure companies face a workforce challenge that no software tool can solve alone: the people who run industrial systems rarely have cybersecurity skills, and the people who have cybersecurity skills rarely understand industrial systems. As cyber threats against operational technology (OT) environments escalate — and as the EU's NIS2 Directive, US NERC CIP, and equivalent frameworks worldwide tighten compliance requirements — this gap is becoming a board-level risk.

The Reality on the Ground

OT teams are lean by design. Process automation engineers spend their days improving control logic, calibrating instruments, fine-tuning control loops, and keeping plant operations running. They are skilled, experienced, and stretched. Cybersecurity was never part of their role — until now.

When OT security programmes are launched, the most common approach is to bring in IT security professionals to implement controls. This makes sense on paper. In practice, IT professionals face a steep learning curve: OT systems run on different protocols (Modbus, PROFINET, DNP3), operate under different constraints (a PLC cannot simply be patched during a maintenance window), and carry safety implications that enterprise IT does not. Recommending a control that makes sense in an IT context can cause a production outage — or, in the worst case, a safety incident.

The result is friction, slow progress, and security measures that are either poorly implemented or quietly bypassed by operations teams who cannot afford the disruption.

Diagram 1 — The OT Security Skills Gap
graph TB subgraph OT["OT / Automation Engineers"] A1[Process Control & SCADA] A2[Safety Systems & Availability] end subgraph IT["IT Security Professionals"] B1[Threat Detection & SOC] B2[Vulnerability Management] end subgraph Gap["⚠ The Gap — Where Risk Lives"] C1[OT Network Visibility] C2[Remote Access Control] C3[Patch & Change Management] C4[OT Incident Response] end OT -->|Deep system knowledge| Gap IT -->|Security methodology| Gap Gap --> D[Unmanaged Risk] style OT fill:#eff6ff,color:#1e3a5f,stroke:#1e3a5f style IT fill:#f8fafc,color:#1e3a5f,stroke:#64748b style Gap fill:#fff1f2,color:#991b1b,stroke:#fca5a5 style A1 fill:#dbeafe,color:#1e3a5f,stroke:#3b82f6 style A2 fill:#dbeafe,color:#1e3a5f,stroke:#3b82f6 style B1 fill:#e2e8f0,color:#1e3a5f,stroke:#94a3b8 style B2 fill:#e2e8f0,color:#1e3a5f,stroke:#94a3b8 style C1 fill:#fee2e2,color:#7f1d1d,stroke:#dc2626 style C2 fill:#fee2e2,color:#7f1d1d,stroke:#dc2626 style C3 fill:#fee2e2,color:#7f1d1d,stroke:#dc2626 style C4 fill:#fee2e2,color:#7f1d1d,stroke:#dc2626 style D fill:#dc2626,color:#ffffff,stroke:#991b1b

Why the Board Is Right to Pay Attention

Three forces are making OT security a board-level issue, not just an operational one.

Rising attack volume targeting OT globally. Attacks on industrial systems are no longer rare events — they are a regular occurrence across every region and sector. The Ukraine power grid attacks of 2015 and 2016 were the first confirmed cyberattacks to cause civilian power outages. TRITON/TRISIS (2017) targeted Safety Instrumented Systems at a petrochemical facility in Saudi Arabia — the first malware explicitly designed to cause physical harm. Norsk Hydro (Norway, 2019) was forced to switch aluminium smelters to manual operation after LockerGoga ransomware spread across its global network. Colonial Pipeline (US, 2021) triggered a regional fuel emergency. In each case, the gap between IT and OT teams was a factor in how far the attack spread and how long recovery took.

IncidentLocationYearImpact
Ukraine Power Grid AttackUkraine2015–16225,000 homes lost power; first confirmed OT cyberattack
TRITON / TRISISSaudi Arabia2017Safety systems targeted; designed to cause physical failure
Norsk Hydro / LockerGogaNorway (global)2019Aluminium production halted; ~$71M recovery cost
Colonial PipelineUnited States20216-day fuel supply disruption across US East Coast
Oldsmar Water TreatmentUnited States2021Attacker raised sodium hydroxide levels 111×
German Wind Energy (ENERCON)Germany20225,800 turbines lost remote monitoring during Ukraine conflict

Tightening regulation across Europe and beyond. The EU's NIS2 Directive covers operators in energy, water, transport, health, and digital infrastructure across all member states. It places explicit obligations on management bodies, not just IT teams: leadership must approve cybersecurity risk measures, receive security training, and can be held personally accountable for systematic failures. Fines reach €10 million or 2% of global turnover. Beyond Europe, the US has sector-specific mandates (NERC CIP for energy, TSA Security Directives for pipelines and rail), Australia has the SOCI Act, and the UK operates its own NIS Regulations. The direction is consistent globally: OT security is now a regulatory obligation, not just good practice.

The disappearing air gap. Remote monitoring, cloud connectivity, and digital transformation initiatives are eliminating the physical separation that used to protect OT networks. Every efficiency gain through connectivity creates a potential attack path. The traditional assumption that OT systems are isolated is no longer valid — and in many industries, it has not been true for years.

The Upskilling Dilemma

The ideal scenario is well understood: process automation engineers who are capable of both running the plant and implementing security. One team, one view, no translation layer between operations and security.

Getting there requires significant investment. Training takes 12 to 18 months to bring an experienced OT engineer to a functional OT security capability. During that window, the risk is not just the cost of training — it is attrition. Upskilled engineers command higher market salaries, and competitors will recruit them.

Upskilling is not the wrong strategy. It means it must be managed deliberately, with retention considered as part of the programme design — not as an afterthought once training is complete.

Diagram 2 — OT Security Training Progression
flowchart TD Start([OT Engineer or IT Security Professional]) Start --> F subgraph F["Step 1 — Foundation · 0 to 3 months"] F1[ICS/OT Security Awareness] F2[Industrial Protocols: Modbus · PROFINET · DNP3 · OPC-UA] F3[OT vs IT Risk: Availability first · Safety constraints] end F --> I subgraph I["Step 2 — Intermediate · 3 to 9 months"] I1[ISA/IEC 62443 Fundamentals] I2[OT Network Monitoring Tools] I3[Risk Assessment for OT Environments] end I --> A subgraph A["Step 3 — Certification · 9 to 18 months"] A1[GICSP — Global Industrial Cyber Security Professional] A2[ISA/IEC 62443 Cybersecurity Certificate] A3[CSSA — Certified SCADA Security Architect] end A --> O subgraph O["Ongoing — Staying Current"] O1[Vendor advisories: ABB · Siemens · Rockwell · Schneider] O2[Sector threat intelligence] O3[Tabletop exercises & OT incident simulations] end style Start fill:#fff7ed,color:#92400e,stroke:#f97316,stroke-width:2px style F fill:#eff6ff,color:#1e3a5f,stroke:#1e3a5f style I fill:#eef2ff,color:#1e3a5f,stroke:#4338ca style A fill:#fff7ed,color:#7c2d12,stroke:#f97316 style O fill:#f0fdf4,color:#14532d,stroke:#16a34a style F1 fill:#dbeafe,color:#1e3a5f,stroke:#3b82f6 style F2 fill:#dbeafe,color:#1e3a5f,stroke:#3b82f6 style F3 fill:#dbeafe,color:#1e3a5f,stroke:#3b82f6 style I1 fill:#e0e7ff,color:#1e3a5f,stroke:#6366f1 style I2 fill:#e0e7ff,color:#1e3a5f,stroke:#6366f1 style I3 fill:#e0e7ff,color:#1e3a5f,stroke:#6366f1 style A1 fill:#ffedd5,color:#7c2d12,stroke:#f97316 style A2 fill:#ffedd5,color:#7c2d12,stroke:#f97316 style A3 fill:#ffedd5,color:#7c2d12,stroke:#f97316 style O1 fill:#dcfce7,color:#14532d,stroke:#22c55e style O2 fill:#dcfce7,color:#14532d,stroke:#22c55e style O3 fill:#dcfce7,color:#14532d,stroke:#22c55e

Who Should Own OT Security?

The most common governance failure is ambiguity. IT security assumes OT is the plant manager's responsibility. The plant manager assumes IT handles cybersecurity. Neither team is accountable, and incidents fall through the gap.

Effective OT security requires a single named owner — a person with accountability that crosses both the operations and security functions.

Diagram 3 — OT Security Governance Structure
graph TD CEO["CEO / Managing Director"] CISO["CISO / Head of Security"] COO["Head of Operations / Plant Manager"] OTSecMgr["OT Security Manager — Single Accountable Owner"] ITSec["IT Security Team"] OTEng["OT / Automation Engineers"] Vendors["Third-Party Vendors & Integrators"] CEO --> CISO CEO --> COO CISO --> OTSecMgr COO --> OTSecMgr OTSecMgr --> ITSec OTSecMgr --> OTEng OTSecMgr --> Vendors style CEO fill:#dbeafe,color:#1e3a5f,stroke:#1e3a5f,stroke-width:3px style CISO fill:#dbeafe,color:#1e3a5f,stroke:#1e3a5f style COO fill:#dbeafe,color:#1e3a5f,stroke:#1e3a5f style OTSecMgr fill:#f97316,color:#1e3a5f,stroke:#c2410c,stroke-width:3px style ITSec fill:#e2e8f0,color:#1e3a5f,stroke:#94a3b8 style OTEng fill:#e2e8f0,color:#1e3a5f,stroke:#94a3b8 style Vendors fill:#fff7ed,color:#92400e,stroke:#f97316

For smaller operators (under 200 employees), a designated OT Security Coordinator — even as a part-time role — is better than no clear ownership. What matters is that one person can be asked "who is responsible for OT security?" and give a clear answer.

For larger operators, a dedicated OT Security Manager with a reporting line to both the CISO and the Head of Operations. This person translates between OT risk language and IT security language, and is empowered to make decisions that affect production schedules.

Key Roles to Build or Source

RoleWhat They DoBuild or Source?
OT Security ManagerOwns the programme, bridges IT and OT, reports to leadershipBuild internally — needs plant context
OT Security AnalystMonitors OT networks, triages alerts, investigates anomaliesCan be outsourced to MSSP initially
OT Security ArchitectDesigns network segmentation, remote access controls, secure design standardsProject-based consultant works well
OT Incident ResponderResponds to OT events without disrupting operationsRetain a specialist firm on retainer
Compliance LeadMaps NIS2 and sector requirements, manages auditsCan be shared with IT compliance function

Managing Vendor and Third-Party Access

Most OT security incidents involve remote access. A vendor connecting to commission, maintain, or troubleshoot a system — with credentials that are too broad, poorly managed, or never revoked — is one of the most common entry points for attackers. Business owners often treat vendor access as a controlled, trusted activity. Credentials shared over email, never changed, and never reviewed are a systematic vulnerability that no monitoring tool can fully compensate for.

Diagram 4 — Vendor Access Control Process
flowchart TD Vendor["Third-Party Vendor"] --> PAM["Jump Server / Privileged Access Management"] PAM --> Approve{Approved Session?} Approve -->|"Yes — time-limited"| Session["Recorded Session — Specific Asset Only"] Approve -->|"No — standing access"| Risk["⚠ Standing Credentials — High Risk"] Session --> OT["OT Network — Controlled Access"] Risk --> OT OT --> Log["Full Audit Log"] Log --> Review["Quarterly Access Review"] Review -->|"Still needed"| PAM Review -->|"No longer needed"| Revoke["Access Revoked"] style Vendor fill:#e2e8f0,color:#1e3a5f,stroke:#94a3b8 style PAM fill:#dbeafe,color:#1e3a5f,stroke:#1e3a5f style Approve fill:#fef9c3,color:#713f12,stroke:#ca8a04 style Session fill:#dcfce7,color:#14532d,stroke:#16a34a style Risk fill:#fee2e2,color:#7f1d1d,stroke:#dc2626 style OT fill:#fff7ed,color:#92400e,stroke:#f97316,stroke-width:2px style Log fill:#e0e7ff,color:#1e3a5f,stroke:#6366f1 style Review fill:#dbeafe,color:#1e3a5f,stroke:#1e3a5f style Revoke fill:#f1f5f9,color:#64748b,stroke:#94a3b8

Minimum controls every operator should have:

Measuring Progress

Workforce management without measurement drifts. These are practical metrics business owners can ask for to track the maturity of their OT security programme.

MetricWhat It ShowsTarget
% of OT engineers with security awareness trainingBreadth of basic capability100% within 12 months
Staff with OT security certificationsDepth of specialist capabilityAt least 1 per site
Vendor access review cadenceThird-party risk governanceQuarterly minimum
Mean time to detect OT anomaliesDetection effectivenessImproving trend quarter on quarter
Tabletop exercises per yearIncident response readinessMinimum 1 per year
NIS2 gap assessment completionCompliance postureCompleted and documented

A 90-Day Starting Plan

Diagram 5 — 90-Day Starter Plan
gantt title OT Security Workforce — 90-Day Starter Plan dateFormat X axisFormat Week %s section Governance Name an OT Security Owner :done, g1, 1, 2 Define roles and responsibilities :g2, 2, 5 Map OT asset inventory :g3, 3, 7 section People Enrol engineers in ISA 62443 Fundamentals :p1, 3, 10 Identify certification candidates :p2, 5, 8 section Process Audit and document all vendor access :pr1, 3, 6 Implement session-based vendor access :pr2, 5, 10 Run first OT tabletop exercise :pr3, 8, 12 section Compliance NIS2 gap assessment :c1, 6, 12 Leadership security briefing :c2, 11, 13

Week 1–2: Name the person accountable for OT security. This single step, more than any tool or policy, changes the conversation across the organisation.

Week 3–7: Build the asset inventory. You cannot protect what you cannot see. Many operators discover equipment during this exercise that nobody knew was connected.

Week 3–6: Audit vendor access. List every third party with access to OT systems. When was that access last reviewed? Are those credentials still active?

Week 3–10: Start training. A single engineer completing ISA/IEC 62443 Fundamentals gives you someone who can speak the language of both operations and cybersecurity. That person becomes a multiplier.

Week 6–12: NIS2 gap assessment. Understand where you stand before regulators or auditors ask first.

What Good Looks Like

Most operators are in the early stages of this journey. That is not a failure — OT security as a formal discipline is less than fifteen years old, and the threat environment has changed faster than most organisations can adapt.

The goal is not perfection. It is deliberate, documented progress: a named owner, a running training programme, a controlled vendor access process, a tested incident response plan, and metrics that tell leadership whether the programme is improving.

The operators who handle incidents best are not the ones with the most technology. They are the ones with people who know the systems, know the risks, and have practised responding together.