From IT Security to OT Security: The 8 Levels of ICS/OT Cybersecurity Mastery + Video

Listen to this Post

Featured Image

Introduction

Operational Technology (OT) cybersecurity is often misunderstood as simply “IT security applied to industrial environments.” This misconception can be dangerous—and costly. From power plants and water treatment facilities to manufacturing lines and mines, OT environments require a unique blend of engineering expertise and cybersecurity knowledge where safety and operational continuity take precedence over data confidentiality. Mike Holcomb, a recognized OT/ICS cybersecurity expert, has mapped out an eight-level progression that reveals the true depth of this specialized field—from surface-level understanding to “Omega-level” mastery that includes custom protocol forensics, firmware reverse engineering, and advanced malware analysis.

Learning Objectives

  • Understand the fundamental differences between IT and OT cybersecurity, including why generic IT solutions fail in industrial environments
  • Master the Purdue Model and ISA/IEC 62443 framework for designing secure OT network architectures
  • Learn practical implementation techniques for data diodes, unidirectional gateways, and network segmentation
  • Develop skills in OT threat modeling, anomaly detection, and AI integration for industrial security
  • Acquire hands-on command-line skills for monitoring, scanning, and securing OT/ICS environments

You Should Know

  1. The OT Cybersecurity Maturity Model: From Novice to Omega-Level Expert

Mike Holcomb’s eight-level framework provides a structured roadmap for anyone entering or advancing in OT/ICS cybersecurity:

Level 1 – Surface Level (Brand New to OT): Knowing the differences between OT, ICS, and SCADA. Understanding how traditional IT assets like engineering workstations and data historians are used in industrial plants.

Level 2 – Just Beneath the Surface: Learning how different OT assets work in smaller environments and beginning to distinguish between small and large plant operations.

Level 3 – Intermediate Depth: Understanding the similarities between IT and OT cyber while recognizing where they diverge significantly. Learning the fundamental basics of OT cybersecurity.

Level 4 – Advanced Depth: Tackling advanced challenges like securing remote access for outside parties and monitoring networks for both attackers and vulnerabilities.

Level 5 – Deep Architecture Layer: Designing secure network architectures using ISA/IEC 62443, implementing data diodes, unidirectional gateways, and ACLs with ease.

Level 6 – Pro Layer: Sharing relevant OT threat intelligence, understanding attacker break-in methods, emulating attacks, and identifying anomalous “bad things” against baseline activity.

Level 7 – Abyss Depths: Modeling the latest OT threats specific to your environment, integrating AI in practical ways that meet business goals, and leveraging advanced detection mechanisms.

Level 8 – Transcendence (Omega-level Mutant): Becoming part of the OT/ICS ecosystem itself, performing advanced skills like custom protocol forensics, firmware reverse engineering, and advanced OT malware analysis.

> What Undercode Say:

  • OT cybersecurity requires being part engineer and part cybersecurity expert—a hybrid skillset that takes years to develop
  • The progression from basic understanding to true expertise involves mastering everything from network architecture to AI-driven threat detection
  • Many organizations mistakenly believe generic IT solutions can be “bolted on” to OT environments—this is “very rare” where it’s effective
  1. The Purdue Model and ISA/IEC 62443: Blueprint for OT Network Security

The Purdue Model (ISA-95) provides the foundational architecture for segmenting industrial control systems into logical layers:

| Level | Description |

|-|-|

| Level 0 | Field Devices (sensors, actuators, PLCs) |
| Level 1 | Basic Control (PLCs, RTUs, DCS controllers) |
| Level 2 | Area Supervisory Control (HMIs, SCADA servers) |
| Level 3 | Site Operations (data historians, engineering workstations) |
| Level 3.5 | Industrial DMZ (secure buffer zone) |

| Level 4 | Enterprise Business Network |

| Level 5 | Corporate/External Network |

The ISA/IEC 62443 standard builds on this model, defining how networks and connections should be configured from design through decommissioning. It emphasizes:

  • Zones and Conduits: Grouping assets with common security requirements into zones, with conduits controlling traffic between them
  • Defense-in-Depth: Layered security through multiple protective measures
  • Security Levels: Defined security assurance levels (SL1-SL4) for different system requirements

Step-by-Step Guide: Implementing OT Network Segmentation

  1. Inventory all OT assets – Document every PLC, RTU, HMI, engineering workstation, and data historian
  2. Map to Purdue Model levels – Assign each asset to its appropriate level (0-5)
  3. Define zones – Group assets with similar security requirements (e.g., all Level 1 controllers in one zone)
  4. Establish conduits – Define allowed communication paths between zones
  5. Implement firewalls and ACLs – Enforce traffic rules at zone boundaries

