A security analyst conducts both a credentialed host vulnerability assessment and a non-credentialed network scan against a critical Linux database server. The non-credentialed network scan reports zero critical vulnerabilities, whereas the credentialed scan identifies multiple unpatched kernel vulnerabilities and weak local file permissions. Additionally, internal host firewalls on the server are configured to drop ICMP and block unauthenticated port probing from outside the local management subnet. Which of the following best explains the discrepancy between the two scan results?
- The host firewall filtered the non-credentialed scanner's network probes, and non-credentialed scans lack the local OS permissions required to audit internal patch levels and configuration files.Cevap
- BThe credentialed scan executed active exploit payloads to verify vulnerability exploitability, whereas non-credentialed scans are restricted to passive network traffic monitoring.
- CNon-credentialed vulnerability scanners evaluate target systems exclusively via static source code analysis (SAST) rather than probing running network services.
- DThe non-credentialed scanner mistakenly identified Cross-Site Scripting (XSS) vulnerabilities on the host as database SQL injection false positives.
Cevap
The host firewall filtered the non-credentialed scanner's network probes, and non-credentialed scans lack the local OS permissions required to audit internal patch levels and configuration files.
The option explaining that the host firewall filtered network probes while non-credentialed scans lack local OS permissions is correct. Credentialed scans log into the operating system using valid account privileges to audit internal configurations, installed packages, kernel versions, and local user rights. Non-credentialed scans view the target solely from the network perspective; if network traffic is blocked by firewalls or ACLs, or if vulnerabilities are internal to the OS configuration, non-credentialed scans will produce false negatives.
Adım Adım Çözüm
Anahtar Kavram
Credentialed vs. Non-Credentialed Vulnerability Scanning
Tahmini Süre:2m 0s