-
Notifications
You must be signed in to change notification settings - Fork 6
Home
nneeoo edited this page Sep 7, 2022
·
9 revisions
Welcome to the PSStopBruteforce wiki!
The PSStopBruteforce modules to stop bruteforce attack on SMB, RDP and WinRm.
Install-Module -Name StopBruteforce
The following is a list of commands which are available for you to use once you follow the steps in Installation
Command | Description |
---|---|
Stop-Bruteforce | Read Windows Event Log, search for Audit Failure. Adds ip adresses of attackers to deny firewall rule. |
Get-Bruteforce | Read Windows Event Log, search for Audit Failure and Audit success anonymous logon events. Return array of BruteStatistics. |
Protect-FromBruteforce | Read Windows Event Log, search for Audit Success. Add ip adresses of non anonymous users to default firewall rules. |
Unprotect-FromBruteforce | Reset remote scope of default firewall rules for SMB, WinRM or RDP back to ANY. |
A full list of changes in each version can be found in the change log.