SY0-301 · Question #488
Which of the following tests a number of security controls in the least invasive manner?
The correct answer is A. Vulnerability scan. A vulnerability scan is the least invasive method of testing security controls because it identifies weaknesses through automated probing without actively exploiting them, unlike penetration testing which simulates real attacks.
Question
Which of the following tests a number of security controls in the least invasive manner?
Options
- AVulnerability scan
- BThreat assessment
- CPenetration test
- DPing sweep
How the community answered
(28 responses)- A86% (24)
- B7% (2)
- C4% (1)
- D4% (1)
Why each option
A vulnerability scan is the least invasive method of testing security controls because it identifies weaknesses through automated probing without actively exploiting them, unlike penetration testing which simulates real attacks.
A vulnerability scan uses automated tools to probe systems and compare configurations, patch levels, and open services against databases of known vulnerabilities. It does not exploit the vulnerabilities it finds, making it non-destructive and minimally disruptive. Because it passively identifies weaknesses rather than actively attacking them, it is considered the least invasive way to assess the posture of a large number of security controls simultaneously.
A threat assessment is a process of identifying and evaluating potential threats to an organization - it is a planning and analysis activity rather than an active technical test of implemented security controls.
A penetration test goes beyond scanning by actively exploiting discovered vulnerabilities to demonstrate real-world impact, making it significantly more invasive and potentially disruptive than a vulnerability scan.
A ping sweep is a simple network reconnaissance technique that only identifies live hosts by sending ICMP echo requests - it is far too narrow to test a broad range of security controls.
Concept tested: Vulnerability scanning as least-invasive security assessment
Source: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-115.pdf
Topics
Community Discussion
No community discussion yet for this question.