mediumMultiple ChoiceObjective-mapped
Reducing IDS False Positives — Signature Tuning vs Threshold Adjustments
A company has deployed an intrusion detection system (IDS) that generates numerous false positives. Which approach would best reduce false positives while maintaining detection capability?
Quick Answer
Tuning the IDS signatures and rules is the best approach because it addresses the actual root cause of excessive false positives, detection logic that's too broad or poorly matched to the organization's real traffic patterns, rather than papering over the symptom. When a signature is written too loosely, it flags legitimate traffic that merely resembles malicious activity, and the fix is to refine that signature so it more precisely matches genuine threats while excluding the benign traffic that was triggering it unnecessarily. This preserves the IDS's actual detection capability, since every signature still fires when it should; it's simply been made more accurate. Compare this to a tempting but flawed alternative: raising alert thresholds or requiring more occurrences before triggering an alert. That approach reduces noise too, but it does so indiscriminately, and it can cause the IDS to miss low-and-slow attacks, deliberately paced, low-volume malicious activity designed to stay under a raised threshold, meaning it trades detection capability away just to reduce noise, rather than improving precision. Genuine tuning work involves things like excluding known-benign traffic patterns or adjusting signatures to better reflect the environment's normal behavior, all without sacrificing sensitivity to real attacks. Whenever a question asks how to reduce false positives while preserving detection capability, favor precision-improving answers like signature tuning over blunt-instrument answers like raising thresholds or disabling rules.
⚠ Common exam trap
Many candidates confuse 'increasing the threshold' (option A) with tuning, but threshold adjustments are a blunt instrument that can suppress true positives, whereas signature tuning refines detection granularity without sacrificing sensitivity.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Tune the IDS signatures and rules
Tuning IDS signatures and rules (option D) directly addresses the root cause of false positives by refining detection patterns to match legitimate traffic more accurately. This approach preserves the IDS's ability to detect genuine threats while eliminating noise, unlike threshold adjustments which can miss low-and-slow attacks.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Increase the alert generation threshold
Why it's wrong here
Increasing alerts would make the problem worse.
- ✗
Replace the IDS with an intrusion prevention system (IPS)
Why it's wrong here
An IPS may still generate false positives and block legitimate traffic.
- ✗
Disable the IDS until a full review is completed
Why it's wrong here
Disabling removes detection entirely.
- ✓
Tune the IDS signatures and rules
Why this is correct
Tuning reduces false positives by refining detection criteria.
Go deeper
Related to this question
About these practice questions
Courseiva writes every SSCP question from scratch — 920 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on SSCP
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A company uses a SIEM to monitor security events. Recently, they are experiencing false positives from a new IDS rule. Which approach would best reduce false positives while maintaining detection?
hard- A.Disable the rule.
- B.Increase the log review frequency.
- C.Whitelist false positive sources.
- ✓ D.Adjust the rule threshold.
Why D: Adjusting the rule threshold (Option D) is the best approach because it fine-tunes the sensitivity of the IDS rule to reduce false positives without completely disabling detection. By raising the threshold (e.g., increasing the number of matching packets or the time window), the SIEM will only generate an alert when the rule's criteria are met more persistently, filtering out noise while still capturing genuine threats. This maintains the rule's detection capability for actual attacks that exceed the adjusted threshold.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SSCP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SSCP exam.