nerdexam
(ISC)2

SSCP · Question #372

Several analysis methods can be employed by an IDS, each with its own strengths and weaknesses, and their applicability to any given situation should be carefully considered. There are two basic IDS…

The correct answer is B. Anomaly Detection. There are two fundamental IDS analysis methods: Pattern Matching (signature-based) and Anomaly Detection. Pattern matching compares observed traffic or behavior against a database of known attack signatures - it rarely produces false positives because it only alerts on exact or…

Submitted by anjalisingh· Apr 18, 2026Risk Identification, Monitoring and Analysis

Question

Several analysis methods can be employed by an IDS, each with its own strengths and weaknesses, and their applicability to any given situation should be carefully considered. There are two basic IDS analysis methods that exists. Which of the basic method is more prone to false positive?

Options

  • APattern Matching (also called signature analysis)
  • BAnomaly Detection
  • CHost-based intrusion detection
  • DNetwork-based intrusion detection

How the community answered

(33 responses)
  • B
    91% (30)
  • C
    3% (1)
  • D
    6% (2)

Explanation

There are two fundamental IDS analysis methods: Pattern Matching (signature-based) and Anomaly Detection. Pattern matching compares observed traffic or behavior against a database of known attack signatures - it rarely produces false positives because it only alerts on exact or near-exact matches, but it misses novel/unknown attacks (false negatives). Anomaly Detection works by first establishing a baseline of 'normal' behavior, then alerting whenever observed behavior deviates significantly from that baseline. Because legitimate but unusual activity (a new application, a burst of authorized traffic, a user working odd hours) can look like an attack, anomaly detection is far more prone to false positives. Host-based (HIDS) and network-based (NIDS) describe the deployment location of an IDS, not its analysis method, so C and D are off-topic categories.

Topics

#Intrusion Detection Systems (IDS)#Anomaly Detection#False Positives#Security Monitoring

Community Discussion

No community discussion yet for this question.

Full SSCP Practice