Re: Security controls in a web application
- From: "James Matthews" <jamesmatt18@xxxxxxxxx>
- Date: Sun, 22 Jul 2007 23:05:34 -0700
I do not recall ever seeing a checklist of security procedures but I can tell you that one way that works well is to think like an attacker. E.G
I need to hack into this server so I need to know...
1.What software the server is running
2.How users authenticate
3.What are default usernames and passwords
Now from each of these he can go and recon...
1.What software the server is running -> Apache..ISS.. Are there any holes....
2.How users authenticate -> Is there a timeout? -> Can I try to login using the same ip without getting banned etc...
3.What are default usernames and passwords -> Is it the users first name and the fist letter of his last AKA jamesm or the opposite?
This is the way you must think
P.S i have only shown very very few.
James
--
http://www.goldwatches.com/watches.asp?Brand=14
"Big Charles" <cherediatech@xxxxxxxxx> wrote in message news:1185154492.526010.247340@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello,
I have developed a web application in .NET that interacts with Oracle
database. Now this app is been audited according to security issues of
ISO 17799.
I'm afraid that my web app is lacking of many security controls.
I have implemented some security controls like a login page that asks
for userid and password in order to access the web app. Also, every
web page calls a stored procedure when is loaded. That SP consults if
the userid is allowed to access that web page.
However, there are many other security controls that I didn't know.
For example, a guy asked me if the login page controls how many times
can somebody try to login. If somebody tries to login more than three
times with no success, then the user account has to be blocked for
some time. That is in order to avoid hacking, because somebody can use
some program to generate random passwords and trying to login over and
over until it succeeds.
My question is: Is there any practical guide to follow about what
security controls must be implemented in a web application that
interacts with database? I think it should exists, like:
- Passwords have to have 6 alphanumeric characters at least.
- If the user logins for the first time, the application has to force
him to change his password.
- If the user tries to login more than three times unsuccessfully,
then the account has to be blocked
- etc, etc
Thank you very much!
.
- References:
- Security controls in a web application
- From: Big Charles
- Security controls in a web application
- Prev by Date: Security controls in a web application
- Next by Date: Re: Norton Internet Security 2007 and Webroot Spy Sweeper Don't Mix
- Previous by thread: Security controls in a web application
- Next by thread: Re: Security controls in a web application
- Index(es):
Relevant Pages
|
|