nerdexam
EC-Council

312-50V9 · Question #121

Which of the following does proper basic configuration of snort as a network intrusion detection system require?

The correct answer is A. Limit the packets captured to the snort configuration file. Proper Snort NIDS configuration requires using the snort.conf file to define which packets are captured and analyzed, including network scope and active rule sets.

Evading IDS, Firewalls, and Honeypots

Question

Which of the following does proper basic configuration of snort as a network intrusion detection system require?

Options

  • ALimit the packets captured to the snort configuration file.
  • BCapture every packet on the network segment.
  • CLimit the packets captured to a single segment.
  • DLimit the packets captured to the /var/log/snort directory.

How the community answered

(56 responses)
  • A
    89% (50)
  • B
    2% (1)
  • C
    4% (2)
  • D
    5% (3)

Why each option

Proper Snort NIDS configuration requires using the snort.conf file to define which packets are captured and analyzed, including network scope and active rule sets.

ALimit the packets captured to the snort configuration file.Correct

The Snort configuration file (snort.conf) is where administrators set HOME_NET, EXTERNAL_NET, preprocessor options, and rule include paths that collectively define which packets Snort captures and inspects. Without these configuration file directives, Snort cannot apply detection logic selectively, which is the core requirement distinguishing an NIDS from a raw packet capture tool.

BCapture every packet on the network segment.

Capturing every packet indiscriminately describes a promiscuous-mode sniffer, not a properly scoped NIDS, which must apply rules and network variable filters.

CLimit the packets captured to a single segment.

Restricting capture to a single segment is a physical deployment decision, not a configuration requirement - Snort can be deployed to monitor multiple segments depending on sensor placement.

DLimit the packets captured to the /var/log/snort directory.

/var/log/snort is the default output directory for Snort alerts and logs; it controls where output is written, not which packets are captured or inspected.

Concept tested: Snort NIDS configuration file and packet capture scope

Source: https://docs.snort.org/start/configuration

Topics

#Snort#NIDS configuration#packet capture#IDS tuning

Community Discussion

No community discussion yet for this question.

Full 312-50V9 Practice