The PSStopBruteforce modules to stop bruteforce attack on SMB, RDP and WinRm.
Install-Module -Name StopBruteforce
The implementation of the module depends on the Windows event log, so the functionality is different for different versions of Microsoft Windows.
Command | Requirement |
---|---|
Stop-Bruteforce | Windows Server 2016 or later. |
Get-Bruteforce | Windows Server 2016 or later. |
Protect-FromBruteforce | Windows Server 2012 R2 or later. |
Unprotect-FromBruteforce | Windows Server 2012 R2 or later. |
A full list of changes in each version can be found in the change log.