A security analyst reviewing automated audit logs discovers that several cloud-hosted web servers have diverged from the organization's hardened baseline. Investigation reveals that system administrators manually modified SSL/TLS configuration files to troubleshoot a legacy integration, inadvertently re-enabling weak cipher suites that violate security policy. The central Infrastructure-as-Code (IaC) repository still contains the approved, secure configuration state. Which of the following is the BEST initial action to remediate the vulnerability and prevent future configuration drift?
- Execute the automated configuration management orchestration playbook to enforce the repository's declarative baseline state across all servers.Answer
- BDeploy a web application firewall rule to inspect incoming TLS handshakes and block clients that attempt to negotiate weak cipher suites.
- CRe-apply the latest operating system security patches to overwrite legacy cryptographic libraries on the affected web servers.
- DReclassify the manual server configuration adjustment as a temporary compensating control within the enterprise risk register.
Answer
Execute the automated configuration management orchestration playbook to enforce the repository's declarative baseline state across all servers.
Automated configuration management tools continuously evaluate server state against a centralized Infrastructure-as-Code repository. When configuration drift occurs due to manual modification, executing the deployment playbook ensures that the approved baseline is redeployed, removing weak ciphers and preventing recurring discrepancies.
Step-by-Step Solution
Key Concept
Configuration Drift and Automated Baseline Enforcement
Estimated Time:1m 30s