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, 02 Dec 2004 11:20:38 +0200
Many web sites(ex :yahoo) use image validation for blocking automatic registration.
You can use the same technique. For example before a user tries to authenticate himself
you make him write the thing which is seen on an image, inside a textbox . If he writes the
thing what is seen on the image wrongly, you don't let him go to the authentication stage. Everytime a request
comes you should put a random image. By this way you make sure that the request is coming from
a real person, since it is difficult to recognize the image automatically.


Harrison Gladden wrote:

Hello all,

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?

Also assume the current user account names are known by everyone.

Possible techniques we've thrown around:
1)  Allow each user to pick their own username instead of using a
standard (i.e. First 3 letters of first name + Full last name)

2) Create a set time-out period for each account of X (maybe an hour)


Hopefully my question makes sense.


Thanks,
Harrison



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