An enterprise security team deployed agent-based vulnerability scanners across a hybrid environment comprising bare-metal host servers, containerized application workloads on managed Kubernetes nodes, and high-transaction database instances. During the initial operational assessment, the security team identifies two critical issues:
1. The installed host agents successfully inventory host OS packages but fail to detect software vulnerabilities existing inside running container filesystem layers.
2. Standard network-based vulnerability scans triggered against the database servers caused severe query latency and session timeouts.
Which of the following architectural modifications or scanning strategies should the security team implement to resolve both operational issues? (Select TWO.)
- Integrate container image registry and CI/CD pipeline scanning to analyze container layers prior to deployment.Answer
- BReclassify the container runtime package vulnerabilities as Cross-Site Scripting (XSS) flaws within the SIEM correlation rules.
- Configure credentialed, low-impact scanning profiles or schedule non-intrusive scans during designated maintenance windows for database targets.Answer
- DExecute intrusive exploit payloads against database service ports to automatically verify vulnerability exploitability.