linux_wiki:security_lockdown

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux_wiki:security_lockdown [2015/12/21 23:54]
billdozor created
linux_wiki:security_lockdown [2019/07/11 22:31] (current)
billdozor [Download The Scripts]
Line 3: Line 3:
 **General Information** **General Information**
  
-Security lockdown scripts based off of the CIS Benchmark guides. +Security lockdown scripts based off of the CIS (Center for Internet Security) Benchmark guides.  
 + 
 +Official Site: http://benchmarks.cisecurity.org
  
 **Checklist** **Checklist**
-  * Enterprise Linux 6/7+  * Distro(s): Enterprise Linux 6/7
  
 ---- ----
Line 19: Line 21:
 It works best if this directory is NFS shared, in which case you can simply mount the share and run the main script. 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":+Example: Scripts placed in /data/scripts on a NFS server called "myadminserver.local" and execute from the client system:
 <code bash> <code bash>
 mount -t nfs myadminserver.local:/data /mnt mount -t nfs myadminserver.local:/data /mnt
Line 29: Line 31:
 ====== Download The Scripts ====== ====== Download The Scripts ======
  
-  * security-lockdown.sh => This is the main scriptExecute this one; it will determine what child script to run based on OS and provide log files+  * The versions that are kept updated are here: [[https://gitlab.com/whowe/deploy/tree/master/cis-security-lockdown]] 
-  * worker_security-lockdown_el6.sh => Script that gets executed if running CentOS/Oracle 6 + 
-  * worker_security-lockdown_el7.sh => Script that gets executed if running CentOS/Oracle 7+  * {{:linux_wiki:security-lockdown_20151221.tar.gz|security-lockdown_20151221.tar.gz}} 
 +    * README 
 +    * security-lockdown.sh 
 +    * worker_security-lockdown_el6.sh 
 +    * worker_security-lockdown_el7.sh
  
 ---- ----
  
  • linux_wiki/security_lockdown.1450760076.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)