Forum Discussion

Steffen Siguda's avatar
Steffen Siguda
Copper Contributor
Jan 17, 2018

Could ATP identify Brute Force attempts?

Our auditors request a detection capability for brute force attemps (even if this is unlikely with a ten char complex password), so I tried to simulate this but ATP did not identify any suspicious activity.

 

Is this something that could be added?

 

This is the (old fashioned) script I used for this simulation:

for /l %i in (1,1,100) do net use x: \\<my domain name>\c$ /user:administrator BadPassword#%i

4 Replies

Resources