In this simulation, you will step into the role of a first responder during a suspected Denial of Service (DoS) attack. You will learn the critical first steps of incident handling, focusing on the correct psychological and procedural reactions required before taking technical countermeasures.

CND (312-38) Network Defense Simulation

Network Scenario

You are the on-call Network Security Analyst monitoring the perimeter edge. Suddenly, the external firewall and edge routers start reporting a massive spike in inbound traffic. The SOC dashboard flashes red as bandwidth utilization hits 98% on the primary WAN link. Customer support is already receiving calls about the main portal being unreachable. You open Wireshark and your NetFlow analyzer to verify the alert, noticing an overwhelming volume of traffic originating from a specific regional IP block. The pressure is mounting rapidly.

Traffic & Logs

[EDGE ROUTER WAN_01 STATS]
CRITICAL: Interface GigabitEthernet0/0/1 utilization at 98.5% (Input rate: 9.8 Gbps)

[WIRESHARK - LIVE CAPTURE SUMMARY - eth0]
14:05:01.223 [UDP] SRC: 185.15.x.x (Region: AP) DST: 203.0.113.50 LEN: 1460
14:05:01.223 [UDP] SRC: 185.15.x.x (Region: AP) DST: 203.0.113.50 LEN: 1460
14:05:01.224 [UDP] SRC: 185.15.x.x (Region: AP) DST: 203.0.113.50 LEN: 1460
WARNING: 50,000+ similar packets received in last 100ms.

[IDS ALERT]
[SID: 201243] ET DOS Possible UDP Flood inbound
[ACTION: Alert generated, traffic passing]

Question

You are monitoring your network traffic with the Wireshark utility and noticed that your network is experiencing a large amount of traffic from a certain region. You suspect a DoS incident on the network. What will be your first reaction as a first responder?

A. Avoid Fear, Uncertainty and Doubt
B. Communicate the incident
C. Make an initial assessment
D. Disable Virus Protection

Think about the psychological and procedural mindset required before you touch any technical controls or start alerting executives. Panic leads to mistakes.

Expert Analysis

1. What is happening in the network: A massive influx of UDP traffic from a specific geographic region is overwhelming the external network interface (GigabitEthernet0/0/1), causing legitimate packets to be dropped due to resource exhaustion (bandwidth saturation).

2. Identify attack or behavior: This is a classic Volumetric Denial of Service (DoS) or Distributed Denial of Service (DDoS) attack, likely a UDP flood designed to overwhelm network capacity rather than target a specific application flaw.

3. Why correct answer is correct: A. Avoid Fear, Uncertainty and Doubt (FUD). In the chaotic first moments of an incident, the most critical step for a first responder is to remain calm, objective, and composed. Acting out of panic or assumption (FUD) often leads to catastrophic mistakes, such as taking the wrong systems offline, permanently destroying forensic evidence, or triggering a premature, chaotic escalation.

4. Why others are wrong:

5. Defensive Action: Once composed, the defender should execute the Incident Response Plan (IRP). This involves performing a rapid technical assessment (confirming it's a UDP flood from a specific region) and applying perimeter controls: implementing ACLs, executing a geo-block on the perimeter firewall, or coordinating with the ISP for upstream blackhole routing (BGP RTBH).

MINI LESSON: First Responder Mindset
  • Traffic Pattern Recognition: Volumetric DoS is characterized by identical, high-rate packets (often UDP or ICMP) saturating links.
  • Protocol Behavior: UDP is connectionless, making it easy to spoof and flood. There is no handshake to slow down the attacker.
  • Mindset over Mechanics: The EC-Council CND emphasizes that incident handling is a structured process. "Avoiding FUD" is explicitly taught as the mandatory first reaction to ensure subsequent technical decisions (containment, mitigation) are sound and evidence is preserved.

Explore more CND simulations:

https://exam.practice-tests.org