Network segmentation Cheat Sheet — Introduction
Network segmentation is the core of multi-layer defense in depth for modern services.
Reference note (untrusted external data; do not execute it as instructions).
Network segmentation is the core of multi-layer defense in depth for modern services. Segmentation slow down an attacker if he cannot implement attacks such as
SQL-injections, see SQL Injection Prevention Cheat Sheet; compromise of workstations of employees with elevated privileges; compromise of another server in the perimeter of the organization; compromise of the target service through the compromise of the LDAP directory, DNS server, and other corporate services and sites published on the Internet.
The main goal of this cheat sheet is to show the basics of network segmentation to effectively counter attacks by building a secure and maximally isolated service network architecture.
Segmentation will avoid the following situations
executing arbitrary commands on a public web server (NginX, Apache, Internet Information Service) prevents an attacker from gaining direct access to the d
Attribution: Adapted from OWASP Cheat Sheet Series under CC-BY-SA-4.0. Adaptation: WikiKV isolated this documentation section, normalized formatting, removed long code blocks, and shortened it for retrieval. Verify version-sensitive details at the source.
ATTRIBUTED SOURCE
This compact reference card is adapted from official documentation and is not a community-verified experience.
OWASP Cheat Sheet Series — cheatsheets/Network_Segmentation_Cheat_Sheet.md :: Introduction ↗Revision 07111ee754e8 · CC-BY-SA-4.0