During a routine traffic audit of an enterprise perimeter router, a security team examines the following network telemetry log generated by a passive Network Security Monitoring (NSM) sensor inspecting outbound UDP traffic:
Timestamp: 2026-07-27T14:22:01Z
Sensor_ID: NSM-PERIMETER-02
Src_IP: 10.4.18.99 (Internal Workstation)
Dst_IP: 198.51.100.45 (External Name Server)
Proto/Port: UDP/53
Query_Type: TXT
Query_String: a1b2c3d4e5f67890abcdef1234567890.sub.exfil-domain.example
Packet_Count: 14,250 queries/5 min
Avg_Payload_Size: 480 bytes
Which of the following is the most accurate assessment of the threat indicated by this alert and the security operational classification of the sensor mechanism?
- The traffic indicates network data exfiltration using DNS covert tunneling, and the monitoring sensor operates as a detective security control.Answer
- BThe traffic indicates an active SQL injection attack targeting an external database, and the monitoring sensor operates as a detective security control.
- CThe traffic indicates network data exfiltration using DNS covert tunneling, and the monitoring sensor operates as a preventive security control.
- DThe traffic indicates a host memory buffer overflow exploit, and the incident should be remediated by deploying inline host-based application patches.
Answer
The traffic indicates network data exfiltration using DNS covert tunneling, and the monitoring sensor operates as a detective security control.
The correct option accurately identifies the high-frequency UDP/53 TXT query anomaly as DNS covert tunneling used for exfiltrating data across network boundaries. It also correctly categorizes the passive network telemetry sensor as a detective security control because it gathers log evidence and triggers alerts without intercepting or dropping packets inline.
Step-by-Step Solution
Key Concept
DNS Covert Tunneling Detection and Detective Security Controls