What problem does it solve?
OT and ICS environments require security assessments that cannot rely on aggressive IT-style scanning, since active probes can crash PLCs and disrupt safety systems. This Skill provides a safe, passive-first methodology for baselining industrial networks, evaluating zone segmentation, and detecting unauthorized cross-zone communication aligned with IEC 62443 and NIST SP 800-82.
Core Features & Use Cases
- Passive Asset Discovery: Analyze pcap captures with Scapy to inventory OT assets, classify them by Purdue level, and map industrial protocols such as Modbus, DNP3, OPC UA, and EtherNet/IP.
- Firewall Rule Analysis: Parse firewall rule exports and evaluate them against IEC 62443 zone/conduit policy to find prohibited conduits, overly permissive any/any rules, and unauthorized ports.
- Protocol Security Checks: Use tshark and OPC UA endpoint enumeration to detect unauthenticated Modbus write commands and weak security policies.
- Use Case: A consultant assessing a chemical plant captures two weeks of SPAN traffic, runs the discovery script to find a Level 4 workstation communicating directly with a Level 1 PLC, and reports it as a critical segmentation failure with remediation steps.
Quick Start
Ask the assistant to perform an OT network security assessment on the provided pcap capture and firewall rules export, then generate an IEC 62443-aligned findings report.