DEV544: Secure Coding in .NET: Developing Defensible Applications
- GSSP-.NET Certification
- 24 CPE/CMU
- Laptop Required
ASP.NET and the .NET framework have provided web developers with tools that allow them an unprecedented degree of flexibility and productivity. On the other hand, these sophisticated tools make it easier than ever to miss the little details that allow security vulnerabilities to creep into an application. Since ASP.NET, 2.0 Microsoft has done a fantastic job of integrating security into the ASP.NET framework, but the onus is still on application developers to understand the limitations of the framework and ensure that their own code is secure.
During this four-day course we will analyze the defensive strategies and technical underpinnings of the ASP.NET framework and learn where, as a developer, you can leverage defensive technologies in the framework, where you need to build security in by hand. We'll also examine strategies for building applications that will be secure both today and in the future.
Rather than focusing on traditional web attacks from the attacker's perspective, this class will show developers first how to think like an attacker, and will then focus on the latest defensive techniques specific to the ASP.NET environment. The emphasis of the class is a hands-on examination of the practical aspects of securing .NET applications during development.
Have you ever wondered if ASP.NET Request Validation is effective? Have you been concerned that XML web services might be introducing unexamined security issues into your application? Should you feel uneasy relying solely only on the security controls built into the ASP.NET framework? Secure Coding in ASP.NET will answer these questions and far more.
| Course Contents |
|---|
| DEV544.1: Data Validation |
OverviewImproper data validation is the root cause of the most prevalent web application vulnerabilities today. Cross Site Scripting (XSS) has become the most widely reported issue with web applications. It has reached the point where the Web Application Security Consortium (WASC) estimates that over 80% of the web sites on the Internet are vulnerable to this attack. Beginning on the first day, you will learn about some of the most prevalent web applications vulnerabilities such as XSS, CSRF, SQL Injection, HTTP Response Splitting, and Parameter Manipulation. You will see how to spot some of these issues and how to recreate them in a running application. Then you will use a variety of methods to actually fix these vulnerabilities in your C# code. The course is full of hands on exercises where you can apply practical data validation techniques that you can use to prevent common attacks. CPE/CMU Credits: 6 TopicsWeb Application Attacks
Web Application Proxies
Validation Concerns
Validation Techniques
|
| DEV544.2: Authentication & Session Management |
OverviewBroken authentication and session management are common issues that can compromise the integrity of your system. Such weak authentication protections can allow an attacker to expose your most sensitive secrets: your data! You will learn about these vulnerabilities and what you can do to design and code stronger authentication protections from the start. You will learn how to use ASP.NET Authentication mechanisms and securely implement both Basic and Form Based Authentication. This course is full of hands on exercises and culminates in a lab where you put everything you learned together into an application that is protected by strong authentication controls. CPE/CMU Credits: 6 TopicsAuthentication
Protecting Sessions
Authentication Attacks
|
| DEV544.3: Secure .NET Architecture |
OverviewUnderstanding how to leverage .NET to design a secure architecture with solid secure coding principals is critical to application security. This course combines tried and tested information security principals with secure coding principals to help you build rock solid applications. CPE/CMU Credits: 6 TopicsArchitecture
NET Encryption Services
|
| DEV544.4: Secure Software Development Lifecycle |
OverviewStarting off with covering Threat Modeling, the day quickly shifts into how the information provided over the past 3 days fits into the SDLC. We will take a look at each phase of the SDLC and discuss how security fits into the process. You will get the opportunity to review code from an open source application to identify security flaws and write the code to remediate them. CPE/CMU Credits: 6 Topics
|
| Additional Information |
| Laptop Required |
|
!!IMPORTANT - BRING YOUR OWN LAPTOP CONFIGURED USING THESE DIRECTIONS!! A properly configured system is required for each student participating in this course. Before coming to class, carefully read and follow these instructions exactly. Please download and install VMware Workstation 8, VMware Fusion 5.0, or VMware Player 5.0 or higher versions on your system prior to class beginning. If you do not own a licensed copy of VMware Workstation or Fusion, you can download a free 30-day trial copy from VMware. VMware will send you a time-limited serial number if you register for the trial at their web site. VMware Player is a free download that does not need a commercial license. Most students find VMware Player adequate for the course. Mandatory Laptop Requirements Mandatory Host Hardware Requirements
Mandatory Host Operating System Requirements You must bring a laptop with one of the following operating systems. These operating systems have been verified to be compatible with course VMware image:
Windows XP is no longer supported by Microsoft and is therefore not officially supported for this course. However, a Windows XP host operating system has been independently verified to work with the course VMware image. Mandatory Software Requirements Please ensure the following software is installed on the host operating system prior to class:
IN SUMMARY, BEFORE YOU BEGIN THE COURSE YOU SHOULD:
If you have additional questions about the laptop specifications, please contact laptop_prep@sans.org. |
| Who Should Attend |
This class is focused specifically on software development but is accessible enough for anyone who's comfortable working with code and has an interest in understanding the developer's perspective:
|
| Prerequisites |
|
Additional Resources
Take your learning beyond the classroom. Explore our site network for additional resources related to this course's subject matter.
