25 Great YouTube Channels for Learning OT/ICS Cybersecurity for FREE!

Listen to this Post

Featured Image
Here are some of the best YouTube channels to learn Operational Technology (OT) and Industrial Control Systems (ICS) Cybersecurity for free:

Individual Contributors

  1. @UtilSec – How to get started in OT/ICS cybersecurity
  2. @RickCenOT – OT/ICS hardware hacking and penetration testing
  3. @icsotsecurity – ISA/IEC 62443 content

Conferences

  1. @S4Events – Talks from the annual S4 conference
  2. @ICSVillage – Hack the Planet podcast & ICS Village content
  3. @HoustonSecurityConference – OT.SEC.CON presentations

Associations

  1. @CS2AI – CS2AI association recordings
  2. @OTSecurityProfessionals – OT Sec community content

Training Companies

  1. @SANSICSSecurity – SANS OT/ICS cybersecurity training
  2. @OPSWATAcademy – Free cybersecurity learning resources

Podcasts

  1. @PrOTectITAll – Aaron Crow’s OT cybersecurity podcast
  2. @ICSArabiaPodcast – English & Arabic ICS security discussions
  3. @BitesandBytesPodcast – Food & agriculture cybersecurity
  4. @LMTX – IoT/IIoT/OT security insights

Vendors (Great Research & Content)

  1. @DragosInc – OT/ICS threat intelligence
  2. @WaterfallSecuritySolutions – Industrial cybersecurity insights
  3. @Claroty20 – Claroty’s research & podcast
  4. @xIoTSecurity – Phosphorous IoT/OT security content
  5. @NozomiNetworks – OT security & threat analysis
  6. @InsaneCyberInc – OT/ICS cyber discussions

Other Useful Channels

  1. @CISAgov – CISA’s official cybersecurity training
  2. @SimplyCyber – OT/ICS with Don W. & Tom V.
  3. @PancakesCon – Lesley Carhart’s unique cyber con
  4. @USCSB – Industrial incident case studies
  5. @ARCadvisory – Industrial cybersecurity insights

You Should Know: Essential OT/ICS Cybersecurity Commands & Tools

1. Network Scanning & Enumeration

nmap -sV --script=vuln 192.168.1.1  Scan for vulnerabilities 
masscan -p1-65535 10.0.0.0/24 --rate=1000  Fast port scanning 

2. Modbus & ICS Protocol Testing

python3 modbus-cli.py -h 192.168.1.100 -p 502  Interact with Modbus 
plcscan -i eth0  Detect PLCs in the network 

3. ICS Exploitation (Metasploit)

use exploit/windows/scada/exploit_name 
set RHOSTS 192.168.1.50 
exploit 

4. Log Analysis for OT Security

grep "Failed login" /var/log/auth.log  Check brute-force attempts 
journalctl -u ssh --no-pager  View SSH logs in Linux 

5. Windows ICS Security Commands

Get-NetTCPConnection | Where-Object {$<em>.State -eq "Established"}  Check active connections 
Get-Process -IncludeUserName | Where-Object {$</em>.CPU -gt 50}  Detect suspicious processes 

6. Firewall & Traffic Control

iptables -A INPUT -p tcp --dport 502 -j DROP  Block Modbus traffic 
ufw allow from 192.168.1.0/24 to any port 22  Allow SSH only from trusted subnet 

What Undercode Say

OT/ICS cybersecurity is critical for protecting industrial infrastructure. These YouTube channels provide free, high-quality training for securing SCADA, PLCs, and industrial networks.

Key Takeaways:

  • Use Nmap & Masscan for OT network discovery.
  • Modbus & PLCscan help assess industrial devices.
  • Metasploit contains ICS-specific exploits.
  • Log monitoring detects anomalies in OT environments.
  • Firewall rules must restrict unauthorized ICS protocol access.

Expected Output:

A well-secured OT environment with continuous monitoring, restricted access, and up-to-date threat intelligence.

(End of )

References:

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

Join Our Cyber World:

💬 Whatsapp | 💬 Telegram