Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 993 Bytes

Readme.md

File metadata and controls

41 lines (27 loc) · 993 Bytes

Get-Bruteforce

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]

Description

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.

Examples

Example 1: information Output

The module displays ip addresses that have had at least one successful login in the last 24 hours

Get-Bruteforce

Example 2: Output information with parameters

The module adds outputs

Get-Bruteforce -Attempts 1 -Last 1 | Format-Table