CAS-003 · Question #802
An analyst execute a vulnerability scan against an internet-facing DNS server and receives the following report: - Vulnerabilities in Kernel-Mode Driver Could Allow Elevation of Privilege - SSL…
The correct answer is A. Password cracker. The SMB Host SID vulnerability allows an attacker to enumerate valid local usernames, and a password cracker validates the full critical impact of that enumeration by confirming whether those accounts have crackable credentials.
Question
An analyst execute a vulnerability scan against an internet-facing DNS server and receives the following report:
- Vulnerabilities in Kernel-Mode Driver Could Allow Elevation of
Privilege
- SSL Medium Strength Cipher Suites Supported
- Vulnerability in DNS Resolution Could Allow Remote Code Execution
- SMB Host SIDs allows Local User Enumeration
Which of the following tools should the analyst use FIRST to validate the most critical vulnerability?
Options
- APassword cracker
- BPort scanner
- CAccount enumerator
- DExploitation framework
How the community answered
(48 responses)- A67% (32)
- B10% (5)
- C19% (9)
- D4% (2)
Why each option
The SMB Host SID vulnerability allows an attacker to enumerate valid local usernames, and a password cracker validates the full critical impact of that enumeration by confirming whether those accounts have crackable credentials.
After using SID enumeration to collect valid account names from the internet-facing server, a password cracker is the next tool needed to validate that the finding represents a real, critical access risk by demonstrating that credentials can be obtained. This converts a theoretical enumeration vulnerability into a confirmed breach path, making it the most critical chain to validate first. Confirming weak or crackable passwords on an internet-facing server directly justifies high-severity remediation priority.
A port scanner identifies open services and listening ports but cannot validate whether any of the identified vulnerabilities are actually exploitable.
An account enumerator is the tool that exploits the SID vulnerability to gather usernames - it is part of the attack chain being validated, not the validation tool itself.
An exploitation framework would be used to validate the DNS remote code execution vulnerability, not to confirm the severity of an SMB user enumeration finding.
Concept tested: Vulnerability validation using password cracking after SID enumeration
Source: https://csrc.nist.gov/publications/detail/sp/800-115/final
Topics
Community Discussion
No community discussion yet for this question.