ExamRange

CND (312-38) Network Defense Simulation

In this simulation, you will review a network security posture escalation. You will learn to identify the key organizational roles required to approve structural changes to the defense-in-depth strategy after the SOC detects advanced evasive traffic.

Network Scenario

During routine traffic analysis, your Security Operations Center (SOC) team detects anomalous outbound UDP traffic on Port 53. Standard firewall rules permit this traffic as normal DNS resolution. However, deep packet inspection reveals high-entropy, overly long subdomain strings indicating a potential DNS tunneling attack bypassing current technical controls.

The network defense team determines that the organization's current defense-in-depth strategy is inadequate. They draft a proposal to procure and deploy a dedicated Next-Generation Intrusion Prevention System (NGIPS) and update the enterprise security policy regarding external DNS resolution. This major shift in the Information Security program requires approval from the highest level of information security management.

Traffic & Logs

[14:22:01] FW-01 ACCEPT UDP 192.168.45.12:52119 -> 8.8.8.8:53 [14:22:01] IDS-SENSOR-02 ALERT: [1:2014702:8] ET DNS Query to .tk domain - Possible DNS Tunneling [14:22:01] PCAP-SNIPPET: Query: 7a6b5c4d3e2f1a8b9c0d.tunnel.badactor.tk Type: TXT, Class: IN [14:22:02] FW-01 ACCEPT UDP 192.168.45.12:52119 -> 8.8.8.8:53 [14:22:02] PCAP-SNIPPET: Query: 1f2e3d4c5b6a79889796.tunnel.badactor.tk Type: TXT, Class: IN ** NOTE: Traffic allowed by default Edge-FW Policy ID 44 (Permit Outbound DNS) **

Question

Fill in the blank with the appropriate term. The_______________ is typically considered as the top InfoSec officer in the organization and helps in maintaining current and appropriate body of knowledge required to perform InfoSec management functions.
A Network Administrator
B Security Operations Center (SOC) Manager
C Chief Information Security Officer (CISO)
D Chief Technology Officer (CTO)

Expert Analysis

1. What is happening in the network

The logs show an internal endpoint (192.168.45.12) communicating with an external DNS server (8.8.8.8) using TXT record queries containing high-entropy, long subdomain strings. This is a classic signature of DNS Tunneling (e.g., Iodine, DNScat2). The traffic is successfully passing through the firewall because Port 53 (UDP) is explicitly allowed for normal operations.

2. Identify attack or behavior

The attacker is encapsulating malicious C2 (Command and Control) or data exfiltration traffic within standard DNS queries. Because the firewall only checks ports and protocols (not application-layer payload context), the malicious traffic bypasses perimeter defenses.

3. Why the correct answer is correct

CISO (Chief Information Security Officer) is the correct answer. Addressing this vulnerability requires more than a simple firewall rule change; it requires architectural budget (for NGIPS/NGFW), structural policy changes (restricting endpoints to internal DNS servers only), and updating the organization's defense-in-depth posture. The CISO is the top InfoSec officer responsible for maintaining this strategic body of knowledge and authorizing these enterprise-wide security management functions.

4. Why others are wrong

5. Defensive action

To defend against this, the network must be reconfigured so that internal endpoints cannot query external DNS servers directly. Endpoints must query an internal DNS sinkhole/forwarder, which inspects queries for entropy, length, and known bad domains before forwarding them. An IPS should also be configured to drop DNS TXT records exceeding normal length parameters.

MINI LESSON: Security Governance in Network Defense
Network Defense is not just about configuring routers and firewalls; it is heavily tied to policy. A Defense-in-Depth strategy requires continuous management. When technical controls fail (like a basic stateful firewall missing a DNS tunnel), it is the responsibility of InfoSec leadership (the CISO) to ensure policies are updated, funding is secured for advanced monitoring (IDS/IPS), and the organization's overall risk posture is actively managed.