The Artima Developer Community
Sponsored Link

.NET Buzz Forum
80/20 Rule for Web Application Security

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Robert Hurlbut

Posts: 547
Nickname: rhurlbut
Registered: Mar, 2004

Robert Hurlbut is a Principal Consultant with Hurlbut Consulting
80/20 Rule for Web Application Security Posted: Jan 31, 2005 1:09 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Robert Hurlbut.
Original Post: 80/20 Rule for Web Application Security
Feed Title: Robert Hurlbut's .Net Blog
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rhurlbut/Rss.aspx
Feed Description: Development with .Net, Rotor, Distributed Architectures, Security, Extreme Programming, and Databases
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Robert Hurlbut
Latest Posts From Robert Hurlbut's .Net Blog

Advertisement

[By way of Dana Epp]

The Web Application Security Consortium has released a guest article written by Jeremiah Grossman (CTO of WhiteHat Security) on "The 80/20 Rule for Web Application Security: Increase your security without touching the source code".

In this article Jeremiah discusses ways to make your website more difficult to exploit with little effort. It's a short, but interesting read.

His basic points include:

  • Supress information in default server error messages to prevent information disclosure. Give to much info, and an attacker will use it against you!
  • Remove or protect hidden files and directories. (in the face of the Google Hacking books and stuff.. this has never been more important)
  • Use web server security add-ons like IIS Lockdown, URL Scan, mod_security, and SecureIIS. This should be a no brainer.
  • Add httpOnly flag to sensitive cookies to reduce the risk of cross scripting attacks (only works on IE currently)

All good points, and easy to do. If you work on web apps, you should take a moment to read this article.

This looks like a good article and a welcome addition to knowing how best to secure your web site.

Read: 80/20 Rule for Web Application Security

Topic: A Bug in Fire Fox? Previous Topic   Next Topic Topic: Guerilla Coding report: one hour in

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use