During a routine security audit, a security analyst discovers that several Linux web servers hosted in an Infrastructure as a Service (IaaS) environment have diverged from the enterprise's hardened configuration baseline after manual hotfixes were applied by system administrators. Which of the following implementation strategies best provides automated drift detection and continuously enforces the designated configuration baseline across the server fleet?
- Deploying configuration management tools utilizing declarative state files operating in enforcement modeCevap
- BConfiguring a Host-based Intrusion Prevention System (HIPS) to monitor file system integrity and log file modification alerts
- CImplementing network firewall rules to block unauthorized administrative traffic to the web application nodes
- DSubmitting a service tier update to the Cloud Service Provider (CSP) to manage operating system configuration integrity
Cevap
Deploying configuration management tools utilizing declarative state files operating in enforcement mode
The correct response utilizes declarative configuration management (such as Ansible, Puppet, or Chef) operating in enforcement mode. These tools continuously audit the system's current state against an authoritative configuration baseline and automatically remediate any detected drift back to the defined security state.
Adım Adım Çözüm
Anahtar Kavram
Configuration Baseline Drift Remediation