A SOC analyst is reviewing correlated telemetry in a SIEM console following an automated high-severity alert:
[SIEM Alert - Event ID: ALRT-2026-9104]
Rule Name: High-Frequency Outbound Encoded DNS Lookups
Telemetry Digest:
- Timestamp: 2026-07-27T10:14:02Z | SrcIP: 172.16.42.50 | DstIP: 8.8.8.8 | Proto: UDP/53 | Query: a3f9b1c2e4d.data.example-cdn.net | QueryType: TXT | Length: 240 bytes
- Timestamp: 2026-07-27T10:14:03Z | SrcIP: 172.16.42.50 | DstIP: 8.8.8.8 | Proto: UDP/53 | Query: e8d4c1f7a9b.data.example-cdn.net | QueryType: TXT | Length: 244 bytes
- Timestamp: 2026-07-27T10:14:04Z | SrcIP: 172.16.42.50 | DstIP: 8.8.8.8 | Proto: UDP/53 | Query: f9b2e0a1c3d.data.example-cdn.net | QueryType: TXT | Length: 238 bytes
(1,420 similar requests recorded within a 3-minute window)
Host Firewall Logs:
2026-07-27T10:13:58Z ALLOW UDP 172.16.42.50:53124 -> 8.8.8.8:53 (Bypassing internal DNS resolver 172.16.0.2)
Based on the log telemetry, which of the following security events is occurring, and which containment action should be implemented first?
- DNS tunneling for data exfiltration; block direct outbound UDP/53 traffic from internal endpoints and enforce routing through designated internal recursive DNS resolvers.Cevap
- BDistributed Denial of Service (DDoS) reflection attack; configure SIEM threshold rules to drop incoming ICMP echo responses.
- CCross-Site Scripting (XSS) payload delivery; apply web application firewall (WAF) input validation rules to encode TXT parameters.
- DUnauthorized privilege escalation via RADIUS; revoke user authorization tokens on the enterprise authentication server.