A Security Operations Center (SOC) analyst is reviewing raw telemetry in a SIEM console containing the following event logs from an internal DNS resolver and perimeter firewall:
2026-07-27T14:10:02Z dns-resolver named[2104]: query: 61646d696e2d70617373776f7264.exfil.external-badactor.net IN TXT + (10.0.4.15)
2026-07-27T14:10:05Z dns-resolver named[2104]: query: 636f6e666964656e7469616c3132.exfil.external-badactor.net IN TXT + (10.0.4.15)
2026-07-27T14:10:08Z perimeter-fw kernel: [DENY] SRC=10.0.4.15 DST=203.0.113.50 PROTO=TCP SPT=49210 DPT=443 SIG=DIRECT_OUTBOUND_RESTRICTED
Based on these correlated log entries, which of the following security findings are accurate? (Select TWO.)
- Host 10.0.4.15 is using DNS tunneling via hex-encoded subdomains in TXT record queries to exfiltrate data.Answer
- Direct outbound TCP traffic on port 443 from host 10.0.4.15 to IP address 203.0.113.50 was explicitly dropped by the perimeter firewall.Answer
- CHost 10.0.4.15 is attempting a Cross-Site Scripting (XSS) attack against the internal DNS resolver to compromise local user sessions.
- DThe perimeter firewall log entries indicate an authentication bypass vulnerability within an encrypted database session.
Answer
Host 10.0.4.15 is using DNS tunneling via hex-encoded subdomains in TXT record queries to exfiltrate data, and direct outbound TCP traffic on port 443 from host 10.0.4.15 to IP address 203.0.113.50 was explicitly dropped by the perimeter firewall.
The correct findings identify DNS tunneling via hex-encoded subdomain queries for TXT records originating from host 10.0.4.15, as well as the perimeter firewall explicitly blocking direct outbound TCP port 443 traffic from that same host to IP 203.0.113.50.
Step-by-Step Solution
Key Concept
DNS Tunneling Detection and Firewall Telemetry Analysis