GCIA · Question #9
You are implementing a host based intrusion detection system on your web server. You feel that the best way to monitor the web server is to find your baseline of activity (connections, traffic…
The correct answer is A. Anomaly Based. Anomaly-based IDS establishes a baseline of normal activity and alerts when traffic or behavior deviates above that baseline, making it the correct classification for this monitoring approach.
Question
You are implementing a host based intrusion detection system on your web server. You feel that the best way to monitor the web server is to find your baseline of activity (connections, traffic, etc.) and to monitor for conditions above that baseline. This type of IDS is called __________.
Options
- AAnomaly Based
- BReactive IDS
- CPassive IDS
- DSignature Based
How the community answered
(35 responses)- A74% (26)
- B14% (5)
- C6% (2)
- D6% (2)
Why each option
Anomaly-based IDS establishes a baseline of normal activity and alerts when traffic or behavior deviates above that baseline, making it the correct classification for this monitoring approach.
Anomaly-based IDS works by first profiling normal system behavior - connections, traffic volume, resource usage - to establish a baseline. It then continuously compares current activity against that baseline and triggers alerts when deviations exceed a defined threshold. This method is effective for detecting novel or zero-day attacks that have no known signature.
Reactive IDS is not a standard IDS detection methodology - it describes a response posture, not a detection mechanism based on baselines.
Passive IDS describes how an IDS responds (monitoring only, no active blocking), not how it detects threats relative to a baseline.
Signature-based IDS detects threats by matching traffic against a database of known attack patterns, not by comparing against a learned baseline of normal behavior.
Concept tested: Anomaly-based vs signature-based IDS detection methods
Source: https://csrc.nist.gov/publications/detail/sp/800-94/final
Topics
Community Discussion
No community discussion yet for this question.