A cybersecurity analyst must conduct a comprehensive vulnerability assessment on internal Linux servers hosting sensitive database services. The assessment requirements specify that the process must identify missing local software updates and misconfigured operating system kernel parameters while minimizing network bandwidth consumption and avoiding risk of service disruption caused by active network probing. Which of the following vulnerability assessment approaches best fulfills these operational requirements?
- Deploying host-based credentialed scanning agents on each serverCevap
- BPerforming an unauthenticated intrusive network vulnerability scan against server IP ranges
- CConfiguring an inline web application firewall to inspect incoming network packets
- DExecuting SQL injection attack payloads against database network ports
Cevap
Deploying host-based credentialed scanning agents on each server best meets all stated requirements.
Deploying host-based credentialed scanning agents allows the vulnerability management system to audit internal software versions, local patch status, and OS kernel parameter configurations directly on the host. Because authentication and execution occur locally, this method consumes minimal network bandwidth and avoids sending network-probing packets that could destabilize sensitive production databases.
Adım Adım Çözüm
Anahtar Kavram
Credentialed vs. Unauthenticated and Host-Based vs. Network Vulnerability Scanning