GCIH · Question #178
You are concerned about rootkits on your network communicating with attackers outside your network. Without using an IDS how can you detect this sort of activity?
The correct answer is C. By examining your firewall logs. Firewall logs record all inbound and outbound network connections, making them the primary tool for detecting anomalous outbound traffic from rootkits communicating with external attackers without relying on an IDS.
Question
You are concerned about rootkits on your network communicating with attackers outside your network. Without using an IDS how can you detect this sort of activity?
Options
- ABy examining your domain controller server logs.
- BYou cannot, you need an IDS.
- CBy examining your firewall logs.
- DBy setting up a DMZ.
How the community answered
(26 responses)- A8% (2)
- B4% (1)
- C85% (22)
- D4% (1)
Why each option
Firewall logs record all inbound and outbound network connections, making them the primary tool for detecting anomalous outbound traffic from rootkits communicating with external attackers without relying on an IDS.
Domain controller logs record authentication events such as logins, logoffs, and policy changes, and do not capture general network traffic patterns indicative of rootkit command-and-control activity.
Firewall logs provide visibility into network-layer communication, making IDS a useful but not strictly required tool for detecting anomalous outbound traffic.
Firewall logs capture metadata for every connection attempt passing through the perimeter, including source IP, destination IP, port, and protocol. Rootkits must communicate outbound to reach an attacker's command-and-control server, and this traffic will appear in firewall logs as unusual outbound connections on unexpected ports or to suspicious external addresses. Reviewing these logs allows an analyst to identify covert channels without deploying a dedicated IDS.
Setting up a DMZ is a network segmentation strategy that separates public-facing servers from the internal network, but it does not provide detection capabilities for rootkit communications.
Concept tested: Detecting covert outbound traffic using firewall logs
Source: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-41r1.pdf
Topics
Community Discussion
No community discussion yet for this question.