What are the four main sections of Chapter 5?
Network Segmentation; Secure Communication; Physical Security and Remote Attestation; Security and Vulnerability Assessments.
What is the core purpose of preventive measures in industrial networks?
They are taken in advance to reduce the risk and impact of attacks on industrial networks.
What is the guiding principle for network segmentation according to the lecture?
The guiding principle is the principle of least route.
What does the principle of least route mean?
A node should only have access to networks that are required to perform its distinct functionality.
How is the principle of least route related to the principle of least privilege?
It is the network analogue of least privilege, restricting network reachability to only what is necessary.
Why do purpose-built industrial networks fit the principle of least route well?
Because they are designed for specific functions rather than as general-purpose networks.
What can limit opportunities for network segmentation?
The existing network topology can limit how strongly segmentation can be realized.
What is a broadcast domain?
A logical partition in which all nodes can broadcast to each other.
What is a VLAN in the context of segmentation?
A virtual LAN is a broadcast domain partitioned at the data-link layer.
What is the Purdue reference model in this chapter?
It is a control-hierarchy logical framework that is divided into four zones.
Which four zones are part of the Purdue four-zone model?
Cell/area zone, manufacturing zone, demilitarized zone (DMZ), and enterprise zone.
Which zone is NOT part of the Purdue four-zone model?
Wide-area is not one of the four Purdue zones shown in the lecture.
What is the purpose of the DMZ in the Purdue model?
It separates enterprise and manufacturing-related environments and acts as a controlled buffer zone.
What is a zone in the generalized zones-and-conduits model?
A zone is an aggregation of ICS assets into groups according to a principle that improves the security of the group.
What is a physical zone?
A physical zone groups co-located assets.
What is a logical zone?
A logical zone groups assets according to functionality or protocols.
What is a conduit?
A conduit is a class of zone that groups communication channels or information flows into an arrangement that improves security.
Why are zones and conduits useful?
They facilitate the selection, configuration, and deployment of access-control and attack-detection or prevention mechanisms.
How do zones and conduits relate to network segmentation?
Zones formalize how assets are grouped, and conduits formalize and control the communication between those groups.
Which inline security device is best suited to enforce conduits?
A stateful firewall is best suited to enforce conduits and realize boundary protection.
Why are firewalls generally a bigger hurdle for attackers than routers?
Because firewalls are usually stateful, while routers are usually stateless.
What does ‘stateful’ mean in the firewall context?
It means the device tracks connection state, such as packet order, whether a packet belongs to an existing connection, and TCP flags like SYN, ACK, or FIN.
What is a key advantage of stateful firewalls over stateless filtering?
They can reason about packet context and ongoing sessions, not just isolated packets.
What is behavioral allowlisting?
It is an approach in which only explicitly allowlisted behavior is allowed.