-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
complete CIS 2012r2 level 1 standard #11
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Machine Name,Policy Target,Subcategory,Subcategory GUID,Inclusion Setting,Exclusion Setting,Setting Value | ||
,System,Audit Credential Validation,{0cce923f-69ae-11d9-bed3-505054503030},Success and Failure,,3 | ||
,System,Audit Application Group Management,{0cce9239-69ae-11d9-bed3-505054503030},Success and Failure,,3 | ||
,System,Audit Computer Account Management,{0cce9236-69ae-11d9-bed3-505054503030},Success and Failure,,3 | ||
,System,Audit Other Account Management Events,{0cce923a-69ae-11d9-bed3-505054503030},Success and Failure,,3 | ||
,System,Audit Security Group Management,{0cce9237-69ae-11d9-bed3-505054503030},Success and Failure,,3 | ||
,System,Audit User Account Management,{0cce9235-69ae-11d9-bed3-505054503030},Success and Failure,,3 | ||
,System,Audit Process Creation,{0cce922b-69ae-11d9-bed3-505054503030},Success,,1 | ||
,System,Audit Account Lockout,{0cce9217-69ae-11d9-bed3-505054503030},Success,,1 | ||
,System,Audit Logoff,{0cce9216-69ae-11d9-bed3-505054503030},Success,,1 | ||
,System,Audit Logon,{0cce9215-69ae-11d9-bed3-505054503030},Success and Failure,,3 | ||
,System,Audit Other Logon/Logoff Events,{0cce921c-69ae-11d9-bed3-505054503030},Success and Failure,,3 | ||
,System,Audit Special Logon,{0cce921b-69ae-11d9-bed3-505054503030},Success,,1 | ||
,System,Audit Removable Storage,{0cce9245-69ae-11d9-bed3-505054503030},Success and Failure,,3 | ||
,System,Audit Audit Policy Change,{0cce922f-69ae-11d9-bed3-505054503030},Success and Failure,,3 | ||
,System,Audit Authentication Policy Change,{0cce9230-69ae-11d9-bed3-505054503030},Success,,1 | ||
,System,Audit Sensitive Privilege Use,{0cce9228-69ae-11d9-bed3-505054503030},Success and Failure,,3 | ||
,System,Audit IPsec Driver,{0cce9213-69ae-11d9-bed3-505054503030},Success and Failure,,3 | ||
,System,Audit Other System Events,{0cce9214-69ae-11d9-bed3-505054503030},Success and Failure,,3 | ||
,System,Audit Security State Change,{0cce9210-69ae-11d9-bed3-505054503030},Success,,1 | ||
,System,Audit Security System Extension,{0cce9211-69ae-11d9-bed3-505054503030},Success and Failure,,3 | ||
,System,Audit System Integrity,{0cce9212-69ae-11d9-bed3-505054503030},Success and Failure,,3 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
[Unicode] | ||
Unicode=yes | ||
[System Access] | ||
MinimumPasswordAge = 1 | ||
MaximumPasswordAge = 60 | ||
MinimumPasswordLength = 10 | ||
PasswordComplexity = 1 | ||
PasswordHistorySize = 24 | ||
LockoutBadCount = 10 | ||
ResetLockoutCount = 15 | ||
LockoutDuration = 15 | ||
RequireLogonToChangePassword = 0 | ||
ForceLogoffWhenHourExpire = 1 | ||
NewAdministratorName = "Administrator" | ||
NewGuestName = "Guest" | ||
ClearTextPassword = 0 | ||
LSAAnonymousNameLookup = 0 | ||
EnableAdminAccount = 1 | ||
EnableGuestAccount = 0 | ||
[Event Audit] | ||
AuditSystemEvents = 1 | ||
AuditLogonEvents = 0 | ||
AuditObjectAccess = 0 | ||
AuditPrivilegeUse = 0 | ||
AuditPolicyChange = 0 | ||
AuditAccountManage = 0 | ||
AuditProcessTracking = 0 | ||
AuditDSAccess = 0 | ||
AuditAccountLogon = 0 | ||
[Privilege Rights] | ||
SeNetworkLogonRight = *S-1-5-11,*S-1-5-32-544 | ||
SeBackupPrivilege = *S-1-5-32-544 | ||
SeChangeNotifyPrivilege = *S-1-1-0,*S-1-5-19,*S-1-5-20,*S-1-5-32-544,*S-1-5-32-545,*S-1-5-32-551,*S-1-5-90-0 | ||
SeSystemtimePrivilege = *S-1-5-19,*S-1-5-32-544 | ||
SeCreatePagefilePrivilege = *S-1-5-32-544 | ||
SeDebugPrivilege = *S-1-5-32-544 | ||
SeRemoteShutdownPrivilege = *S-1-5-32-544 | ||
SeAuditPrivilege = *S-1-5-19,*S-1-5-20 | ||
SeIncreaseQuotaPrivilege = *S-1-5-19,*S-1-5-20,*S-1-5-32-544 | ||
SeIncreaseBasePriorityPrivilege = *S-1-5-32-544 | ||
SeLoadDriverPrivilege = *S-1-5-32-544 | ||
SeBatchLogonRight = *S-1-5-32-544,*S-1-5-32-551,*S-1-5-32-559 | ||
SeServiceLogonRight = *S-1-5-80-0 | ||
SeInteractiveLogonRight = *S-1-5-32-544 | ||
SeSecurityPrivilege = *S-1-5-32-544 | ||
SeSystemEnvironmentPrivilege = *S-1-5-32-544 | ||
SeProfileSingleProcessPrivilege = *S-1-5-32-544 | ||
SeSystemProfilePrivilege = *S-1-5-32-544,*S-1-5-80-3139157870-2983391045-3678747466-658725712-1809340420 | ||
SeAssignPrimaryTokenPrivilege = *S-1-5-19,*S-1-5-20 | ||
SeRestorePrivilege = *S-1-5-32-544 | ||
SeShutdownPrivilege = *S-1-5-32-544 | ||
SeTakeOwnershipPrivilege = *S-1-5-32-544 | ||
SeDenyNetworkLogonRight = *S-1-5-32-546 | ||
SeDenyBatchLogonRight = *S-1-5-32-546 | ||
SeDenyServiceLogonRight = *S-1-5-32-546 | ||
SeDenyInteractiveLogonRight = *S-1-5-32-546 | ||
SeUndockPrivilege = *S-1-5-32-544 | ||
SeManageVolumePrivilege = *S-1-5-32-544 | ||
SeRemoteInteractiveLogonRight = *S-1-5-32-544,*S-1-5-32-555 | ||
SeImpersonatePrivilege = *S-1-5-19,*S-1-5-20,*S-1-5-32-544,*S-1-5-32-568,*S-1-5-6 | ||
SeCreateGlobalPrivilege = *S-1-5-19,*S-1-5-20,*S-1-5-32-544,*S-1-5-6 | ||
SeIncreaseWorkingSetPrivilege = *S-1-5-32-545,*S-1-5-90-0 | ||
SeTimeZonePrivilege = *S-1-5-19,*S-1-5-32-544 | ||
SeCreateSymbolicLinkPrivilege = *S-1-5-32-544 | ||
[Version] | ||
signature="$CHICAGO$" | ||
Revision=1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
name 'base-win2012-hardening' | ||
maintainer 'Joe Gardiner' | ||
maintainer_email '[email protected]' | ||
license 'all_rights' | ||
description 'Hardneing cookbook for Windows 2012 R2' | ||
long_description 'Remediates critical issues identified by the Windows base profile in Chef Compliance.' | ||
version '0.7.1' | ||
|
||
name 'base-win2012-hardening' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think there is no need to update that file. We updated the name of the cookbook. We should bump the version to 1.x though since this is adding a lot of new features There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ✅ |
||
maintainer 'Joe Gardiner' | ||
maintainer_email '[email protected]' | ||
license 'all_rights' | ||
description 'Hardneing cookbook for Windows 2012 R2' | ||
long_description 'Remediates critical issues identified by the Windows base profile in Chef Compliance.' | ||
version '0.7.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like we should merge this and add the tests to https://github.com/dev-sec/windows-baseline