nbirnel / cis-benchmark-formula

SaltStack formula for enforcing part of the CIS Benchmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cis-benchmark-formula

A saltstack formula which enforces some of the guidelines recommended in the CIS benchmark.

Available states

Enforces the CIS Benchmark for the current platform (Currently only CentOS 7 Supported).

You will need to check the services and packages that are recommended for removal, especially if you intend to use the target host as a dhcp, dns, or openldap server.

Not all recommendations are currently implemented. This section contains a list for my own reference.

  • 1.1 Filesystem Configuration: I don't intend on supporting destructive disk operations.
  • 1.2.1: Verifying GPG key

3.6 NTP - Recommend configure via ntp formula for now. 4.3 WiFi 4.6 disabled protocols 5 Logging - Setting up remote logging is entirely up to you. 5.1.* Logging configuration 5.2 Auditing (I'll return to this) 5.3 Logrotate - Recommend using logrotate-formula for the moment. 5.2 Configure SSH - Recommend using openssh-formula to set these options. 6.3 Passwords - TODO

About

SaltStack formula for enforcing part of the CIS Benchmarks

License:MIT License


Languages

Language:SaltStack 93.3%Language:HTML 6.7%