Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Web-App-Sec
[Top] [All Lists]

Re: Account Lockouts

Subject: Re: Account Lockouts
Date: Thu, 2 Dec 2004 10:44:44 -0000
I assume you mean that your web app authenticates to your network?

It doesnt need to be so complicated - the web app alone could make a note of
failed logins and the time at which they happened, then decide whether or
not to authenticate the user even if they provide good credentials in the
future.

This information would eventually expire based on your timeout - and the
users would be allowed back on.  This data is worth keeping though of
course.

Ian

----- Original Message ----- 
From: "Harrison Gladden" <hgladden@gmail.com>
To: <webappsec@securityfocus.com>; <secprog@securityfocus.com>
Sent: Wednesday, December 01, 2004 5:52 PM
Subject: Account Lockouts


My question to the group is about handling account lock outs.  Here's
the situation, assume there is a web interface that lets users log in
and do stuff, but the log-in process is constrained by the network
restrictions as well.. Meaning if a user tries to log in X times in Y
seconds and fails each time, then the account get locked out.

What are successfull techniques that could be used on the web
interface to avoid having a script run against it that would
potentially lock out 15000 user accounts, and create a headache for
the system administrators who have to manually unlock each account?

Hopefully my question makes sense.

<Prev in Thread] Current Thread [Next in Thread>