A security analyst conducts a scheduled credentialed vulnerability scan against a cluster of Windows servers. Although the scan completes without generating network connectivity errors, the resulting report indicates zero missing operating system patches, despite known unpatched software being present on the servers. A review of the scanner audit logs shows that initial SMB authentication succeeded, but subsequent administrative probes failed when accessing remote management interfaces. Which of the following best explains why the vulnerability scanner produced incomplete results?
- The service account configured for the scan lacked sufficient privileges to query the remote registry and file system.Cevap
- BThe perimeter network firewall blocked incoming traffic on port 445, preventing the initial authentication handshake.
- CThe endpoint defense system detected the probe as a cross-site scripting payload and terminated the management connection.
- DThe scanner was operating in passive monitoring mode, which relies on packet sniffing rather than direct host interaction.
Cevap
The service account configured for the scan lacked sufficient privileges to query the remote registry and file system.
Credentialed vulnerability scans require administrative-level authorization on target hosts to perform complete file system and registry audits. When a scanner logs in with a standard non-administrative account, the network authentication phase succeeds (e.g., SMB connection on port 445), but subsequent queries to system registries and patch catalogs are denied. This produces incomplete scan results and false negatives regarding missing updates.
Adım Adım Çözüm
Anahtar Kavram
Credentialed Vulnerability Scanning Authorization Requirements