Question: Has the organization defined and enforces a secure baseline configuration for all servers, containers, and network devices?
-
Objective — Why This Matters
A baseline hardening standard ensures every new system starts secure. Without one, environments drift, leaving exploitable misconfigurations and audit gaps. -
Maturity Levels (0 – 5)
No baseline; systems configured manually and inconsistently.
Individual admins apply informal checklists; no verification.
Documented baselines exist for operating systems and middleware.
Baselines enforced through automation; deviations logged.
Continuous compliance scanning with remediation workflows.
Policy-as-code; real-time drift prevention and reporting.
- How to Level Up
| From → To | Actions |
|---|---|
| 0 → 2 | Publish CIS-aligned baselines for OS and middleware. |
| 2 → 3 | Apply via Ansible / SaltStack automation. |
| 3 → 4 | Schedule OpenSCAP or Lynis compliance scans. |
| 4 → 5 | Integrate validation in CI/CD pipelines. |
-
People / Process / Technology Enablers
People – Infrastructure Operations and Security Engineer.
Process – Baseline review and exception management.
Technology – Ansible, OpenSCAP, Chef InSpec. -
Evidence Required
Baseline documents, automation logs, scan reports. -
Metrics / KPIs
• percentage of hosts compliant with baseline
• number of exceptions older than 90 days
• average time to remediate configuration drift -
Low-Cost / Open-Source Options (MSME)
| Purpose | Tool | Notes |
|---|---|---|
| Hardening automation | Ansible / Lynis | Implements CIS benchmarks and auditing. |
| Compliance scan | OpenSCAP | Generates XML/HTML reports for audits. |
| Drift alert | Wazuh / Osquery | Detects unauthorized configuration changes. |
-
Common Pitfalls
Baselines exist but are not enforced; exceptions never reviewed. -
Compliance Mapping
| Standard | Clauses / Notes |
|---|---|
| ISO 27001 | A.8.9 (System hardening). |
| NIST CSF 2.0 | PR.IP-1 / PR.PT-1. |
| CERT-In 2022 | Baseline configuration control. |
| NIRMATA Scoring | IS-Q01 ≥ Level 4 requires automated drift monitoring. |