Official intent
Use logical segmentation to contain a compromised account or device and limit adversary lateral movement. The official source remains authoritative.
Read the official campaign ↗Why it matters
Adversaries rarely land where they want to end up; they land somewhere and move. Segmentation raises the cost of that movement, buys your defenders time, and shrinks the blast radius of any single compromise. It is also foundational to protecting CUI and to a zero-trust direction of travel.
Minimum / Strong / Advanced
Critical systems and CUI are separated from the general user network, and management interfaces are not exposed to it.
The network is divided into zones by function and trust, with enforced controls between them and identity-aware access to sensitive systems.
Access is least-privilege and continuously evaluated (micro-segmentation / zero trust); east-west traffic is monitored and default-deny between zones.
Implementation timeline
- Identify your most sensitive systems and where CUI lives
- Confirm management interfaces are off the user network
- Define zones by function and trust level
- Isolate high-risk devices (legacy, IoT, guest) onto their own segments
- Enforce controls between zones with default-deny
- Add identity-aware access to sensitive systems
- Monitor and log east-west traffic between zones
- Test that a device in one zone cannot reach another
Implementation steps
- Map where sensitive data and critical systems live and who legitimately needs to reach them.
- Define network zones by function and trust — user, server, management, CUI, guest, and high-risk devices.
- Enforce controls between zones (firewalls, ACLs, host firewalls) with a default-deny posture.
- Move privileged management traffic to a separate, tightly controlled plane.
- Log and monitor traffic that crosses zone boundaries so unexpected movement is visible.
Validation
- From a standard user device, attempt to reach a server-zone or management interface — it must be blocked.
- Confirm CUI systems are not directly reachable from the general user or guest network.
- Review firewall/ACL rules for any “any-any” permit that undoes the segmentation.
Evidence to retain
Network segmentation design and zone policy
Firewall/ACL rule exports enforcing inter-zone controls
Logs of inter-zone traffic and investigated anomalies
Segmentation test results showing blocked cross-zone access
Common failure modes
VLANs created but left routable to each other, management interfaces reachable from user Wi-Fi, and a broad “any-any” rule that quietly re-flattens the network. Segments without enforced boundaries are just labels.
Framework mappings
Independent mappings are aids, not authoritative equivalence or compliance determinations.