You can use HardeningKitty to check your configuration and also it will provide a scoring for your reference:
HardeningKitty and Windows 10 Hardening
https://github.com/0x6d69636b/windows_hardening
There are TWO items you should disable : PowerShell v2 and SMB v1
Disable PowerShell v2
Disable-WindowsOptionalFeature -Online -FeatureName MicrosoftWindowsPowerShellV2Root
https://www.thewindowsclub.com/disable-powershell-v2-windows
Disable SMB v1
Disable-WindowsOptionalFeature -Online -FeatureName SMB1Protocol
The following website provide you some advice configuration about hardening and also you can import some attack surface reduction rules:
Configure Attack Surface Reduction rules
No comments:
Post a Comment