In this simulation, you will analyze firewall access control strategies. You will learn how implicit rules govern network traffic and why a restrictive posture is essential for minimizing the attack surface.
CND (312-38) Network Defense Simulation
Network Scenario
You are reviewing the configuration of a newly deployed perimeter firewall protecting the corporate data center. The business requirements state that only web traffic (HTTP/HTTPS) and specific secure management protocols (SSH from dedicated admin jump-boxes) should reach the servers. Everything else must be blocked to minimize exposure and stop unauthorized lateral movement.
Traffic & Logs
// FIREWALL ACL CONFIGURATION
// FIREWALL TRAFFIC LOG
Analysis: Traffic targeting approved ports (443) passes. Unauthorized connection attempts (RDP on 3389, Telnet on 23) hit the catch-all rule at the bottom and are explicitly logged and dropped.
Question
Jason has set a firewall policy that allows only a specific list of network services and denies everything else. This strategy is known as a ____________.