GSLC · Question #480
When no anomaly is present in an Intrusion Detection, but an alarm is generated, the response is known as __________.
The correct answer is D. False positive. A false positive in intrusion detection occurs when the IDS generates an alarm for benign activity where no real anomaly or attack is present.
Question
When no anomaly is present in an Intrusion Detection, but an alarm is generated, the response is known as __________.
Options
- ATrue positive
- BTrue negative
- CFalse negative
- DFalse positive
How the community answered
(39 responses)- B3% (1)
- C5% (2)
- D92% (36)
Why each option
A false positive in intrusion detection occurs when the IDS generates an alarm for benign activity where no real anomaly or attack is present.
A true positive occurs when a real anomaly is present and the IDS correctly generates an alarm - both the threat and the detection are accurate.
A true negative occurs when no anomaly is present and the IDS correctly generates no alarm - the system accurately identifies benign activity.
A false negative occurs when a real anomaly is present but the IDS fails to generate an alarm - this is a missed detection, the opposite of the described scenario.
A false positive means the IDS produced a positive result (alarm triggered) that was incorrect (false) - the system flagged normal activity as malicious when no actual threat existed. This is often called a false alarm, and a high false positive rate can cause alert fatigue in security operations teams, leading to real threats being overlooked.
Concept tested: IDS detection accuracy terminology - false positive
Source: https://csrc.nist.gov/publications/detail/sp/800-94/final
Topics
Community Discussion
No community discussion yet for this question.