SY0-501 · Question #187
Which of the following would MOST likely appear in an uncredentialed vulnerability scan?
The correct answer is A. Self-signed certificates. Uncredentialed (unauthenticated) scans assess a system from an external perspective without logging in, so they can only detect externally visible information. Self-signed certificates are observable from the network without credentials.
Question
Which of the following would MOST likely appear in an uncredentialed vulnerability scan?
Options
- ASelf-signed certificates
- BMissing patches
- CAuditing parameters
- DInactive local accounts
How the community answered
(35 responses)- A83% (29)
- B9% (3)
- C3% (1)
- D6% (2)
Why each option
Uncredentialed (unauthenticated) scans assess a system from an external perspective without logging in, so they can only detect externally visible information. Self-signed certificates are observable from the network without credentials.
Self-signed certificates are exposed during the TLS/SSL handshake and are fully visible to any external scanner without requiring authentication. An uncredentialed scanner can inspect the certificate presented by a service on an open port, making this the type of finding most likely discovered without credentials. No login or system access is needed to evaluate certificate properties such as issuer, expiration, or trust chain.
Missing patches require authenticated access to query the operating system or package manager for installed software versions, which is only possible with a credentialed scan.
Auditing parameters such as log settings, audit policies, and security configurations reside within the OS and require credentialed access to read registry keys, configuration files, or Group Policy settings.
Inactive local accounts are stored in the operating system's user database (e.g., SAM database on Windows), which requires authenticated/credentialed access to enumerate and evaluate.
Concept tested: Uncredentialed vs. credentialed vulnerability scanning capabilities
Source: https://docs.tenable.com/nessus/Content/CredentialedChecksOnWindows.htm
Topics
Community Discussion
No community discussion yet for this question.