A dedicated network-infrastructure assessment answers what an attacker can reach, from where, with what privilege, and how they would move — contrasting the real network against the architecture diagram.
The assessment answers six fundamental questions about the network as it actually is:
Treats the tester as an internet-attached attacker. Infrastructure-specific emphasis:
Testers consistently find production-grade services exposed that the client believes are internal-only — the strongest "diagram is wrong" evidence.
The primary question once inside: what can actually be reached that should not be reachable?
Common discoveries:
Pairs empirical reachability with a documentary review when ruleset access is available.
Platforms covered: iptables/nftables, Cisco ASA, Palo Alto Panorama, Check Point, pf (BSDs), Azure NSGs, AWS security groups and NACLs, GCP VPC firewall rules.
Patterns to flag in the rule set:
any/any allow; rules with service any; rules without loggingVLAN hopping mitigations are well-known — but aged switches, contractor equipment, and unmaintained sites frequently lack them.
NAC binds wall ports to authentication — and is frequently bypassable:
Most networks are dual-stack whether the operator realizes it — Windows, macOS, Linux, and mobile all bring up IPv6 link-local by default.
Many enterprise networks border industrial-control or building-automation systems (BMS, HVAC, badge access, video, manufacturing). These operate on fragile protocols — Modbus, BACnet, DNP3 — and cannot be aggressively scanned.
The scope must explicitly include or exclude OT zones. What should be tested is the boundary controls between IT and OT — not the OT systems themselves.
| Category | Tools |
|---|---|
| Discovery & scanning | nmap, masscan, zmap, rustscan; netexec (formerly CrackMapExec), enum4linux-ng |
| Layer 2 | Bettercap, Yersinia, Scapy, ettercap |
| IPv6 | mitm6, ndp-toolkit, THC IPv6 attack toolkit |
| Routing protocols | FRR / Quagga / ExaBGP |
| Firewall config review | Vendor exports + Nipper, AlgoSec, Tufin |
| Capture & analysis | Wireshark, tcpdump, Zeek (large captures) |
| Visualization | Maltego (surface), Graphviz / yEd (reconstructed network maps) |
Tool choice follows the assessment phase — not the other way around. Scoping and zone modelling require no tooling at all.
You have read access to the firewall configuration. Beyond explicit any/any allow rules, what patterns are you looking for?
Rule rot: rules referencing decommissioned hosts; years-old "temporary" exemptions. Shadow rules: later rule overrides earlier intent. Rules without logging; rules from automation with no documented intent. Missing IPv6 policy. Rules bridging management VLAN to user VLAN. Weak source constraints (any from a partner network). Inconsistencies between same-named zones on different firewalls. ICMP blocked but all other traffic allowed.
Next: Topic 25 — Wireless security testing. Extending the infrastructure assessment to RF-layer controls and wireless-specific attack paths.