Linux Command Example – Viewing Network Routes and Interfaces:

 View routing table
route -1

Display network interfaces
ifconfig -a
 or
ip addr show

View active network connections
netstat -tulpn
 or
ss -tulpn

Windows Command Example:

 View routing table
route print

Display network interfaces
ipconfig /all

View active connections
netstat -ano
  1. Data Diodes and Unidirectional Gateways: The Ultimate OT Isolation

Unlike firewalls that can be misconfigured or compromised, data diodes provide hardware-enforced one-way data transfer—physically preventing any inbound traffic from reaching critical OT systems.

How Data Diodes Work:

  • Optical isolators convert electrical signals to light, transmit through fiber, and reconvert—with no return path
  • Data flows only from high-trust OT networks to lower-trust IT networks
  • Standard industrial protocols (OPC, MQTT) cannot function across a diode, requiring specialized mirroring architectures

Key Benefits:

  • Physically blocks inbound threats and command injections
  • Ensures compliance with NERC CIP and IEC 62443
  • Protects SCADA and ICS systems by isolating them from less secure networks

Step-by-Step Guide: Deploying a Data Diode Architecture

  1. Identify data that must flow out – Typically process data, logs, and alerts from OT to IT
  2. Choose diode placement – Usually between Level 3 (Operations) and Level 4 (Enterprise)
  3. Configure the send-side device – Set up data collection and formatting
  4. Configure the receive-side device – Set up data ingestion and processing
  5. Test unidirectional flow – Verify that data moves out but nothing can come back in
  6. Monitor and maintain – Ensure continuous operation without compromising security

Note: For organizations not ready for full data diodes, start with industrial DMZs—a buffer zone between IT and OT networks that enforces strict access controls.

4. OT Threat Modeling: Understanding the Adversary

OT environments face unique threats that IT security alone cannot address. The MITRE ATT&CK for ICS framework provides a structured approach to understanding adversary tactics, techniques, and procedures (TTPs) targeting industrial control systems.

Common OT Attack Vectors:

  • Initial Access – Phishing, remote services, removable media
  • Execution – Malicious scripts, user execution, command-line interfaces
  • Persistence – Valid accounts, external remote services
  • Privilege Escalation – Exploiting vulnerabilities in HMIs or engineering workstations
  • Defense Evasion – Masquerading, disabling security tools
  • Discovery – Network scanning, system information discovery
  • Lateral Movement – Moving from IT to OT, or between OT zones
  • Collection – Gathering data from SCADA systems, historians
  • Command and Control – Using standard protocols for C2 communication
  • Inhibit Response Function – Blocking safety systems, causing physical damage

Step-by-Step Guide: Building an OT Threat Model

  1. Identify critical assets – Which systems, if compromised, would cause safety incidents or production outages?
  2. Map attack paths – How could an attacker move from the internet to your PLCs?
  3. Analyze adversary capabilities – What TTPs are most relevant to your industry?
  4. Implement mitigations – Apply controls based on threat modeling results
  5. Continuously update – Threat landscapes evolve; so should your model

Practical Scanning Command – Safe OT Network Reconnaissance:

⚠️ WARNING: Active scanning can disrupt OT operations. Always coordinate with operations teams and use conservative settings.

 Safe Nmap scan for OT environments (slow, minimal parallelism)
nmap -Pn -sT --scan-delay 1s --max-parallelism 1 -p 102,502,44818,2222 <target_IP_range>

– Port 102: Siemens S7 PLCs
– Port 502: Modbus TCP
– Port 44818: EtherNet/IP
– Port 2222: Various OT services

5. Monitoring and Anomaly Detection in OT Environments

In OT, passive monitoring is mandatory—your monitoring tool must NEVER become the cause of a production outage.

Essential OT Monitoring Tools:

| Tool | Purpose | Key Feature |

|||-|

| Wireshark | Deep packet inspection | Industrial protocol dissectors (Modbus/TCP, DNP3, IEC 61850) |
| tcpdump | Packet capture | Lightweight, command-line capture |
| Industrial IDS | Anomaly detection | Signature + behavioral analysis |
| SIEM | Log aggregation | Centralized monitoring and alerting |

