312-50V12 · Question #34
Your company was hired by a small healthcare provider to perform a technical assessment on the network. What is the best approach for discovering vulnerabilities on a Windows-based computer?
The correct answer is B. Use a scan tool like Nessus. Vulnerability discovery on a Windows system is best performed using an active scanning tool that probes the host for known weaknesses, misconfigurations, and missing patches.
Question
Options
- AUse the built-in Windows Update tool
- BUse a scan tool like Nessus
- CCheck MITRE.org for the latest list of CVE findings
- DCreate a disk image of a clean Windows installation
How the community answered
(47 responses)- A4% (2)
- B87% (41)
- C2% (1)
- D6% (3)
Why each option
Vulnerability discovery on a Windows system is best performed using an active scanning tool that probes the host for known weaknesses, misconfigurations, and missing patches.
Windows Update only identifies and remediates missing Microsoft patches; it does not scan for third-party software vulnerabilities, misconfigurations, open ports, or other security weaknesses that a full vulnerability assessment requires.
Nessus is a purpose-built vulnerability scanner that actively interrogates a target system, comparing its configuration, installed software, and patch level against a continuously updated database of known CVEs and misconfigurations. It produces a prioritized report of discovered vulnerabilities, making it the industry-standard choice for technical security assessments. This approach satisfies the 'discovery' requirement far more comprehensively than any passive or manual method.
Checking MITRE's CVE list provides a reference database of publicly known vulnerabilities but does not actively probe or assess whether a specific Windows machine is actually affected by any of those vulnerabilities.
Creating a disk image of a clean Windows installation is a baseline or forensic preservation technique and provides no mechanism for identifying vulnerabilities present on the target system being assessed.
Concept tested: Vulnerability scanning tools for security assessments
Source: https://docs.tenable.com/nessus/Content/GetStarted.htm
Topics
Community Discussion
No community discussion yet for this question.