A security analyst reviewing SIEM alert logs identifies the following sequential events originating from an internal workstation:
2026-07-27T14:02:11Z Event: DNS_QUERY SrcIP: 10.0.4.150 DstIP: 8.8.8.8 Query: c2FtcGxlZGF0YWV4Zmls.malicious-domain.com RecordType: TXT Length: 512
2026-07-27T14:02:12Z Event: DNS_QUERY SrcIP: 10.0.4.150 DstIP: 8.8.8.8 Query: dG9wc2VjcmV0ZG9jcw==.malicious-domain.com RecordType: TXT Length: 512
2026-07-27T14:02:13Z Event: DNS_QUERY SrcIP: 10.0.4.150 DstIP: 8.8.8.8 Query: cGFzc3dvcmRoYXNoZXM=.malicious-domain.com RecordType: TXT Length: 512
Which of the following security threats is directly indicated by these log entries?
- DNS tunneling used for covert data exfiltrationAnswer
- BA DNS amplification attack targeted at saturating internal network switches
- CCross-Site Scripting (XSS) attempting to steal session cookies
- DAn unauthorized Kerberos ticket granting request attempting identity spoofing
Answer
The correct answer is DNS tunneling used for covert data exfiltration.
The log entries demonstrate DNS tunneling. The presence of rapidly generated TXT record queries containing unique, Base64-encoded subdomains sent to an external domain indicates that an internal host is encoding data into DNS queries to bypass traditional firewall and proxy filters for data exfiltration.
Step-by-Step Solution
Key Concept
DNS Tunneling and Data Exfiltration Detection in SIEM Logs
Estimated Time:1m 30s