Secure Developer .NET (Inc OWASP) Training Course
This course delves into secure coding concepts and principles within ASP.NET, utilising the testing methodology of the Open Web Application Security Project (OWASP). OWASP is an online community dedicated to creating freely accessible articles, methodologies, documentation, tools, and technologies in the realm of web application security.
The course explores the security features of the .NET Framework and demonstrates how to protect web applications.
Course Outline
- understand the web Threats and Attack Vectors
- understand Secure Design Principles
- understand the OWASP Top 10 attacks
- understand the Authentication and Authorization problems
- how to prevent Cross-Site Scripting
- how to prevent Cross-Site Request Forgery
- understand the secure Development Cycle
- how to prevent Injection Attacks
- understand the Penetration Testing methodologies
- how to secure ASP.net Applications
Requirements
Experience with ASP.NET
Experience in creating web applications
Open Training Courses require 5+ participants.
Secure Developer .NET (Inc OWASP) Training Course - Booking
Secure Developer .NET (Inc OWASP) Training Course - Enquiry
Secure Developer .NET (Inc OWASP) - Consultancy Enquiry
Testimonials (5)
Introductions to the many different types of unsafe behaviors.
Zhongqi
Course - Secure Developer .NET (Inc OWASP)
having a one to one session with Raymond was amazing he was really great and attentive to all my training needs.
Joshua
Course - Secure Developer .NET (Inc OWASP)
The high level of instructor knowledge meant that we got a very good insight into the topics covered.
Dafydd - TATA Steel
Course - Secure Developer .NET (Inc OWASP)
the reference links
Abraham Gonzalez - ATEB Servicios
Course - Secure Developer .NET (Inc OWASP)
The trainer's subject knowledge was excellent, and the way the sessions were set out so that the audience could follow along with the demonstrations really helped to cement that knowledge, compared to just sitting and listening.
Jack Allan - RSM UK Management Ltd.
Course - Secure Developer .NET (Inc OWASP)
Provisional Upcoming Courses (Require 5+ participants)
Related Courses
Network Security and Secure Communication
21 HoursBuilding a secure networked application can be challenging, even for developers who have previously utilised various cryptographic building blocks (such as encryption and digital signatures). To help participants grasp the role and application of these cryptographic primitives, the course first establishes a solid foundation regarding the core requirements of secure communication—specifically secure acknowledgment, integrity, confidentiality, remote identification, and anonymity. It also outlines typical threats that can compromise these requirements, alongside practical real-world solutions.
Given that cryptography is a critical component of network security, the course examines the most important cryptographic algorithms in symmetric cryptography, hashing, asymmetric cryptography, and key agreement. Rather than delving into complex mathematical theory, these topics are explored from a developer’s perspective, featuring typical use-case examples and practical considerations related to cryptography, such as public key infrastructures. Security protocols across various domains of secure communication are introduced, with an in-depth discussion of widely-used protocol families including IPSEC and SSL/TLS.
The course also addresses common cryptographic vulnerabilities, both concerning specific crypto algorithms and cryptographic protocols. Examples include BEAST, CRIME, TIME, BREACH, FREAK, Logjam, Padding oracle, Lucky Thirteen, POODLE, and similar threats, as well as RSA timing attacks. For each issue, the practical implications and potential consequences are described, again avoiding deep mathematical analysis.
Finally, as XML technology is central to data exchange for networked applications, the security aspects of XML are detailed. This covers the use of XML within web services and SOAP messages, along with protection measures such as XML signature and XML encryption. The course also highlights weaknesses in these protection measures and XML-specific security issues, such as XML injection, XML external entity (XXE) attacks, XML bombs, and XPath injection.
Participants attending this course will
- Understand fundamental concepts of security, IT security, and secure coding
- Understand the requirements of secure communication
- Learn about network attacks and defenses at different OSI layers
- Gain a practical understanding of cryptography
- Understand essential security protocols
- Understand some recent attacks against cryptosystems
- Gain information about some recent related vulnerabilities
- Understand security concepts of Web services
- Access sources and further readings on secure coding practices
Audience
Developers, Professionals
C/C++ Secure Coding
21 HoursThis three-day course introduces the fundamentals of protecting C/C++ code from malicious actors who may exploit vulnerabilities related to memory management and input handling. Participants will learn the core principles of writing secure code.
Advanced Java Security
21 HoursEven seasoned Java developers do not necessarily master every security service provided by Java, nor are they always aware of the various vulnerabilities relevant to web applications written in Java.
This course introduces the security components of Standard Java Edition and delves into the security issues associated with Java Enterprise Edition (JEE) and web services. The discussion of specific services is preceded by an exploration of the foundations of cryptography and secure communication. Various exercises focus on declarative and programmatic security techniques in JEE, while both transport-layer and end-to-end security for web services are covered. The use of all components is demonstrated through several practical exercises, allowing participants to test the discussed APIs and tools themselves.
The course also addresses and explains the most frequent and severe programming flaws in the Java language and platform, as well as web-related vulnerabilities. Beyond the typical bugs committed by Java programmers, the introduced security vulnerabilities cover both language-specific issues and problems stemming from the runtime environment. All vulnerabilities and relevant attacks are demonstrated through easy-to-understand exercises, followed by recommended coding guidelines and possible mitigation techniques.
Participants attending this course will
- Understand basic concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and know how to avoid them
- Understand the security concepts of web services
- Learn to use various security features of the Java development environment
- Have a practical understanding of cryptography
- Understand security solutions for Java EE
- Learn about typical coding mistakes and how to avoid them
- Get information about some recent vulnerabilities in the Java framework
- Gain practical knowledge in using security testing tools
- Access sources and further readings on secure coding practices
Audience
Developers
Standard Java Security: Secure Coding & Development Practices
14 HoursDescription
The Java language and the Runtime Environment (JRE) were designed to be free from the most problematic common security vulnerabilities experienced in other languages, like C/C++. Yet, software developers and architects should not only know how to use the various security features of the Java environment (positive security), but should also be aware of the numerous vulnerabilities that are still relevant for Java development (negative security).
The introduction of security services is preceded with a brief overview of the foundations of cryptography, providing a common baseline for understanding the purpose and the operation of the applicable components. The use of these components is presented through several practical exercises, where participants can try out the discussed APIs for themselves.
The course also goes through and explains the most frequent and severe programming flaws of the Java language and platform, covering both the typical bugs committed by Java programmers and the language- and environment-specific issues. All vulnerabilities and the relevant attacks are demonstrated through easy-to-understand exercises, followed by the recommended coding guidelines and the possible mitigation techniques.
Participants attending this course will
- Understand basic concepts of security, IT security and secure coding
- Learn Web vulnerabilities beyond OWASP Top Ten and know how to avoid them
- Learn to use various security features of the Java development environment
- Have a practical understanding of cryptography
- Learn about typical coding mistakes and how to avoid them
- Get information about some recent vulnerabilities in the Java framework
- Get sources and further readings on secure coding practices
Audience
Developers
.NET, C# and ASP.NET Security Development
14 HoursA variety of programming languages are currently available to compile code for the .NET and ASP.NET frameworks. While this environment offers robust tools for security development, developers must understand how to apply architecture- and code-level programming techniques to implement the desired security functionality, thereby avoiding vulnerabilities or limiting their exploitation.
The goal of this course is to equip developers with the skills to prevent untrusted code from executing privileged actions, protect resources through robust authentication and authorisation, facilitate remote procedure calls, manage sessions, and introduce alternative implementations for specific functionality, among other critical areas, through extensive hands-on exercises.
The introduction to various vulnerabilities begins by examining typical programming errors common in .NET usage. The discussion on ASP.NET vulnerabilities also addresses various environment settings and their impacts. Furthermore, the topic of ASP.NET-specific vulnerabilities covers general web application security challenges, as well as special issues and attack methods such as attacking the ViewState or string termination attacks.
Participants attending this course will
- Grasp the fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and understand how to prevent them
- Learn to utilise the various security features of the .NET development environment
- Gain practical knowledge in using security testing tools
- Understand typical coding mistakes and how to avoid them
- Receive information on recent vulnerabilities within .NET and ASP.NET
- Access sources and further reading on secure coding practices
Audience
Developers
Secure coding in PHP
21 HoursThis course equips PHP developers with the vital skills needed to fortify their applications against modern internet-based threats. By utilising PHP-centric examples, the curriculum extends beyond the OWASP Top Ten to explore a range of injection attacks, script injections, vulnerabilities in PHP's session handling, insecure direct object references, file upload issues, and more. PHP-specific vulnerabilities are categorised into standard fault types, such as inadequate or missing input validation, flawed error and exception handling, misuse of security features, and time- or state-related problems. For these latter areas, we examine attacks including open_basedir circumvention, denial-of-service via 'magic floats', and hash table collision attacks. In every instance, participants will become proficient in the key techniques and functions required to mitigate these risks.
A significant emphasis is placed on client-side security, addressing vulnerabilities within JavaScript, Ajax, and HTML5. The course also introduces essential PHP security extensions, such as hash, mcrypt, and OpenSSL for cryptography, alongside Ctype, ext/filter, and HTML Purifier for robust input validation. Best practices for hardening PHP configurations (including php.ini settings), Apache, and the server environment are detailed comprehensively. Finally, an overview of various security testing tools and techniques available to developers and testers is provided, covering security scanners, penetration testing, exploit packs, sniffers, proxy servers, fuzzing tools, and static source code analyzers.
Both the explanation of vulnerabilities and the configuration practices are reinforced by numerous hands-on exercises. These demonstrations illustrate the impact of successful attacks, show how to implement mitigation techniques, and introduce the use of various extensions and tools.
Participants attending this course will
- Understand the fundamental concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and understand how to prevent them
- Gain insight into client-side vulnerabilities and secure coding practices
- Develop a practical understanding of cryptography
- Learn to utilise various PHP security features
- Recognise typical coding mistakes and learn how to avoid them
- Stay informed about recent vulnerabilities within PHP frameworks
- Acquire practical knowledge of security testing tools
- Receive sources and further reading materials on secure coding practices
Audience
Developers
Microsoft SDL Core
14 HoursThis consolidated SDL Core training provides an insightful look into secure software design, development, and testing through the Microsoft Secure Development Lifecycle (SDL). It offers a Level 100 overview of the fundamental building blocks of the SDL, followed by design techniques aimed at detecting and rectifying flaws in the early stages of the development process.
Focusing on the development phase, the course outlines typical security-related programming bugs in both managed and native code. Attack vectors for the discussed vulnerabilities are presented alongside associated mitigation techniques, all explained through a series of hands-on exercises that offer participants engaging, live hacking experiences. The introduction to various security testing methods is followed by a demonstration of the effectiveness of different testing tools. Participants gain an understanding of how these tools operate through practical exercises, applying them to the previously discussed vulnerable code.
Participants attending this course will
Understand basic concepts of security, IT security, and secure coding
Become familiar with the essential steps of the Microsoft Secure Development Lifecycle
Learn secure design and development practices
Learn about secure implementation principles
Understand security testing methodology
- Gain access to sources and further reading on secure coding practices
Audience
Developers, Managers
Secure Web Application Development and Testing
21 HoursProtecting web-accessible applications requires security professionals who are thoroughly prepared and constantly aware of current attack methods and trends. A vast array of technologies and environments facilitates the comfortable development of web applications. It is essential not only to understand the security issues specific to these platforms but also to grasp the general vulnerabilities that apply irrespective of the development tools used.
This course provides an overview of applicable security solutions for web applications, with a special focus on understanding the key cryptographic solutions that should be implemented. It presents various web application vulnerabilities on both the server side (following the OWASP Top Ten) and the client side, demonstrated through relevant attacks, and follows with recommended coding techniques and mitigation methods to avoid these issues. The topic of secure coding concludes with a discussion of typical security-relevant programming mistakes, including input validation, improper use of security features, and code quality.
Testing plays a crucial role in ensuring the security and robustness of web applications. Various approaches—from high-level auditing and penetration testing to ethical hacking—can be used to identify vulnerabilities of different types. However, if you wish to go beyond the easily found 'low-hanging fruit', security testing must be well planned and properly executed. Remember: security testers should ideally find all bugs to protect a system, whereas adversaries only need to find one exploitable vulnerability to penetrate it.
Practical exercises will aid in understanding web application vulnerabilities, programming mistakes, and, most importantly, mitigation techniques. Through hands-on trials with various testing tools, including security scanners, sniffers, proxy servers, fuzzing tools, and static source code analyzers, this course provides essential practical skills that can be applied immediately upon returning to the workplace.
Participants attending this course will
- Understand basic concepts of security, IT security, and secure coding
- Learn about web vulnerabilities beyond the OWASP Top Ten and how to avoid them
- Learn about client-side vulnerabilities and secure coding practices
- Gain a practical understanding of cryptography
- Understand security testing approaches and methodologies
- Acquire practical knowledge in using security testing techniques and tools
- Be informed about recent vulnerabilities in various platforms, frameworks, and libraries
- Receive sources and further reading on secure coding practices
Audience
Developers, Testers
DevOps Security: Creating a DevOps Security Strategy
7 HoursIn this instructor-led, live course in Australia, participants will learn how to formulate the proper security strategy to face the DevOps security challenge.
DevSecOps Firefight: Breach, Fix & Fortify
7 HoursThis world-class, cutting-edge, hands-on workshop immerses participants in the critical realities of modern CI/CD pipeline security. Designed for security professionals, DevOps engineers, and developers eager to master advanced pipeline breach defense, the training blends live attack simulations with industry-leading tools and practical defense techniques.
EC-Council Certified DevSecOps Engineer (ECDE)
28 HoursThe EC-Council Certified DevSecOps Engineer (ECDE) is a practical programme designed to empower professionals with the capabilities to weave security into every phase of the DevOps lifecycle, fostering secure software development from initial planning through to deployment.
Delivered as instructor-led live training, available either online or onsite, this course targets intermediate-level software engineers and DevOps practitioners looking to integrate robust security practices into their CI/CD pipelines, ensuring the delivery of secure and compliant code.
Upon completion of this training, participants will be equipped to:
- Grasp the core principles and practices underpinning DevSecOps.
- Safeguard every stage of the CI/CD pipeline using automated tools.
- Apply secure coding standards and conduct vulnerability scanning.
- Prepare effectively for the ECDE certification through practical lab exercises and review sessions.
Course Format
- Interactive lectures and discussions.
- Practical application of DevSecOps tools within simulated pipelines.
- Guided exercises centred on secure development and deployment processes.
Course Customisation Options
- To arrange a tailored training session for this course that aligns with your team’s specific workflows or toolchain, please contact us.
Web Security Testing - Security and Testing of Web Applications using OWASP
21 HoursThis instructor-led live training, offered online or onsite, targets developers, engineers, and architects aiming to secure their web applications and services.
By the conclusion of this course, participants will be capable of integrating, testing, protecting, and analysing their web apps and services through the OWASP testing framework and tools.
OWASP GenAI Security
14 HoursBased on the latest OWASP GenAI Security Project guidance, participants will learn to identify, assess, and mitigate AI-specific threats through hands-on exercises and real-world scenarios.
How to Write Secure Code
35 HoursThis course aims to assist with the following:
- Empower developers to master the techniques of writing secure code.
- Enable software testers to assess application security prior to deployment in production environments.
- Assist software architects in understanding the risks associated with applications.
- Support team leaders in establishing security baselines for their development teams.
- Guide webmasters in configuring servers to avoid misconfigurations.
Secure Developer Java (Inc OWASP)
21 HoursThis course explores secure coding concepts and principles for Java, utilising the testing methodologies of the Open Web Application Security Project (OWASP). The Open Web Application Security Project is a global community dedicated to producing freely accessible articles, methodologies, documentation, tools, and technologies focused on web application security.