A security analyst is reviewing correlated firewall and internal DNS query logs for an internal workstation (10.0.4.15):
[Firewall Log]
Timestamp: 2026-07-27T14:15:02Z Src_IP: 10.0.4.15 Dst_IP: 198.51.100.44 Dst_Port: 53 Protocol: UDP Bytes_Sent: 4520 Bytes_Rcvd: 312 Action: ALLOW
Timestamp: 2026-07-27T14:15:05Z Src_IP: 10.0.4.15 Dst_IP: 198.51.100.44 Dst_Port: 53 Protocol: UDP Bytes_Sent: 4890 Bytes_Rcvd: 298 Action: ALLOW
[DNS Query Log]
Timestamp: 2026-07-27T14:15:02Z Client: 10.0.4.15 Query: 58617a7964617461.exfil.badactor-domain.com Type: TXT RCODE: NOERROR
Timestamp: 2026-07-27T14:15:05Z Client: 10.0.4.15 Query: 6261636b75703031.exfil.badactor-domain.com Type: TXT RCODE: NOERROR
Based on this log telemetry, which of the following statements regarding the threat activity and appropriate mitigation steps are correct? (Select TWO.)
- The host is utilizing DNS tunneling to exfiltrate encoded payload data within subdomain query strings.Cevap
- BThe attack represents a reflected Cross-Site Scripting (XSS) payload attempting database schema extraction.
- Implementing DNS sinkholing or blocking external DNS resolution to the suspicious destination host will help contain the exfiltration path.Cevap
- DThe activity indicates an authorization control misconfiguration causing identity verification failures on the domain controller.