A cloud security operations center receives automated alerts flagging unusual outbound DNS query patterns originating from an internal web application server. The telemetry reveals thousands of high-frequency sub-domain requests formatted as encoded payloads appended to an external domain, accompanied by oversized TXT record responses. Which of the following initial actions should the security analyst take to investigate and contain this activity? (Select TWO.)
- Isolate the affected application server from the network segment to halt active data exfiltration.Answer
- Inspect DNS resolver query logs and correlate them with endpoint process execution logs to identify the compromised binary.Answer
- CReconfigure perimeter firewall rules to redirect all incoming network traffic intended for the server into a deception honeypot.
- DApply an inline network intrusion prevention system (NIPS) rule to perform SSL/TLS decryption on inbound web traffic.
Answer
The analyst should isolate the affected application server to prevent further data exfiltration and correlate DNS query logs with endpoint process logs to determine the malicious process.
Isolating the affected application server halts covert data transfer across the network, while inspecting DNS query logs alongside host process logs reveals the exact executable performing DNS tunneling.
Step-by-Step Solution
Key Concept
DNS Tunneling Detection and Incident Response Containment