Authentication cheat sheet
We're not discussing login throttling as a way to stop detected automated login attacks, and yet, tbis is the most important dedense.
You are talking about this section https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Authentication_Cheat_Sheet.md#protect-against-automated-attacks ?
Yes, this section
@sergiomarotco do you want to work on this?
I'd like to work on this. I should be able to get a PR in sometime this week. Can you please assign it to me?
We already have a section on Account Lockout. Can you elaborate on how login throttling is different?
@jmanico do you think that we should something more than Account Lockout?
The section : Account Lockout under the countermeasures of Automated attacks already explains the possible login throttling methods. What we can do is change the name to Login throttling. @jmanico & @mackowski I guess this can be the possible PR.
Yes, we can add 'Login throttling' to make it easier to search