dev-sec / chef-windows-hardening

This chef cookbook provides windows hardening configurations for the DevSec Windows baseline profile.
http://dev-sec.io
96 stars 43 forks source link

CIS implementation #45

Open atomic111 opened 5 years ago

atomic111 commented 5 years ago

i implemented until cis 17.2.4 for windows 2012 r2 and win 2016

i used the 2 documents from CIS

CIS Microsoft Windows Server 2012 R2 Benchmark v2.3.0 - 03-30-2018 CIS Microsoft Windows Server 2016 RTM (Release 1607) Benchmark v1.1.0 - 10-31-2018

The CIS Windows 2019 Benchmark is not released

also we need to clean the following recipes:

include_recipe 'windows-hardening::audit' include_recipe 'windows-hardening::ie' include_recipe 'windows-hardening::rdp' include_recipe 'windows-hardening::access' include_recipe 'windows-hardening::privacy' include_recipe 'windows-hardening::powershell'

i will open two issues