We will spend most of our time talking about securing ASP.NET applications and issues frequently observed. You will learn about OWASP TOP 10 โ most critical web application security vulnerabilities, see them in practice (in ASP.NET) and mitigate the risks. We will see how to hack web applications by using various techniques and learn how to prevent those risks. You will learn about the latest version of ASP.NET Identity โ modern framework for securing ASP.NET applications. We will cover fundamentals of ASP.NET Web API and see modern ways of protecting them by OAUTH 2, OpenID and claims-based authentication. At the end you will see how to put all the knowledge in practice to conduct code reviews.
After finishing the course, attendees will be up-to date with the latest security techniques used in .NET applications and will be able to conduct .NET application code reviews by themselves.
COURSE CONTENT: Module 1: Identifying Areas of Vulnerability This part introduces the new cybersecurity challenges and trends, emphasizing on data security and integration through and into the cloud and…
COURSE CONTENT: Module 1: Authentication protocols โข NTLM โข Kerberos โข Claim based authentication Module 2: Identity attacks โข Pass-the-Hash attacks โข Stealing the LSA Secrets โข Modern identity…