nerdexam
GIAC

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.

Incident Response & Cyber Kill Chain

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)
  • A
    8% (2)
  • B
    4% (1)
  • C
    85% (22)
  • D
    4% (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.

ABy examining your domain controller server logs.

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.

BYou cannot, you need an IDS.

Firewall logs provide visibility into network-layer communication, making IDS a useful but not strictly required tool for detecting anomalous outbound traffic.

CBy examining your firewall logs.Correct

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.

DBy setting up a DMZ.

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

#rootkit detection#firewall logs#network monitoring#threat detection

Community Discussion

No community discussion yet for this question.

Full GCIH Practice