nerdexam
EC-Council

312-50V10 · Question #346

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 basic Snort NIDS configuration requires the snort.conf file to control which packets are captured and which rules govern detection.

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

(51 responses)
  • A
    90% (46)
  • B
    2% (1)
  • C
    2% (1)
  • D
    6% (3)

Why each option

Proper basic Snort NIDS configuration requires the snort.conf file to control which packets are captured and which rules govern detection.

ALimit the packets captured to the snort configuration file.Correct

Snort uses its configuration file (snort.conf) to define the monitored network, active rule sets, preprocessors, and output plugins that collectively determine which packets are inspected and what actions are triggered. Basing capture behavior on the configuration file is fundamental to a controlled, rule-driven NIDS deployment and prevents wasting resources on irrelevant traffic.

BCapture every packet on the network segment.

Capturing every packet without rule-based filtering would overwhelm Snort's processing and generate excessive noise, defeating the purpose of a properly tuned NIDS.

CLimit the packets captured to a single segment.

Restricting capture to a single segment is a sensor placement consideration, not a Snort configuration file requirement.

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

/var/log/snort is the default output logging directory, not a mechanism for controlling which packets are captured or analyzed.

Concept tested: Snort NIDS snort.conf basic configuration

Source: https://www.snort.org/documents

Topics

#Snort#NIDS configuration#packet capture#intrusion detection

Community Discussion

No community discussion yet for this question.

Full 312-50V10 Practice