ExamRange

CND (312-38) Network Defense Simulation

Strategic IDS Deployment

Evaluate network topology to determine the optimal placement for an Intrusion Detection System (IDS) based on specific organizational monitoring objectives.

Network Scenario

You are architecting the monitoring strategy for a mid-sized enterprise. The CISO mandates increased visibility into lateral movement, insider threats, and infected workstations spreading malware within the organization. Review the proposed sensor placement diagram below.

           [ EXTERNAL INTERNET ]
                     │
               (Location 4)
                     │
           [ PERIMETER FIREWALL ]
                     │
             ┌───────┴───────┐
             │               │
       (Location 2)    (Location 3)
             │               │
        [ DMZ SWITCH ]  [ CORE ROUTER ]
        [Web Services]       │
                       (Location 1)
                             │
                       [ CORE SWITCH ]
                 [ Internal Endpoints/Servers ]
                    

Traffic & Logs

// Target Configuration for Selected Location: SPAN (Port Mirroring)
Core_Switch_01(config)# monitor session 1 source vlan 10,20,30 both
Core_Switch_01(config)# monitor session 1 destination interface GigabitEthernet1/0/24
// Expected Log Example (If placed correctly)
[**] [1:28423:1] INDICATOR-COMPROMISE Suspicious SMB Admin Share Access [**]
[Classification: Attempted Administrator Privilege Gain] [Priority: 1]
SRC: 10.1.20.45 (Marketing_PC) -> DST: 10.1.30.12 (HR_Server) : 445

Question

An administrator wants to monitor and inspect large amounts of traffic and detect unauthorized attempts from inside the organization, with the help of an IDS. They are not able to recognize the exact location to deploy the IDS sensor. Can you help him spot the location where the IDS sensor should be placed?