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.
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)- A90% (46)
- B2% (1)
- C2% (1)
- D6% (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.
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.
Capturing every packet without rule-based filtering would overwhelm Snort's processing and generate excessive noise, defeating the purpose of a properly tuned NIDS.
Restricting capture to a single segment is a sensor placement consideration, not a Snort configuration file requirement.
/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
Community Discussion
No community discussion yet for this question.