nerdexam
EC-Council

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.

Evading IDS, Firewalls, and Honeypots

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)
  • A
    6% (3)
  • B
    77% (36)
  • C
    2% (1)
  • D
    15% (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.

ADrops the packet and moves on to the next one

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.

BContinues to evaluate the packet until all rules are checkedCorrect

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.

CStops checking rules, sends an alert, and lets the packet continue

Snort does not stop evaluating rules after the first alert match; it processes the packet against all applicable rules before moving on.

DBlocks the connection with the source IP address in the packet

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

#Snort#IDS rule evaluation#alert behavior#packet processing

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice