GSLC · Question #107
Which of the following would allow you to automatically close connections or restart a server or service when a DoS attack is detected?
The correct answer is A. Active IDS. An Active IDS (Intrusion Prevention System) can automatically respond to detected attacks by closing connections or restarting services, unlike passive detection-only systems.
Question
Which of the following would allow you to automatically close connections or restart a server or service when a DoS attack is detected?
Options
- AActive IDS
- BPassive IDS
- CNetwork-based IDS
- DSignature-based IDS
How the community answered
(28 responses)- A89% (25)
- B4% (1)
- D7% (2)
Why each option
An Active IDS (Intrusion Prevention System) can automatically respond to detected attacks by closing connections or restarting services, unlike passive detection-only systems.
An Active IDS - also referred to as an Intrusion Prevention System (IPS) - takes automated preventive action when an attack such as a DoS is detected. These actions include terminating malicious TCP sessions, blocking offending source addresses, or restarting affected services, providing real-time mitigation rather than alerting alone.
A Passive IDS only monitors traffic and generates alerts when an attack is detected; it cannot automatically terminate connections or restart services.
Network-based IDS (NIDS) describes sensor placement on the network segment, not the system's response capability - a NIDS can be either active or passive.
Signature-based IDS refers to the detection method of matching known attack patterns, not the response capability, and does not inherently provide automated remediation.
Concept tested: Active IDS automated response versus passive detection
Source: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-94.pdf
Topics
Community Discussion
No community discussion yet for this question.