Cargando…

Advanced ASP.NET Core 3 Security : understanding hacks, attacks, and vulnerabilities to secure your website /

Incorporate security best practices into ASP.NET Core. This book covers security-related features available within the framework, explains where these feature may fall short, and delves into security topics rarely covered elsewhere. Get ready to dive deep into ASP.NET Core 3.1 source code, clarifyin...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Norberg, Scott (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress, 2020.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1204151584
003 OCoLC
005 20231017213018.0
006 m o d
007 cr nn||||mamaa
008 201010s2020 caua o 000 0 eng d
040 |a SFB  |b eng  |e pn  |c SFB  |d OCLCO  |d SFB  |d YDX  |d DCT  |d ERF  |d OCLCF  |d GW5XE  |d EBLCP  |d UKAHL  |d TEF  |d UPM  |d OCL  |d OCLCO  |d N$T  |d K6U  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ 
019 |a 1200197359  |a 1202465300  |a 1202470561  |a 1224538532  |a 1225893346  |a 1227398241 
020 |a 9781484260142  |q (electronic bk.) 
020 |a 1484260147  |q (electronic bk.) 
020 |z 1484260139 
020 |z 9781484260135 
024 7 |a 10.1007/978-1-4842-6014-2  |2 doi 
029 1 |a AU@  |b 000068144246 
029 1 |a AU@  |b 000068653711 
029 1 |a AU@  |b 000068846321 
035 |a (OCoLC)1204151584  |z (OCoLC)1200197359  |z (OCoLC)1202465300  |z (OCoLC)1202470561  |z (OCoLC)1224538532  |z (OCoLC)1225893346  |z (OCoLC)1227398241 
037 |b Springer 
050 4 |a TK5105.59 
050 4 |a QA76.76.M52 
072 7 |a UMP  |2 bicssc 
072 7 |a COM051380  |2 bisacsh 
072 7 |a UMP  |2 thema 
082 0 4 |a 005.8  |2 23 
082 0 4 |a 004.165  |2 23 
049 |a UAMI 
100 1 |a Norberg, Scott,  |e author. 
245 1 0 |a Advanced ASP.NET Core 3 Security :  |b understanding hacks, attacks, and vulnerabilities to secure your website /  |c Scott Norberg. 
264 1 |a Berkeley, CA :  |b Apress,  |c 2020. 
300 |a 1 online resource (xx, 405 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
520 |a Incorporate security best practices into ASP.NET Core. This book covers security-related features available within the framework, explains where these feature may fall short, and delves into security topics rarely covered elsewhere. Get ready to dive deep into ASP.NET Core 3.1 source code, clarifying how particular features work and addressing how to fix problems. For straightforward use cases, the ASP.NET Core framework does a good job in preventing certain types of attacks from happening. But for some types of attacks, or situations that are not straightforward, there is very little guidance available on how to safely implement solutions. And worse, there is a lot of bad advice online on how to implement functionality, be it encrypting unsafely hard-coded parameters that need to be generated at runtime, or articles which advocate for certain solutions that are vulnerable to obvious injection attacks. Even more concerning is the functions in ASP.NET Core that are not as secure as they should be by default. Advanced ASP.NET Core 3 Security is designed to train developers to avoid these problems. Unlike the vast majority of security books that are targeted to network administrators, system administrators, or managers, this book is targeted specifically to ASP.NET developers. Author Scott Norberg begins by teaching developers how ASP.NET Core works behind the scenes by going directly into the framework's source code. Then he talks about how various attacks are performed using the very tools that penetration testers would use to hack into an application. He shows developers how to prevent these attacks. Finally, he covers the concepts developers need to know to do some testing on their own, without the help of a security professional. What You Will Learn Discern which attacks are easy to prevent, and which are more challenging, in the framework Dig into ASP.NET Core 3.1 source code to understand how the security services work Establish a baseline for understanding how to design more secure software Properly apply cryptography in software development Take a deep dive into web security concepts Validate input in a way that allows legitimate traffic but blocks malicious traffic Understand parameterized queries and why they are so important to ASP.NET Core Fix issues in a well-implemented solution Know how the new logging system in ASP.NET Core falls short of security needs Incorporate security into your software development process This book is for software developers who have experience creating websites in ASP.NET and want to know how to make their websites secure from hackers and security professionals who work with a development team that uses ASP.NET Core. A basic understanding of web technologies such as HTML, JavaScript, and CSS is assumed, as is knowledge of how to create a website, and how to read and write C#. You do not need knowledge of security concepts, even those that are often covered in ASP.NET Core documentation. Scott Norberg is a web security specialist currently based in the Seattle, Washington area. He has almost 15 years of experience successfully delivering software products in a wide range of roles. As a security consultant, he has experience with many testing tools and techniques, including Dynamic (DAST) and Static (SAST) testing, as well as manual testing and reviewing source code. Along with the many websites he has designed and built with various versions of ASP.NET, he has performed security assessments for many more. While his language of choice is C#, he has also built websites, components, and other tools in F♯, VB.NET, Python, R, Java, and Pascal. He holds several certifications, including Microsoft Certified Technology Specialist (MCTS), certifications for ASP.NET and SQL Server, and a Certified Information Systems Security Professional (CISSP) certification. He also has an MBA from Indiana University. 
505 0 |a Chapter 1: Introducing ASP.NET Core -- Chapter 2: General Security Concepts -- Chapter 3: Cryptography -- Chapter 4: Web Security Concepts -- Chapter 5: Understanding Common Attacks -- Chapter 6: Processing User Input -- Chapter 7: Authentication and Authorization -- Chapter 8: Data Access and Storage. -- Chapter 9: Logging and Error Handling -- Chapter 10: Setup and Configuration -- Chapter 11: Secure Application Life Cycle Management. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a Microsoft .NET Framework.  |2 fast  |0 (OCoLC)fst01020083 
650 0 |a Web sites  |x Security measures. 
650 0 |a Microsoft software. 
650 0 |a Data protection. 
650 6 |a Sites Web  |x Sécurité  |x Mesures. 
650 6 |a Logiciels Microsoft. 
650 6 |a Protection de l'information (Informatique) 
650 7 |a Web sites  |x Security measures.  |2 fast  |0 (OCoLC)fst01173267 
650 7 |a Data protection.  |2 fast  |0 (OCoLC)fst00887958 
650 7 |a Microsoft software.  |2 fast  |0 (OCoLC)fst01020088 
776 0 8 |i Print version:  |z 1484260163 
776 0 8 |i Print version:  |z 1484260139 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484260142/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH37890021 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6370720 
938 |a EBSCOhost  |b EBSC  |n 2648701 
938 |a YBP Library Services  |b YANK  |n 301624333 
994 |a 92  |b IZTAP