Table of Contents

Security Lockdown

General Information

Security lockdown scripts based off of the CIS (Center for Internet Security) Benchmark guides.

Official Site: http://benchmarks.cisecurity.org

Checklist


Script Usage

Place all scripts in the same directory.

It works best if this directory is NFS shared, in which case you can simply mount the share and run the main script.

Example: Scripts placed in /data/scripts on a NFS server called “myadminserver.local” and execute from the client system:

mount -t nfs myadminserver.local:/data /mnt
/mnt/scripts/security-lockdown.sh

Download The Scripts