Network Security Assessment Runbook
A professional network security assessment is not just a review of firewall rules. It is a structured evaluation of architecture, exposure, trust, access paths, monitoring, and operational risk across the entire network.
Welcome to the Network Security Assessment Runbook.
This runbook brings together the practical skills from:
- Network Security Fundamentals Lab
- ACL Security Lab
- Firewall Security Lab
- VPN Security Lab
- Network Threat Investigation Lab
The objective is to move from:
I can configure network-security controls.
to:
I can assess an unfamiliar network, identify meaningful security weaknesses, prioritize risk, and present clear remediation to both technical teams and management.
This runbook is especially relevant for:
- Network Security Engineers
- Security Consultants
- Firewall Engineers
- SOC Analysts
- Infrastructure Security Engineers
- Security Architects
π― Runbook Information
Section titled βπ― Runbook Informationβ| Item | Details |
|---|---|
| Runbook | Network Security Assessment |
| Difficulty | Intermediate β Advanced |
| Estimated Time | 3β8 Hours depending on scope |
| Primary Focus | Network Architecture, Exposure, Segmentation & Control Review |
| Target Roles | Network Security Engineer, Security Consultant, Security Architect |
| Certification Alignment | CCNA, CCNP Security |
| Output | Assessment Report, Findings Register, Risk Ratings, Remediation Roadmap |
π’ Assessment Scenario
Section titled βπ’ Assessment ScenarioβYou have been given approved review access to an enterprise network.
The environment contains:
- user VLANs
- server VLANs
- database networks
- management networks
- internet-facing services
- firewalls
- routers
- switches
- VPN connectivity
- remote users
- DNS infrastructure
- logging and monitoring
Management asks:
How secure is our network, where are the biggest risks, and what should we fix first?
Your job is not to simply collect configurations.
You need to answer:
What Exists? βHow Is It Connected? βWhich Trust Relationships Exist? βWhich Traffic Is Allowed? βWhich Systems Are Exposed? βWhich Controls Protect Them? βCan Suspicious Activity Be Detected? βWhich Weaknesses Matter Most?π― Assessment Objectives
Section titled βπ― Assessment ObjectivesβBy the end of this runbook, you should be able to:
-
define assessment scope
-
understand network architecture
-
inventory network assets
-
review IP addressing and subnets
-
identify trust boundaries
-
evaluate segmentation
-
review ACLs
-
assess firewall policy
-
identify public exposure
-
review management-plane security
-
assess VPN architecture
-
review remote-access security
-
inspect routing and NAT
-
review DNS and network services
-
assess logging and monitoring
-
identify security findings
-
rate findings consistently
-
create a remediation roadmap
-
produce technical and executive reports
β οΈ Authorization First
Section titled ββ οΈ Authorization FirstβBefore beginning, confirm:
-
sites in scope
-
networks in scope
-
devices in scope
-
production vs non-production
-
VPNs in scope
-
internet edge in scope
-
wireless in scope if applicable
-
whether configuration changes are permitted
-
whether testing is passive or active
-
evidence-handling requirements
Do not:
-
alter firewall policies
-
shut interfaces
-
change routes
-
modify VPNs
-
run disruptive scans
unless explicitly authorized.
π§ Assessment Workflow
Section titled βπ§ Assessment WorkflowβUse:
Scope βDiscover βMap Architecture βInventory Assets βIdentify Trust Boundaries βReview Exposure βReview Segmentation βReview ACLs βReview Firewalls βReview VPNs βReview Routing / NAT βReview Network Services βReview Monitoring βCreate Findings βPrioritize Risk βBuild Remediation Roadmap βReport01 β Define Assessment Scope
Section titled β01 β Define Assessment ScopeβDocument:
-
sites
-
offices
-
data centers
-
cloud-connected networks
-
firewalls
-
routers
-
core switches
-
access switches
-
VPN gateways
-
critical applications
-
internet-facing systems
π Scope Worksheet
Section titled βπ Scope Worksheetβ| Item | Details |
|---|---|
| Organization | |
| Primary Site | |
| Branch Sites | |
| Internet Edge | |
| VPN Infrastructure | |
| Critical Networks | |
| Critical Applications | |
| Assessment Owner | |
| Technical Contact | |
| Assessment Date |
π§ Why Scope Matters
Section titled βπ§ Why Scope MattersβWithout clear scope, you may:
-
miss a branch connection
-
overlook a management network
-
misinterpret risk
-
review incomplete firewall policy
02 β Collect Existing Documentation
Section titled β02 β Collect Existing DocumentationβRequest available:
-
network diagrams
-
IP address plans
-
VLAN lists
-
firewall rule exports
-
router configurations
-
VPN documentation
-
asset inventories
-
change records
-
security standards
π§ Do Not Trust Diagrams Blindly
Section titled βπ§ Do Not Trust Diagrams BlindlyβDocumentation may be:
-
incomplete
-
outdated
-
inconsistent with actual configuration
Treat it as a starting point.
03 β Build the Network Architecture Map
Section titled β03 β Build the Network Architecture MapβCreate a high-level diagram.
Example:
Internet βEdge Router βFirewall βDMZ βCore Network βββ User VLANs βββ Application VLANs βββ Database VLANs βββ Management VLANAdd:
-
branch offices
-
VPN tunnels
-
cloud connections
-
security services
π§ First Architecture Question
Section titled βπ§ First Architecture QuestionβAsk:
Where are the trust boundaries?
04 β Inventory Network Devices
Section titled β04 β Inventory Network DevicesβCreate:
| Device | Type | Location | Management IP | Criticality |
|---|---|---|---|---|
Include:
-
routers
-
switches
-
firewalls
-
VPN gateways
-
wireless controllers
-
load balancers where relevant
05 β Review Device Ownership
Section titled β05 β Review Device OwnershipβEvery important device should have:
-
technical owner
-
business/service owner where relevant
-
support team
π¨ Risk Pattern
Section titled βπ¨ Risk PatternβCritical Firewall βNo Clear Ownercreates operational and security risk.
06 β Inventory VLANs and Subnets
Section titled β06 β Inventory VLANs and SubnetsβCreate:
| VLAN | Network | Purpose | Trust Level | Owner |
|---|---|---|---|---|
Classify:
-
user
-
application
-
database
-
management
-
guest
-
DMZ
-
security
-
voice
-
infrastructure
π§ Security Question
Section titled βπ§ Security QuestionβAsk:
Why does this network exist, and which other networks should it communicate with?
07 β Review IP Addressing Design
Section titled β07 β Review IP Addressing DesignβAssess:
-
network ranges
-
overlapping networks
-
inconsistent subnet design
-
undocumented ranges
π§ Security Relevance
Section titled βπ§ Security RelevanceβPoor IP planning can make:
-
segmentation
-
firewall policy
-
incident response
-
routing
more difficult.
08 β Identify Critical Assets
Section titled β08 β Identify Critical AssetsβList:
-
authentication services
-
database systems
-
finance systems
-
security tools
-
backup infrastructure
-
network management systems
Create:
| Asset | Network | Criticality | Exposure |
|---|---|---|---|
09 β Define Trust Zones
Section titled β09 β Define Trust ZonesβClassify zones such as:
InternetDMZUserApplicationDatabaseManagementGuestPartnerRemote Accessπ§ Trust Principle
Section titled βπ§ Trust PrincipleβInternal does not automatically mean:
trusted.
10 β Build a Trust Matrix
Section titled β10 β Build a Trust MatrixβCreate:
| Source Zone | Destination Zone | Expected Trust |
|---|---|---|
| Internet | DMZ | Low |
| User | Application | Controlled |
| User | Database | Normally Restricted |
| Management | Infrastructure | Privileged |
| Guest | Internal | Restricted |
11 β Build the Traffic Requirement Matrix
Section titled β11 β Build the Traffic Requirement MatrixβFor important applications:
| Source | Destination | Protocol/Service | Required? | Owner |
|---|---|---|---|---|
| Users | Web App | HTTPS | Yes | App Team |
| Users | DB | SQL | No | |
| App | DB | DB Service | Yes | App Team |
π§ Assessment Principle
Section titled βπ§ Assessment PrincipleβSecurity policy should match business requirements.
12 β Identify Unnecessary Connectivity
Section titled β12 β Identify Unnecessary ConnectivityβLook for paths such as:
Users βDatabaseor:
Development βProduction Managementwithout clear business need.
π¨ Example Finding
Section titled βπ¨ Example FindingβFinding ID:NET-001
Title:User Network Has Direct Access to Sensitive Database Network
Severity:High
Observation:General user systems can directly communicate with sensitive database services.
Risk:Compromise of an employee endpoint could provide a direct attack path toward critical data systems.
Recommendation:Restrict user-to-database communication and require access through approved application tiers.13 β Review Network Segmentation
Section titled β13 β Review Network SegmentationβAssess whether the architecture separates:
-
users
-
servers
-
databases
-
management
-
guest access
-
internet-facing workloads
π§ Segmentation Question
Section titled βπ§ Segmentation QuestionβAsk:
If this network is compromised, what can the attacker reach next?
14 β Review East-West Traffic
Section titled β14 β Review East-West TrafficβEast-west traffic means internal-to-internal communication.
Look for:
-
broad server-to-server access
-
unnecessary admin protocols
-
unrestricted user-to-server paths
π§ Security Goal
Section titled βπ§ Security GoalβSegmentation should reduce lateral movement.
15 β Review North-South Traffic
Section titled β15 β Review North-South TrafficβNorth-south traffic generally involves:
-
internet β internal
-
remote access β internal
-
partner β internal
Review:
-
exposed services
-
firewall control
-
logging
-
authentication
16 β Inventory Internet-Facing Services
Section titled β16 β Inventory Internet-Facing ServicesβCreate:
| Public IP/Service | Internal Resource | Port | Required? | Owner |
|---|---|---|---|---|
π¨ High-Risk Services
Section titled βπ¨ High-Risk ServicesβReview carefully:
-
SSH
-
RDP
-
databases
-
management consoles
-
VPN portals
17 β Review Public Administrative Access
Section titled β17 β Review Public Administrative AccessβAsk:
Can internet hosts directly reach administrative interfaces?
Examples:
Internet βSSH βServeror:
Internet βFirewall Managementπ¨ Finding Pattern
Section titled βπ¨ Finding PatternβFinding ID:NET-002
Title:Administrative Service Exposed to the Internet
Severity:High
Risk:Attackers can directly target administrative authentication and exposed management services.
Recommendation:Restrict administrative access to approved private or controlled management paths.18 β Review ACLs
Section titled β18 β Review ACLsβAssess:
-
standard ACLs
-
extended ACLs
-
source ranges
-
destination ranges
-
protocol
-
port
-
placement
-
direction
-
rule order
π§ ACL Review Question
Section titled βπ§ ACL Review QuestionβFor every permit ask:
Can this access be made narrower?
19 β Identify Broad ACL Rules
Section titled β19 β Identify Broad ACL RulesβLook for:
permit ip any anyor broad subnet-to-subnet access.
π¨ Example Finding
Section titled βπ¨ Example FindingβFinding ID:ACL-001
Title:Overly Broad ACL Permits Unrestricted Inter-Network Traffic
Severity:High
Risk:The rule weakens segmentation and may enable lateral movement.
Recommendation:Replace broad access with application-specific source, destination, and service rules.20 β Review ACL Placement
Section titled β20 β Review ACL PlacementβDetermine:
-
interface
-
inbound/outbound
-
whether intended traffic actually crosses the ACL
21 β Review ACL Rule Order
Section titled β21 β Review ACL Rule OrderβIdentify cases where:
Broad Permit βSpecific Denymakes the deny ineffective.
22 β Review Temporary ACLs
Section titled β22 β Review Temporary ACLsβLook for:
-
migration rules
-
vendor rules
-
troubleshooting rules
Ask:
Is this still required?
23 β Review Firewall Architecture
Section titled β23 β Review Firewall ArchitectureβIdentify:
-
perimeter firewalls
-
internal segmentation firewalls
-
cloud firewalls if relevant
-
branch firewalls
π§ Firewall Architecture Question
Section titled βπ§ Firewall Architecture QuestionβAsk:
Is firewall placement aligned with the organizationβs trust boundaries?
24 β Review Firewall Zones
Section titled β24 β Review Firewall ZonesβDocument:
| Firewall | Zone | Purpose |
|---|---|---|
Typical zones:
-
outside
-
DMZ
-
inside
-
management
-
partner
25 β Review Firewall Rules
Section titled β25 β Review Firewall RulesβFor every important rule inspect:
-
source
-
destination
-
service
-
action
-
logging
-
owner
-
last review
π Firewall Rule Review
Section titled βπ Firewall Rule Reviewβ| Rule | Source | Destination | Service | Owner | Required? |
|---|---|---|---|---|---|
26 β Identify Any/Any Firewall Rules
Section titled β26 β Identify Any/Any Firewall RulesβReview:
ANY βANY βANY βALLOWThese should receive high scrutiny.
27 β Review DMZ Access
Section titled β27 β Review DMZ AccessβA DMZ workload should generally have limited internal access.
Review:
Internet βDMZ Web βRequired App Serviceand not:
DMZ βEntire Internal Network28 β Review Database Protection
Section titled β28 β Review Database ProtectionβDetermine:
-
which networks can reach databases
-
which ports
-
whether admin access is isolated
π§ Database Security Principle
Section titled βπ§ Database Security PrincipleβDatabases should normally be reachable only from:
-
approved applications
-
approved administration paths
29 β Review Outbound Firewall Rules
Section titled β29 β Review Outbound Firewall RulesβDo not ignore egress.
Check whether sensitive systems have:
ANY β Internetπ§ Egress Question
Section titled βπ§ Egress QuestionβAsk:
Why does this server require unrestricted internet access?
30 β Review Firewall NAT
Section titled β30 β Review Firewall NATβDocument:
| Original | Translated | Direction | Business Purpose |
|---|---|---|---|
Review:
-
inbound publishing
-
source NAT
-
destination NAT
-
PAT
π§ Important
Section titled βπ§ ImportantβNAT does not replace firewall policy.
31 β Review Firewall Logging
Section titled β31 β Review Firewall LoggingβImportant rules should provide usable logs.
Review whether logs contain:
-
source
-
destination
-
service
-
action
-
timestamp
-
policy name
32 β Review Firewall Rule Ownership
Section titled β32 β Review Firewall Rule OwnershipβEvery important rule should ideally have:
-
owner
-
business justification
-
review date
33 β Review Rule Recertification
Section titled β33 β Review Rule RecertificationβAsk:
When were firewall rules last reviewed?
Identify:
-
stale rules
-
expired projects
-
old vendors
-
decommissioned systems
34 β Review Shadowed Rules
Section titled β34 β Review Shadowed RulesβLook for rules that never match because broader rules exist above them.
π§ Why This Matters
Section titled βπ§ Why This MattersβShadowed rules indicate poor policy quality and may hide security intent.
35 β Review Management-Plane Architecture
Section titled β35 β Review Management-Plane ArchitectureβIdentify how administrators access:
-
routers
-
switches
-
firewalls
-
VPN gateways
-
network controllers
π§ Preferred Model
Section titled βπ§ Preferred ModelβAdministrator βManagement Network βNetwork Device36 β Review Management Protocols
Section titled β36 β Review Management ProtocolsβPrefer secure protocols.
Review for:
-
SSH
-
HTTPS
-
secure APIs
and identify insecure legacy management where applicable.
37 β Review AAA
Section titled β37 β Review AAAβAssess:
AuthenticationAuthorizationAccountingAsk:
-
are individual administrator accounts used?
-
is access centrally managed?
-
are actions logged?
38 β Review Shared Administrator Accounts
Section titled β38 β Review Shared Administrator AccountsβShared admin accounts reduce accountability.
Document:
-
where used
-
why
-
alternatives
39 β Review Privileged Source Networks
Section titled β39 β Review Privileged Source NetworksβDetermine which networks can reach device-management interfaces.
General user networks should not normally provide unrestricted administrative reachability.
40 β Review VPN Architecture
Section titled β40 β Review VPN ArchitectureβInventory:
-
site-to-site VPNs
-
remote-access VPNs
-
partner VPNs
-
vendor VPNs
41 β Review Site-to-Site VPNs
Section titled β41 β Review Site-to-Site VPNsβCreate:
| Local Site | Remote Site | Networks | Business Purpose |
|---|---|---|---|
π§ Site-to-Site Question
Section titled βπ§ Site-to-Site QuestionβAsk:
Does the tunnel include more networks than the business requires?
42 β Review Remote-Access VPN
Section titled β42 β Review Remote-Access VPNβAssess:
-
user authentication
-
MFA
-
user groups
-
assigned networks
-
allowed resources
-
session logging
43 β Review VPN Least Privilege
Section titled β43 β Review VPN Least PrivilegeβAvoid:
Remote User βEntire EnterprisePrefer:
Remote User βRequired Business Applications44 β Review Vendor VPN Access
Section titled β44 β Review Vendor VPN AccessβFor each vendor:
| Vendor | Owner | Resource | Expiry | MFA |
|---|---|---|---|---|
π¨ Vendor Risk
Section titled βπ¨ Vendor RiskβThird-party access without:
-
expiry
-
ownership
-
monitoring
should be prioritized.
45 β Review Split Tunneling
Section titled β45 β Review Split TunnelingβDetermine:
-
split or full tunnel
-
business justification
-
security controls
-
endpoint posture
-
monitoring implications
46 β Review VPN Logs
Section titled β46 β Review VPN LogsβConfirm the ability to answer:
-
who connected?
-
from where?
-
when?
-
how long?
-
successful/failed?
-
which group?
47 β Review VPN Failed Authentication
Section titled β47 β Review VPN Failed AuthenticationβLook for patterns such as:
Same Source βMany Users βRepeated Failureswhich may indicate password spraying.
48 β Review Routing Architecture
Section titled β48 β Review Routing ArchitectureβDocument:
-
static routes
-
dynamic routing
-
default routes
-
branch routes
-
internet routes
π§ Routing Security Question
Section titled βπ§ Routing Security QuestionβAsk:
Could a route provide an unexpected path around a security control?
49 β Review Default Routes
Section titled β49 β Review Default RoutesβIdentify which systems use:
0.0.0.0/0and where that traffic goes.
50 β Review Asymmetric Routing Risks
Section titled β50 β Review Asymmetric Routing RisksβTraffic may fail or bypass expected controls if:
- outbound and return paths differ
depending on architecture.
51 β Review Routing Between Security Zones
Section titled β51 β Review Routing Between Security ZonesβConfirm that sensitive paths cannot bypass:
-
firewall
-
ACL
-
inspection
52 β Review NAT Architecture
Section titled β52 β Review NAT ArchitectureβMap:
Internal Address βTranslation βExternal Addressand public service publishing.
53 β Review DNS Architecture
Section titled β53 β Review DNS ArchitectureβInventory:
-
internal DNS
-
external DNS
-
forwarders
-
resolvers
π§ DNS Security Question
Section titled βπ§ DNS Security QuestionβAsk:
Which systems are allowed to resolve external domains, and where is DNS activity logged?
54 β Review Unauthorized DNS
Section titled β54 β Review Unauthorized DNSβLook for endpoints using external DNS directly instead of approved resolvers.
π§ Why This Matters
Section titled βπ§ Why This MattersβCentral DNS improves:
-
policy
-
monitoring
-
threat investigation
55 β Review DHCP
Section titled β55 β Review DHCPβAssess:
-
authorized DHCP
-
scope design
-
network ownership
56 β Review NTP
Section titled β56 β Review NTPβNetwork devices should have consistent time.
π§ Security Importance
Section titled βπ§ Security ImportanceβWithout accurate time:
event correlation becomes unreliable.
57 β Review Syslog
Section titled β57 β Review SyslogβDetermine whether network devices send logs to centralized monitoring.
58 β Review Network Monitoring Architecture
Section titled β58 β Review Network Monitoring ArchitectureβIdentify tools receiving:
-
firewall
-
router
-
switch
-
VPN
-
DNS
-
IDS/IPS logs
π§ Visibility Question
Section titled βπ§ Visibility QuestionβAsk:
If a network incident occurred yesterday, could the team reconstruct it today?
59 β Review Log Retention
Section titled β59 β Review Log RetentionβAssess whether retention supports:
-
incident investigation
-
compliance
-
threat hunting
60 β Review IDS/IPS Coverage
Section titled β60 β Review IDS/IPS CoverageβWhere present, document:
-
placement
-
inspection scope
-
alert ownership
-
tuning
π§ Detection Question
Section titled βπ§ Detection QuestionβAsk:
Which high-risk network activity currently has no detection?
61 β Review Network Threat Detection
Section titled β61 β Review Network Threat DetectionβLook for detections covering:
-
port scanning
-
brute force
-
password spray
-
suspicious VPN activity
-
lateral movement
-
unusual outbound connections
62 β Review Alert Quality
Section titled β62 β Review Alert QualityβDetermine whether security teams experience:
-
excessive false positives
-
noisy firewall alerts
-
ignored network detections
π§ Security Operations Principle
Section titled βπ§ Security Operations PrincipleβMore alerts do not automatically mean better security.
63 β Review Change Management
Section titled β63 β Review Change ManagementβAssess whether network changes follow:
Request βReview βApproval βImplementation βValidation βRollback Capability64 β Review Emergency Changes
Section titled β64 β Review Emergency ChangesβAsk how emergency network changes are:
-
approved
-
documented
-
reviewed afterward
65 β Review Configuration Backups
Section titled β65 β Review Configuration BackupsβCritical network-device configurations should have:
-
backups
-
controlled storage
-
recovery process
66 β Review Device Software Lifecycle
Section titled β66 β Review Device Software LifecycleβAssess:
-
software versions
-
patching
-
unsupported devices
-
security advisories
67 β Review Unused Services
Section titled β67 β Review Unused ServicesβIdentify unnecessary network-device services.
π§ Hardening Principle
Section titled βπ§ Hardening PrincipleβDisable:
what the device does not need.
68 β Review Physical/Console Access
Section titled β68 β Review Physical/Console AccessβWhere relevant, consider:
-
data center access
-
console access
-
device tampering risk
69 β Build the Attack Surface Map
Section titled β69 β Build the Attack Surface MapβExample:
Internetββββ Public Web :443βββ VPN Gatewayβββ SSH :22 β Reviewβββ Firewall Admin β High Risk70 β Build the Internal Attack-Path Map
Section titled β70 β Build the Internal Attack-Path MapβExample:
User Endpoint βApplication βDatabase
User βXβ Managementπ§ Attack-Path Question
Section titled βπ§ Attack-Path QuestionβAsk:
If this user workstation is compromised, what is the highest-value system an attacker could reach?
71 β Build an Exposure Matrix
Section titled β71 β Build an Exposure MatrixβCreate:
| Asset | Exposure | Service | Required? | Risk |
|---|---|---|---|---|
72 β Build a Management Access Matrix
Section titled β72 β Build a Management Access Matrixβ| Source | Device | Protocol | Allowed? | Required? |
|---|---|---|---|---|
73 β Build a VPN Access Matrix
Section titled β73 β Build a VPN Access Matrixβ| User/Group | Destination | Service | Required? |
|---|---|---|---|
74 β Build an Inter-Segment Traffic Matrix
Section titled β74 β Build an Inter-Segment Traffic Matrixβ| Source | Destination | Service | Required? | Control |
|---|---|---|---|---|
75 β Create Findings
Section titled β75 β Create FindingsβUse:
Condition+Evidence+Network Path+Risk+Business Impact+Recommendationπ Standard Finding Format
Section titled βπ Standard Finding FormatβFinding ID:
Title:
Severity:
Affected Device / Network:
Observation:
Evidence:
Attack Path:
Risk:
Business Impact:
Recommendation:
Validation:76 β Example Finding β Weak Segmentation
Section titled β76 β Example Finding β Weak SegmentationβFinding ID:NSA-001
Title:User Network Has Broad Access to Server Networks
Severity:High
Observation:General user endpoints can directly access multiple internal server networks and services.
Risk:Compromise of a workstation could enable extensive lateral movement.
Recommendation:Define required business traffic and implement least-privilege segmentation between user and server networks.77 β Example Finding β Public Management
Section titled β77 β Example Finding β Public ManagementβFinding ID:NSA-002
Title:Network Device Management Exposed to Untrusted Network
Severity:High
Risk:External or lower-trust systems may directly target privileged network-device administration.
Recommendation:Restrict device management to approved management networks and secure administrative protocols.78 β Example Finding β Weak VPN Access
Section titled β78 β Example Finding β Weak VPN AccessβFinding ID:NSA-003
Title:Remote VPN Users Have Excessive Internal Access
Severity:High
Risk:Compromise of a remote credential or endpoint may provide broad access to sensitive internal networks.
Recommendation:Implement group-based VPN authorization and restrict remote access to approved applications and services.79 β Example Finding β Logging Gap
Section titled β79 β Example Finding β Logging GapβFinding ID:NSA-004
Title:Critical Network Devices Do Not Send Logs to Central Monitoring
Severity:High
Risk:Security teams may be unable to detect or reconstruct malicious network activity.
Recommendation:Centralize required network-device logging and validate retention and alerting.80 β Example Finding β Temporary Firewall Rule
Section titled β80 β Example Finding β Temporary Firewall RuleβFinding ID:NSA-005
Title:Temporary Firewall Rule Remains Active Beyond Approved Period
Severity:Medium
Risk:Unnecessary connectivity increases attack surface and may provide an undocumented access path.
Recommendation:Validate continued need, remove obsolete access, and enforce expiry for temporary firewall rules.π Risk Rating Model
Section titled βπ Risk Rating ModelβUse:
Exposure+Reachability+Privilege+Destination Sensitivity+Likelihood+Business Impact=Riskπ΄ Critical
Section titled βπ΄ CriticalβExamples:
-
internet-facing critical management
-
unrestricted access to highly sensitive systems
-
confirmed high-impact security-control bypass
π High
Section titled βπ HighβExamples:
-
broad user-to-server access
-
excessive VPN access
-
major monitoring gap
-
public administrative services
π‘ Medium
Section titled βπ‘ MediumβExamples:
-
stale firewall rules
-
weak recertification
-
unnecessary egress
-
isolated logging gaps
π΅ Low
Section titled βπ΅ LowβExamples:
-
naming
-
documentation
-
minor configuration cleanup
81 β Prioritize Findings
Section titled β81 β Prioritize FindingsβUse:
Immediate Attack Paths βPrivileged Exposure βCritical Asset Exposure βSegmentation Weaknesses βRemote Access Risks βMonitoring Gaps βGovernance / Cleanup82 β Identify Quick Wins
Section titled β82 β Identify Quick WinsβExamples:
-
remove public SSH
-
remove obsolete firewall rule
-
disable stale VPN account
-
restrict user-to-management access
-
enable missing syslog
83 β Identify Strategic Improvements
Section titled β83 β Identify Strategic ImprovementsβExamples:
-
redesign segmentation
-
implement centralized AAA
-
redesign remote access
-
implement internal firewalling
-
improve network monitoring architecture
84 β Build the Remediation Roadmap
Section titled β84 β Build the Remediation RoadmapβUse:
Immediate0β7 Days
Short Term7β30 Days
Medium Term30β90 Days
Strategic90+ Daysπ Example
Section titled βπ Exampleβ| Finding | Timeframe |
|---|---|
| Public Admin Access | Immediate |
| Excessive VPN Access | Immediate |
| Flat User/Server Network | Short Term |
| Logging Gaps | Medium Term |
| Enterprise Segmentation Redesign | Strategic |
85 β Validate Remediation
Section titled β85 β Validate RemediationβNever close findings because:
someone says the firewall was updated.
Validate:
Required Trafficβ Works
Unauthorized Trafficβ Fails86 β Validate Network Segmentation
Section titled β86 β Validate Network SegmentationβTest:
| Source | Destination | Expected | Actual |
|---|---|---|---|
| User | App HTTPS | Allow | |
| User | Database | Deny | |
| User | Management | Deny | |
| App | Database | Allow |
87 β Validate Administrative Access
Section titled β87 β Validate Administrative AccessβConfirm:
Management Network βSecure Admin βNetwork Deviceworks.
Confirm user networks cannot perform the same administrative access.
88 β Validate VPN Remediation
Section titled β88 β Validate VPN RemediationβConfirm:
-
authorized apps reachable
-
unnecessary subnets blocked
-
user group policy works
-
logs capture sessions
89 β Validate Logging
Section titled β89 β Validate LoggingβGenerate a controlled event and confirm it appears in:
-
central logging
-
SIEM where applicable
90 β Prepare an Executive Risk Summary
Section titled β90 β Prepare an Executive Risk SummaryβExecutives usually need:
-
overall posture
-
top risks
-
likely business impact
-
remediation priorities
Example:
The network security assessment identified material risk across internal segmentation, administrative access, remote connectivity, and centralized monitoring.
The highest-priority issues include broad user-to-server communication, excessive remote-access VPN permissions, and privileged management paths available from lower-trust networks.
Immediate remediation should reduce exposed administrative access and excessive remote connectivity.
Longer-term improvements should strengthen enterprise segmentation, firewall-governance processes, centralized AAA, and network-security monitoring.91 β Prepare the Technical Report
Section titled β91 β Prepare the Technical ReportβRecommended structure:
1. Executive Summary2. Assessment Scope3. Methodology4. Network Architecture5. Asset Inventory6. Trust Boundaries7. Segmentation Review8. ACL Review9. Firewall Review10. Public Exposure11. Management Security12. VPN Security13. Routing & NAT14. DNS / Network Services15. Monitoring & Logging16. Findings17. Risk Summary18. Remediation Roadmap19. Positive Observations20. Conclusionπ Positive Observations
Section titled βπ Positive ObservationsβInclude controls that are working well.
Examples:
-
dedicated management network
-
strong VLAN segmentation
-
VPN MFA
-
centralized AAA
-
narrow firewall rules
-
good syslog coverage
-
regular rule recertification
Balanced assessments are more credible than reports containing only weaknesses.
92 β Prepare the Findings Summary
Section titled β92 β Prepare the Findings SummaryβCreate:
| Severity | Count |
|---|---|
| Critical | |
| High | |
| Medium | |
| Low |
Then identify:
Top 5 Network Security Risks.
93 β Prepare for Stakeholder Review
Section titled β93 β Prepare for Stakeholder ReviewβBe ready to explain:
Why is this rule risky?
Which attack path does it create?
Which system is exposed?
What happens if the source is compromised?
What is the safest remediation?
Could remediation affect production?
π§ Consultant Mindset
Section titled βπ§ Consultant MindsetβAvoid:
This configuration is bad.
Prefer:
This configuration allows a lower-trust source to reach a higher-value system over services that are not required by the documented business flow, increasing lateral-movement risk.
π€ Network Security Assessment Interview Questions
Section titled βπ€ Network Security Assessment Interview QuestionsβPractise without notes.
1. How would you assess an unfamiliar network?
Section titled β1. How would you assess an unfamiliar network?β2. What would you review first?
Section titled β2. What would you review first?β3. How do you identify trust boundaries?
Section titled β3. How do you identify trust boundaries?β4. How do you assess segmentation?
Section titled β4. How do you assess segmentation?β5. How do you identify internet-facing services?
Section titled β5. How do you identify internet-facing services?β6. How would you review ACLs?
Section titled β6. How would you review ACLs?β7. What makes a firewall rule risky?
Section titled β7. What makes a firewall rule risky?β8. Why are Any/Any rules dangerous?
Section titled β8. Why are Any/Any rules dangerous?β9. How would you assess management-plane security?
Section titled β9. How would you assess management-plane security?β10. Why is a dedicated management network useful?
Section titled β10. Why is a dedicated management network useful?β11. How would you assess remote VPN access?
Section titled β11. How would you assess remote VPN access?β12. What would you review for a site-to-site VPN?
Section titled β12. What would you review for a site-to-site VPN?β13. Why does routing matter in a security assessment?
Section titled β13. Why does routing matter in a security assessment?β14. How can NAT affect investigations?
Section titled β14. How can NAT affect investigations?β15. Why are DNS logs useful?
Section titled β15. Why are DNS logs useful?β16. Why is NTP important?
Section titled β16. Why is NTP important?β17. Which network logs would you centralize?
Section titled β17. Which network logs would you centralize?β18. How would you identify lateral-movement risk?
Section titled β18. How would you identify lateral-movement risk?β19. How do you prioritize network findings?
Section titled β19. How do you prioritize network findings?β20. How do you validate remediation?
Section titled β20. How do you validate remediation?βπ¨ Scenario Interview Question 1
Section titled βπ¨ Scenario Interview Question 1βYou discover users can directly access production database servers.
A strong response should discuss:
-
business requirement
-
traffic path
-
current security control
-
attack path
-
segmentation
-
required application flow
-
validation
π¨ Scenario Interview Question 2
Section titled βπ¨ Scenario Interview Question 2βA firewall contains a large Any/Any rule used by several applications.
Do not immediately delete it.
Use:
Identify Dependencies βCollect Rule Usage βMap Business Flows βCreate Specific Rules βTest βRemove Broad Rule βMonitorπ¨ Scenario Interview Question 3
Section titled βπ¨ Scenario Interview Question 3βRemote VPN users can access every internal subnet.
Discuss:
-
VPN groups
-
authorization
-
segmentation
-
MFA
-
business roles
-
logging
π¨ Scenario Interview Question 4
Section titled βπ¨ Scenario Interview Question 4βNetwork administrators use Telnet from the general user network.
Discuss:
-
secure management protocol
-
dedicated management network
-
AAA
-
least privilege
-
logging
π¨ Scenario Interview Question 5
Section titled βπ¨ Scenario Interview Question 5βFirewall and VPN logs are retained for only one day.
Discuss:
-
detection
-
forensic investigation
-
business requirements
-
compliance
-
retention strategy
π§ Assessment Interview Framework
Section titled βπ§ Assessment Interview FrameworkβUse:
Scope βArchitecture βAssets βTrust Boundaries βTraffic Paths βControls βMonitoring βRisk βRemediation βValidationπ¬ Interview Tip
Section titled βπ¬ Interview TipβAvoid:
βI would scan the network and check the firewall.β
A stronger answer is:
βI would first confirm the assessment scope and critical assets, understand the network topology and trust boundaries, map required traffic flows, review public exposure, segmentation, ACL and firewall policies, management access, VPNs, routing and network services, then evaluate logging and monitoring before prioritizing findings according to actual business impact.β
That sounds like a Network Security Consultant.
π Portfolio Deliverables
Section titled βπ Portfolio DeliverablesβCreate sanitized examples of:
-
network architecture diagram
-
VLAN/subnet inventory
-
trust-boundary map
-
traffic matrix
-
public-exposure matrix
-
ACL review
-
firewall review
-
VPN access review
-
management access matrix
-
findings register
-
remediation roadmap
-
executive summary
π Resume Examples
Section titled βπ Resume ExamplesβInstead of:
Network security assessment experience.
Use:
Performed a structured enterprise network-security assessment in a lab environment covering network architecture, segmentation, ACLs, firewalls, VPNs, management access, routing, NAT, DNS, and centralized logging.
Or:
Identified excessive inter-segment connectivity, broad firewall policies, weak remote-access controls, and network-monitoring gaps and produced risk-rated remediation recommendations.
β Runbook Readiness Check
Section titled ββ Runbook Readiness CheckβYou should now be able to:
-
define network assessment scope
-
map network architecture
-
inventory important assets
-
identify trust boundaries
-
assess segmentation
-
review ACLs
-
review firewall policies
-
identify public exposure
-
assess management security
-
review VPN architecture
-
evaluate remote-access security
-
review routing and NAT
-
understand DNS/security monitoring implications
-
identify logging gaps
-
create defensible findings
-
rate risk
-
prioritize remediation
-
validate changes
-
explain findings to stakeholders
The objective is not:
I checked all network devices.
The objective is:
I understand which network paths exist, which trust relationships are unnecessary, where critical systems are exposed, which controls are weak, and what should be remediated first to reduce real attack paths.
π Runbook Complete
Section titled βπ Runbook CompleteβYou now have a repeatable methodology for:
Architecture Discovery βAsset Inventory βTrust Analysis βSegmentation Review βACL Assessment βFirewall Assessment βVPN Assessment βManagement Security βNetwork Monitoring βRisk Analysis βRemediation βReportingThis directly supports roles such as:
-
Network Security Engineer
-
Security Consultant
-
Firewall Engineer
-
Infrastructure Security Engineer
-
Security Architect
π Whatβs Next?
Section titled βπ Whatβs Next?βYou now understand how to assess an enterprise network as a whole.
The next runbook goes deeper into one of the most important operational security controls in that network:
β‘οΈ Next: Firewall Review Runbook
In the next runbook, you will systematically assess:
-
firewall architecture
-
zones and interfaces
-
policy rules
-
Any/Any access
-
public exposure
-
inbound publishing
-
outbound access
-
NAT
-
management-plane security
-
logging
-
unused rules
-
shadowed rules
-
temporary access
-
rule ownership
-
recertification
-
risk rating
-
remediation
-
firewall interview scenarios