A security analyst conducts a scheduled vulnerability assessment against an internal database cluster. The network scanner reports multiple critical operating system patch vulnerabilities on the target servers based on exposed service banners. Upon further inspection, the system administrator notes that the enterprise patch management policy uses Linux vendor backporting, which patches vulnerabilities without incrementing the reported software release version string. Which of the following scanning approaches should the analyst implement to obtain accurate patch compliance results and eliminate these false positives?
- Execute a credentialed scan using local administrative credentials or a host-based agent.Cevap
- BDeploy an inline web application firewall to strip service banner response headers before they reach the scanner.
- CConfigure the network vulnerability scanner to execute active SQL injection exploitation scripts against open database ports.
- DReclassify the active vulnerability scanner from a detective tool to a compensating preventive control within the risk framework.
Cevap
Execute a credentialed scan using local administrative credentials or a host-based agent.
The correct answer advocates for executing a credentialed scan using local credentials or a host-based agent. Non-credentialed vulnerability scans inspect services remotely by banner grabbing, which reports generic version numbers. Linux enterprise vendors regularly backport security patches into existing version builds without incrementing the primary release version. Credentialed scans log into the target host to query local package manager databases and patch files directly, accurately verifying patch status and resolving banner-based false positives.
Adım Adım Çözüm
Anahtar Kavram
Credentialed vs. Uncredentialed Vulnerability Scanning and Banner Grabbing Limitation