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.
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)- A89% (50)
- B2% (1)
- C4% (2)
- D5% (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.
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.
Capturing every packet indiscriminately describes a promiscuous-mode sniffer, not a properly scoped NIDS, which must apply rules and network variable filters.
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.
/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
Community Discussion
No community discussion yet for this question.