{"id":1918,"date":"2017-01-25T18:23:03","date_gmt":"2017-01-25T18:23:03","guid":{"rendered":"http:\/\/obieta.com\/?p=1918"},"modified":"2017-01-25T18:23:03","modified_gmt":"2017-01-25T18:23:03","slug":"windows-server-hardening-disable-weak-ciphers","status":"publish","type":"post","link":"http:\/\/obieta.com\/?p=1918","title":{"rendered":"Windows Server Hardening &#8211; Disable weak ciphers"},"content":{"rendered":"<p>; ASLR hardening settings for Internet Explorer in KB3125869<br \/>\n[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer\\MAIN\\FeatureControl\\FEATURE_ALLOW_USER32_EXCEPTION_HANDLER_HARDENING]<br \/>\n&#8220;iexplore.exe&#8221;=dword:00000001<br \/>\n[HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Internet Explorer\\MAIN\\FeatureControl\\FEATURE_ALLOW_USER32_EXCEPTION_HANDLER_HARDENING]<br \/>\n&#8220;iexplore.exe&#8221;=dword:00000001<\/p>\n<p>; Disable weak ciphers<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\NULL]<br \/>\n&#8220;Enabled&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC2 40\/128]<br \/>\n&#8220;Enabled&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC2 56\/128]<br \/>\n&#8220;Enabled&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\DES 56\/56]<br \/>\n&#8220;Enabled&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\NULL]<br \/>\n&#8220;Enabled&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC2 40\/128]<br \/>\n&#8220;Enabled&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC2 56\/128]<br \/>\n&#8220;Enabled&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC4 40\/128]<br \/>\n&#8220;Enabled&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC4 56\/128]<br \/>\n&#8220;Enabled&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC4 64\/128]<br \/>\n&#8220;Enabled&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC4 128\/128]<br \/>\n&#8220;Enabled&#8221;=dword:00000000<\/p>\n<p>; Disable DLL binary planting<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session Manager]<br \/>\n&#8220;CWDIllegalInDllSearch&#8221;=dword:00000002<\/p>\n<p>; Require SMB Signing (Client)<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\services\\LanmanWorkstation\\Parameters]<br \/>\n&#8220;EnableSecuritySignature&#8221;=dword:00000001<br \/>\n&#8220;RequireSecuritySignature&#8221;=dword:00000001<\/p>\n<p>; Require SMB Signing (Server)<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\services\\LanmanServer\\Parameters]<br \/>\n&#8220;enablesecuritysignature&#8221;=dword:00000001<br \/>\n&#8220;requiresecuritysignature&#8221;=dword:00000001<\/p>\n<p>; Disable cached logons<br \/>\n[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon]<br \/>\n&#8220;CachedLogonsCount&#8221;=&#8221;0&#8221;<\/p>\n<p>; Disable SSLv2, SSLv3 enable TLS 1.1 and 1.2 (1.0 implied enabled by default)<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\SSL 2.0\\Client]<br \/>\n&#8220;DisabledByDefault&#8221;=dword:00000001<br \/>\n&#8220;Enabled&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\SSL 2.0\\Server]<br \/>\n&#8220;Enabled&#8221;=dword:00000000<\/p>\n<p>[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\SSL 3.0\\Client]<br \/>\n&#8220;DisabledByDefault&#8221;=dword:00000001<br \/>\n&#8220;Enabled&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\SSL 3.0\\Server]<br \/>\n&#8220;Enabled&#8221;=dword:00000000<\/p>\n<p>[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.1\\Client]<br \/>\n&#8220;Enabled&#8221;=dword:00000001<br \/>\n&#8220;DisabledByDefault&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.1\\Server]<br \/>\n&#8220;Enabled&#8221;=dword:00000001<br \/>\n&#8220;DisabledByDefault&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.2\\Client]<br \/>\n&#8220;Enabled&#8221;=dword:00000001<br \/>\n&#8220;DisabledByDefault&#8221;=dword:00000000<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Protocols\\TLS 1.2\\Server]<br \/>\n&#8220;Enabled&#8221;=dword:00000001<br \/>\n&#8220;DisabledByDefault&#8221;=dword:00000000<\/p>\n<p>; Set LANMAN Auth to level 5<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Lsa]<br \/>\n&#8220;LmCompatibilityLevel&#8221;=dword:00000005<\/p>\n<p>; Disable LAN Manager Hash Value on Next Password Change<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Lsa]<br \/>\n&#8220;NoLmHash&#8221;=dword:00000001<\/p>\n<p>; Disable DES-CBC3-SHA<br \/>\n[HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\Triple DES 168]<br \/>\n&#8220;Enabled&#8221;=dword:00000000<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>; ASLR hardening settings for Internet Explorer in KB3125869 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Internet Explorer\\MAIN\\FeatureControl\\FEATURE_ALLOW_USER32_EXCEPTION_HANDLER_HARDENING] &#8220;iexplore.exe&#8221;=dword:00000001 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Microsoft\\Internet Explorer\\MAIN\\FeatureControl\\FEATURE_ALLOW_USER32_EXCEPTION_HANDLER_HARDENING] &#8220;iexplore.exe&#8221;=dword:00000001 ; Disable weak ciphers [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\NULL] &#8220;Enabled&#8221;=dword:00000000 [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC2 40\/128] &#8220;Enabled&#8221;=dword:00000000 [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC2 56\/128] &#8220;Enabled&#8221;=dword:00000000 [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\DES 56\/56] &#8220;Enabled&#8221;=dword:00000000 [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\NULL] &#8220;Enabled&#8221;=dword:00000000 [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC2 40\/128] &#8220;Enabled&#8221;=dword:00000000 [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC2 56\/128] &#8220;Enabled&#8221;=dword:00000000 [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC4 40\/128] &#8220;Enabled&#8221;=dword:00000000 [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC4 56\/128] &#8220;Enabled&#8221;=dword:00000000 [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC4 64\/128] &#8220;Enabled&#8221;=dword:00000000 [HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\SecurityProviders\\SCHANNEL\\Ciphers\\RC4 128\/128] &#8220;Enabled&#8221;=dword:00000000 ; Disable DLL binary planting [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"http:\/\/obieta.com\/index.php?rest_route=\/wp\/v2\/posts\/1918"}],"collection":[{"href":"http:\/\/obieta.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/obieta.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/obieta.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/obieta.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1918"}],"version-history":[{"count":0,"href":"http:\/\/obieta.com\/index.php?rest_route=\/wp\/v2\/posts\/1918\/revisions"}],"wp:attachment":[{"href":"http:\/\/obieta.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1918"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/obieta.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1918"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/obieta.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1918"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}