312-50V11 · Question #291
When an alert rule is matched in a network-based IDS like snort, the IDS does which of the following?
The correct answer is B. Continues to evaluate the packet until all rules are checked. In Snort's default IDS detection mode, matching an alert rule does not halt rule evaluation - Snort continues checking the packet against all remaining rules. This ensures comprehensive multi-signature detection for a single packet.
Question
When an alert rule is matched in a network-based IDS like snort, the IDS does which of the following?
Options
- ADrops the packet and moves on to the next one
- BContinues to evaluate the packet until all rules are checked
- CStops checking rules, sends an alert, and lets the packet continue
- DBlocks the connection with the source IP address in the packet
How the community answered
(47 responses)- A6% (3)
- B77% (36)
- C2% (1)
- D15% (7)
Why each option
In Snort's default IDS detection mode, matching an alert rule does not halt rule evaluation - Snort continues checking the packet against all remaining rules. This ensures comprehensive multi-signature detection for a single packet.
Dropping packets is an inline IPS prevention action - Snort operating as a passive IDS does not modify, block, or drop traffic under any detection rule match.
Snort's rule evaluation engine does not short-circuit on the first match; when an alert rule fires, it logs and generates an alert, then continues evaluating the packet against all remaining rules in the ruleset. This multi-match behavior ensures that a packet triggering one signature can still be detected by additional signatures, providing thorough and overlapping coverage.
Snort does not stop evaluating rules after the first alert match; it processes the packet against all applicable rules before moving on.
Blocking connections by source IP is an active prevention capability belonging to an IPS or integrated firewall, not to a passive IDS operating in detection-only mode.
Concept tested: Snort IDS rule evaluation and multi-match processing behavior
Source: https://docs.snort.org/
Topics
Community Discussion
No community discussion yet for this question.