Part 8: Network Security
In one line: Attackers move through networks — so controlling who can reach what, containing blast radius with segmentation, filtering traffic in and out, and replacing "trusted internal network" with zero trust are core defensive levers this chapter makes concrete.
The old model trusted anything "inside" the network; modern security assumes the inside is already partly compromised and verifies every connection. This chapter covers how traffic is controlled and contained: segmentation so a breach in one place can't reach everything, firewalls/WAFs to filter what's allowed, egress filtering to stop stolen data (or a planted implant) from phoning home, DDoS defenses for availability, and zero-trust networking — the principle that no connection is trusted by location alone. It's the network-layer complement to the cloud and identity controls in the next chapter.
What this chapter covers
- Segmentation — limiting lateral movement and blast radius.
- Firewalls & WAFs — filtering at the network and application edges.
- DDoS mitigation — protecting availability under attack.
- VPNs & secure access — and why they're giving way to identity-aware access.
- Egress filtering — controlling outbound traffic to stop exfiltration and C2.
- Zero-trust networking — verify every connection; trust nothing by location.
The lessons in this chapter
- Network Segmentation → — dividing the network so a breach can't reach everything; the top brake on lateral movement.
- Firewalls & WAFs → — filtering by connection vs. by content, and why a WAF is a layer, not a fix.
- DDoS Mitigation → — defending availability with absorption, scrubbing, and graceful degradation.
- VPNs & Secure Access → — the over-trust of the classic VPN and the shift to identity-aware access (ZTNA).
- Egress Filtering → — controlling outbound traffic to strand C2 and exfiltration after a breach.
- Zero-Trust Networking → — the unifying principle: never trust by location, verify every connection.
Finish with the Chapter 8 checkpoint → to certify the toolkit before Chapter 9.
→ Start here: Network Segmentation.