Status: Under Active Development
Automated CIS (Center for Internet Security) benchmark hardening for Ubuntu 24.04 LTS with support for kernel 6.8+ compatibility.
- CIS Level 1 and Level 2 compliance automation
- Kernel 6.8+ compatibility validation
- Automated audit reporting
- Rollback capabilities
- Ansible playbook integration
- Docker-based testing environments
# Clone repository
git clone <repository-url>
cd sec-levels
# Run audit
sudo ./scripts/audit.sh level1
# Apply hardening
sudo ./scripts/harden.sh level1
# Verify compliance
sudo ./scripts/audit.sh level1See docker/test-environment/README.md for Docker testing. See vm-testing/README.md for VM testing.
MIT License - See LICENSE for details.
kt2saint-sec