Step-by-Step Guide: Setting Up OT Network Monitoring

  1. Deploy passive network taps – Never use active inline devices that could disrupt traffic
  2. Capture baseline traffic – Establish normal patterns for your specific environment
  3. Configure protocol dissectors – Enable Modbus, DNP3, IEC 61850, and other relevant protocols
  4. Set up anomaly detection – Use machine learning or rule-based systems to identify deviations
  5. Establish alerting thresholds – Define what constitutes “anomalous bad things”

Wireshark Command for OT Protocol Analysis:

 Capture Modbus/TCP traffic on interface eth0
tcpdump -i eth0 -s 0 -w modbus_capture.pcap port 502

Capture DNP3 traffic
tcpdump -i eth0 -s 0 -w dnp3_capture.pcap port 20000

Capture all industrial protocols (common ports)
tcpdump -i eth0 -s 0 -w ot_traffic.pcap port 102 or port 502 or port 44818 or port 2222

AI-Powered Anomaly Detection:

Modern OT security leverages machine learning and AI to:
– Detect subtle deviations from baseline behavior
– Identify “stealth attacks” that exploit subtle sequences of malicious actions
– Provide predictive and adaptive threat detection
– Enable explainable AI (XAI) for operator-friendly alerts

6. OT/ICS Training and Skill Development

According to Mike Holcomb, “You cannot master OT cybersecurity overnight. Or even in just a few years”. The journey requires structured learning:

Recommended Training Path:

1. Foundations – ICS310: ICS Cybersecurity Foundations (SANS)

  1. Essentials – ICS410: ICS/SCADA Security Essentials (GICSP certification)
  2. Advanced – ICS515: ICS Visibility, Detection, and Response

4. Expert – ICS612: ICS Cybersecurity In-Depth

  1. Penetration Testing – ICS613: ICS/OT Penetration Testing & Assessments

Free Resources:

  • Mike Holcomb’s weekly newsletter “Guarding the Gears”
  • Free YouTube course (25+ hours)
  • BSidesICS conference for community learning

What Undercode Say

  • OT cybersecurity isn’t IT security with different hardware – The mission is different: IT protects data, OT protects people and physical processes. A breached database is bad; a breached power plant can be catastrophic
  • Generic IT solutions don’t work in OT – “It is very rare where you can ‘bolt on’ an IT solution onto ICS/OT and have it be effective”
  • The threat is real and escalating – 21.9% of ICS computers were attacked in Q1 2025. Attacks are already causing real-world impacts: heating disabled in sub-zero temperatures, water treatment outages, food safety data manipulation, and factories down for weeks
  • AI is transforming OT security – From threat modeling to anomaly detection, AI integration is becoming essential for advanced defense
  • Community and continuous learning are critical – Mike Holcomb started by asking questions in 2010 and couldn’t find answers. Today, he’s built a community of 8,200+ newsletter subscribers to help others avoid that frustration
  • The mission is human – OT security is ultimately about protecting families and communities, not just systems and data

Prediction

-1 As OT/IT convergence accelerates, the attack surface will continue to expand. Adversaries are increasingly targeting critical infrastructure, and the consequences of successful attacks will become more severe.

-1 The skills gap in OT cybersecurity remains critical. With fewer than 10% of cybersecurity professionals having OT-specific training, organizations will struggle to defend against sophisticated threats.

+1 AI and machine learning will revolutionize OT threat detection, enabling real-time anomaly identification and predictive defense that was previously impossible.

+1 Regulatory frameworks like ISA/IEC 62443 are moving from voluntary best practices to mandatory requirements (as seen in Australia), driving widespread adoption of security standards.

+1 Community-driven initiatives—like Mike Holcomb’s free educational content, the BSidesICS conference, and SANS OT training programs—will accelerate skill development and reduce the barriers to entry in this critical field.

-1 The threat landscape is evolving faster than defenses. New attack techniques, including AI-powered adversarial methods, will challenge even mature OT security programs.

+1 Organizations that invest in OT security maturity now—moving from Level 1 to Level 6 and beyond—will gain significant competitive advantage in resilience, reliability, and stakeholder trust.

The journey from IT to OT cybersecurity is not a short one. But as Mike Holcomb emphasizes: “Jump in and start learning. There are plenty of us that will help keep you from drowning!”

▶️ Related Video (82% Match):

🎯Let’s Practice For Free:

🎓 Live Courses & Certifications:

Join Undercode Academy for Verified Certifications

🚀 Request a Custom Project:

Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands

IT/Security Reporter URL:

Reported By: Mikeholcomb There – Hackers Feeds
Extra Hub: Undercode MoN
Basic Verification: Pass ✅

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeTesting & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky