A security engineer is conducting vulnerability scans across an enterprise hybrid cloud environment. During network-based authenticated scans of Linux server instances, the scanner continuously reports multiple critical vulnerabilities for outdated software packages. However, system administrators confirm that vendor-specific security patches were already installed via package management backporting, which updates internal code without changing upstream major version strings. Furthermore, the network scans consistently fail to capture vulnerabilities on ephemeral, short-lived container instances deployed during peak auto-scaling events. Which of the following vulnerability assessment approaches should the security engineer implement to eliminate these false positives and ensure continuous visibility into short-lived instances?
- Deploy agent-based vulnerability scanning software directly onto the host images.Answer
- BSwitch the vulnerability assessment profile from authenticated to non-credentialed network probing.
- CConfigure an inline web application firewall to suppress alert signatures targeting the outdated version headers.
- DModify SIEM log correlation rules to flag and filter out version banner discrepancies from firewall logs.