SY0-301 · Question #638
Which of the following would be used to identify the security posture of a network without actually exploiting any weaknesses?
The correct answer is C. Vulnerability scan. A vulnerability scan identifies and reports on weaknesses in a network passively without exploiting them, providing a security posture assessment without active compromise.
Question
Which of the following would be used to identify the security posture of a network without actually exploiting any weaknesses?
Options
- APenetration test
- BCode review
- CVulnerability scan
- DBrute Force scan
How the community answered
(55 responses)- A4% (2)
- B2% (1)
- C89% (49)
- D5% (3)
Why each option
A vulnerability scan identifies and reports on weaknesses in a network passively without exploiting them, providing a security posture assessment without active compromise.
A penetration test actively exploits identified vulnerabilities to demonstrate real-world impact, which goes beyond assessing posture to actually compromising systems.
A code review examines application source code for security flaws and does not assess the live network security posture.
A vulnerability scanner probes systems for known weaknesses, misconfigurations, and missing patches and reports findings without actually exploiting the vulnerabilities. This gives security teams visibility into the attack surface and security posture without causing harm or triggering incident conditions. The key distinction from a penetration test is that no exploitation occurs.
A brute force scan actively attempts to guess credentials, which constitutes exploitation of authentication mechanisms rather than passive assessment.
Concept tested: Vulnerability scanning without exploitation
Source: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-115.pdf
Topics
Community Discussion
No community discussion yet for this question.