SY0-301 · Question #60
Suspicious traffic without a specific signature was detected. Under further investigation, it was determined that these were false indicators. Which of the following security devices needs to be…
The correct answer is D. Anomaly based IDS. An anomaly-based IDS detects deviations from a learned baseline and can generate false positives when normal but unusual traffic is flagged; tuning its thresholds suppresses these false alarms.
Question
Suspicious traffic without a specific signature was detected. Under further investigation, it was determined that these were false indicators. Which of the following security devices needs to be configured to disable future false alarms?
Options
- ASignature based IPS
- BSignature based IDS
- CApplication based IPS
- DAnomaly based IDS
How the community answered
(60 responses)- A3% (2)
- B5% (3)
- C10% (6)
- D82% (49)
Why each option
An anomaly-based IDS detects deviations from a learned baseline and can generate false positives when normal but unusual traffic is flagged; tuning its thresholds suppresses these false alarms.
A signature-based IPS compares traffic against a database of known attack patterns and blocks matching traffic; it would not alert on traffic that lacks a specific signature.
A signature-based IDS also relies on known signatures to generate alerts; it cannot flag traffic that does not match an existing signature entry.
An application-based IPS inspects traffic at the application layer against known attack patterns or policies; without a matching signature or policy violation, it would not generate alerts on unrecognized traffic.
Anomaly-based IDS establishes a behavioral baseline for normal network activity and alerts on deviations, which makes it effective against novel threats but prone to false positives when legitimate traffic does not match the baseline. Since the traffic had no specific signature and was determined to be a false indicator, the system producing the alert is anomaly-based, and its sensitivity or thresholds must be adjusted to reduce false alarms.
Concept tested: Tuning anomaly-based IDS to reduce false positives
Source: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-94.pdf
Topics
Community Discussion
No community discussion yet for this question.