[BOOK] Industrial Control System Security(8/8) - Fundamental Understanding from an IACS UR E26 and E27 Certification Perspective
Chapter 8 · OT Security Architecture & Deployment Fundamentals
Pascal Ackerman — Industrial Control System Security (2019) · IACS UR E26/E27 Lens
Principal Industrial Cybersecurity Consultant @ Rockwell Automation (since 2015) · 15+ years in large-scale industrial systems & network security
1️⃣ Why Does Chapter 8 Appear as the Final Chapter?
The flow of the previous chapters is as follows:
| Chapter | Meaning |
|---|---|
| 1 | Understanding OT Systems |
| 2 | Network Security Architecture |
| 3 | Host Security |
| 4 | Attack Modeling |
| 5 | Logging / Monitoring |
| 6 | Documentation |
| 7 | Security Testing |
Up to this point, the book has focused on explaining individual security components.
However, when building a real OT system, the following question naturally arises:
"How should all of these security elements be deployed within an actual OT environment?"
Chapter 8 answers this question by explaining Security Architecture Integration — how all individual security components come together into a cohesive, deployable OT security architecture.
2️⃣ Overall Structure of Chapter 8
The core flow of Chapter 8 is as follows:
3️⃣ Security Zone Architecture
Fundamental Principle
The most important concept in OT security architecture is Zone & Conduit — also a core concept in ISA/IEC 62443.
A group of systems with the same security requirements.
- Enterprise IT Zone
- IDMZ
- Control Zone
- Safety Zone
The communication path between Zones — controls and monitors data flow crossing zone boundaries.
Key Implications from a Security Perspective
The purpose of the Zone model is Attacking Surface Reduction. Even if an attacker compromises one system, it should be difficult to move laterally into other zones.
4️⃣ Industrial DMZ Architecture
Fundamental Principle
The Industrial DMZ (IDMZ) acts as a Shock Absorber — a buffer zone between IT and OT that prevents direct cross-network communication.
Major Functions of the IDMZ
The following systems are typically located in the IDMZ:
The primary purpose of the IDMZ is blocking direct communication between IT and OT. These IDMZ systems relay and mediate data exchange, significantly reducing attack propagation risk.
5️⃣ Security Gateway Deployment
Fundamental Principle
Communication between Zones must always be controlled. The devices responsible for this are called Security Gateways.
Key Implications from a Security Perspective
Traditional IT firewalls operate based on IP, Port, and Protocol. However, OT environments require visibility into Industrial Protocol Commands:
- Modbus function code inspection
- EtherNet/IP command inspection
- DNP3 operation inspection
Therefore, OT environments require ICS DPI Firewalls that understand industrial protocols at the command level.
6️⃣ Remote Access Architecture
Fundamental Principle
OT systems often require remote connectivity for maintenance purposes. However, remote access is also one of the largest attack vectors. Therefore, a Secure Remote Access Architecture is essential.
- Prevent direct OT access from external networks
- Enable session recording for auditability
- Enforce privilege control at each access layer
7️⃣ Monitoring Architecture
Fundamental Principle
In OT environments, maintaining Operational Visibility is critical — system status and security events must be continuously monitored.
Key Implications from a Security Perspective
The following technologies are particularly important in OT environments:
Monitors industrial protocol communications at the command level
Identifies deviations from established operational baselines
Maintains complete OT asset inventory for full visibility
These technologies are used to detect:
- Abnormal PLC commands
- Unexpected network traffic
- Unauthorized engineering activity
8️⃣ Defense in Depth Architecture
Fundamental Principle
A single layer of defense is not sufficient in OT security. Therefore, OT environments require a Defense in Depth strategy — multiple layers of security controls deployed throughout the architecture.
Key Implications from a Security Perspective
A typical Defense in Depth architecture consists of the following layers:
| Layer | Security Control |
|---|---|
| 🌐 Network | Segmentation / Firewall |
| 🖥️ Host | Hardening / Allow-list |
| ⚙️ Application | Authentication |
| 👁️ Monitoring | Logging / SIEM |
This structure creates Multiple Attack Barriers — even if an attacker bypasses one control, additional layers remain in place to stop the attack.
OT Security Architecture = Zone Isolation + Defense in Depth + Continuous Monitoring
Chapter 8 concludes the book by integrating all prior concepts into a deployable security architecture. Security Zones contain lateral movement, the IDMZ prevents direct IT/OT communication, Defense in Depth layers controls at every level, and continuous monitoring ensures operational visibility. Together, these form the blueprint for a certifiable OT security architecture under IACS UR E26/E27.
Comments
Post a Comment