nerdexam
EC-Council

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.

Submitted by lars.no· Mar 4, 2026System Hacking Phases and Attack Techniques

Question

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?

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)
  • A
    4% (2)
  • B
    87% (41)
  • C
    2% (1)
  • D
    6% (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.

AUse the built-in Windows Update tool

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.

BUse a scan tool like NessusCorrect

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.

CCheck MITRE.org for the latest list of CVE findings

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.

DCreate a disk image of a clean Windows installation

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

#vulnerability scanning#Nessus#Windows vulnerabilities

Community Discussion

No community discussion yet for this question.

Full 312-50V12 Practice