The script checks logs and displays statistics and IP addresses of attackers depending on the specified parameters.
Get-Bruteforce
[- [-Attempts <UInt16>]
[-Last <UInt16>]
[- [-Include Anonymous Logon]
List of parameters for Get-Bruteforce:
- Attempts
- Last
- Include Anonymous Logon
Attempts specifies the number of successful logins to display information about the attacker's ip address.
Last specifies the time period in hours for which the log should be fetched.
_Include Anonymous Logon adds successful anonymous network logins to the selection.
The module displays ip addresses that have had at least one successful login in the last 24 hours
Get-Bruteforce
The module adds outputs
Get-Bruteforce -Attempts 1 -Last 1 | Format-Table