Blog Stats
  • Posts - 13
  • Articles - 2
  • Comments - 1
  • Trackbacks - 4

 

Security

Managing Identity

Excellent white paper on “.NET Developer's Guide to Identity“ . This white paper by Keith Brown explains different authentication ,authorization mechanisms, talks abt federated identity,ADFS, security in WCF ..and lot more..This is a kind a boon for developers ..as all material is available at single place
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

InfoCard !!

MS Windows Cardspace Home - http://msdn.microsoft.com/w... Infocard blog(s): http://blogs.msdn.com/andyh... Articles: First look at InfoCard ..will fill up the post as I read more info.. ...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Security Enhancements in .NET framework 2.0

Following are some of the materials explaing security enhancements in .NET framework 2.0 http://blogs.msdn.com/shawn... http://msdn.microsoft.com/m... http://msdn.microsoft.com/l... Security Practises in ASP.NET 2.0 http://msdn.microsoft.com/l... ...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Basic questions for Security Code Review

Following are the main areas to look for security code review: SQL injection CSS Data Access Input/Data Validation Authentication Authorization Sensitive data Unsafe code Unmanaged code Hard-coded secrets Poor error handling Web.config CAS Cryptography Undocumented public interfaces Thread Racing problems For details look into Security Engineering Explained by MS Patterns and Practises !! ...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

One-click attack:How to prevent them?

One click attack normally occurs when attacker creates a prefilled web page(.htm or .aspx) with view state. The view state is generated from a previously created page. ex. shopping cart page with say 50 items. The attacker then lures unsususpecting user to browse the page and causing the page to be sent to server where view state is valid. To prevent this kind of attack in .NET, use Page.ViewStateUserKey in Page_Init event with unique value per user such as username or configured in web.config...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

DOM based XSS attack

We have heard of Cross-Site Scripting attack....basically two types of cross site scripting is normally explained everywhere.. Non-Persistent XSS - which normally occurs when the input is directly echoed on the browser which causes the script in the input to execute. This script can steal the cookie using document.cookie and may post the values to attacker's site. Persistent XSS occurs when the input (from querystring, form variables) is stored in the database and later retrieved to display it on...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Some nice articles on Security

How to Think about Security - By James A. Whittaker and Richard Ford A Process for performing Security Code Review - By Michael Howard Security in WCF - By Keith Brown ...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

VS 2005 Security features and Tools

http://msdn.microsoft.com/s... - Lists and provides all security features and tools in VS 2005
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

 

 

Copyright © Parmeshwar Arewar