CS0-003 · Question #232
An analyst is conducting routine vulnerability assessments on the company infrastructure. When performing these scans, a business-critical server crashes, and the cause is traced back to the vulnerabi
The correct answer is B. The scanner is running in active mode.. Vulnerability Scanner Crash Explanation Running a scanner in active mode means it actively sends probes, exploits potential weaknesses, and aggressively interacts with target systems - which can overwhelm older or fragile servers, causing crashes or disruptions. This is distinct
Question
An analyst is conducting routine vulnerability assessments on the company infrastructure. When performing these scans, a business-critical server crashes, and the cause is traced back to the vulnerability scanner. Which of the following is the cause of this issue?
Options
- AThe scanner is running without an agent installed.
- BThe scanner is running in active mode.
- CThe scanner is segmented improperly
- DThe scanner is configured with a scanning window
How the community answered
(37 responses)- A3% (1)
- B89% (33)
- C3% (1)
- D5% (2)
Explanation
Vulnerability Scanner Crash Explanation
Running a scanner in active mode means it actively sends probes, exploits potential weaknesses, and aggressively interacts with target systems - which can overwhelm older or fragile servers, causing crashes or disruptions. This is distinct from passive scanning, which simply observes network traffic without directly interacting with systems, making it far safer for critical infrastructure.
Why the distractors are wrong:
- A (No agent installed): Agentless vs. agent-based scanning affects accuracy and privilege level, not whether a server crashes - both methods can be run safely.
- C (Improper segmentation): Segmentation issues would affect which systems are scanned, not cause a crash due to the scanner's behavior itself.
- D (Scanning window): A scanning window defines when scans occur (e.g., off-hours), which is a scheduling control and wouldn't directly cause a crash.
Memory Tip: Think of active = aggressive - an active scanner pokes and prods systems like a stress test, while a passive scanner just listens. If a server can't handle being "poked," it crashes. When you see "server crash + scanner," always think active mode as the culprit.
Topics
Community Discussion
No community discussion yet for this question.