10 ریسک امنیتی ASP.NET در OWASP

ساخت وبلاگ

10 ریسک امنیتی ASP.NET در OWASP

10 ریسک امنیتی ASP.NET در OWASP

پروژه open Web Application Security Project یا OWASP یک پروژه غیر دولتی مورد تایید در سر تا سر جهان است که به منظور بالا بردن سطح امنیت در برنامه های نرم افزاری ایجاد شده است. ماموریت این پروژه این است که مسائل امنیتی نرم افزاری را به طور روشن بیان می کند و افراد و شرکت ها بنا به نیاز خود به این لیست ها مراجه می کنند و به طور کاملا رایگان از آن استفاده می کنند و با آخرین و بالا ترین مشکلات امنیتی آشنا می شوند.

این پروژه یک چارچوب کاری برای انجام عملیات تست نفوذ ارائه میدهد و براساس ان در اخر عملیات تست نفوذ براساس رعایت یا عدم رعایت چارچوب های مورد تایید خود به کاربر اطلاعاتی در مورد سطح امنیت وبسایت و چگونگی بالابردن ان اطلاعاتی میدهد.

این مجموعه آموزشی (OWASP Top 10 Web Application Security Risks for ASP.NET) محصول PluralSight است. و در سطح متوسط و مدت زمان 8 ساعت و 6 دقیقه تهیه شده است.

خلاصه سر فصل های این مجموعه:

استفاده از امنیت در عمق
مروری OWASP و رتبه بندی ریسک
آشنایی با SQL injection
تعریف داده های بی اعتبار
نمونه پروژه: SQL parameterisation درون خطی
نمونه پروژه : Whitelisting داده های بی اعتبار
Injection از طریق پروسیجرهای ذخیره شده
شناخت XSS
درک XSS
مفاهیم رمزگذاری خروجی
اجرای کدگذاری خروجی
نمونه پروژه: رمزگذاری خروجی در فرم های وب
نمونه پروژه: رمزگذاری خروجی در MVC
نمونه پروژه: اعتبارسنجی درخواست ASP.NET
نمونه پروژه: آناتومی حمله
نمونه پروژه: ارائه دهنده عضویت در ASP.NET برای احراز هویت
چه چیزی حمله CSRF را ممکن می کند.
نمونه پروژه: پیکربندی خطاهای سفارشی
نمونه پروژه: ایمنی ردیابی فرم های وب
نمونه پروژه : نگه داشتن چارچوب فعلی با NuGet
نمونه پروژه: رمزگذاری نقاط حساس در web.config
آشنایی با ذخیره سازی و هش کردن
کند کردن هش با ارائه عضو جدید
پیاده سازی رمزنگاری قوی تر
آشنایی با رمزنگاری متقارن و نامتقارن
نمونه پروژه: آشنایی با رمزنگاری متقارن و نامتقارن
نمونه پروژه: رمزنگاری متقارن با استفاده از DPAPI
نمونه پروژه : آشنایی با کوکی های امن و فرم های احراز هویت
نمونه پروژه : وادار کردن فرم های وب به استفاده از HTTPS
نمونه پروژه : نیاز به HTTPS در کنترل MVC
و…

این فیلم آموزشی اوریجینال بوده و به زبان انگلیسی ساده و روان ، در محیط نرم افزار و قابل درک برای همه تدریس می گردد

Introdution
Introduction
Who`s getting ?
Who`s doing the hacking?
OWASP and the Top 10
Applying security in depth
Injection
Introduction
OWASP overview and risk rating
Demo: Anatomy of an attack
Risk in practice: LulzSec and Sony
Understanding SQL injection
Defining untrusted data
Demo: The principle of least privilege
Demo: Inline SQL parameterisation
Demo: Stored procedure parameterisation
Demo: Whitelisting untrusted data
Demo: Entity Framework’s SQL parameterisation
Demo: Injection through stored procedures
Demo: Injection automation with Havij
Summary
Cross Site Scripting (XSS)
Introduction
OWASP overview and risk rating
Demo: Anatomy of an attack
Risk in practice: My Space and Samy
Understanding XSS
Output encoding concepts
Demo: Implementing output encoding
Demo: Output encoding in web forms
Demo: Output encoding in MVC
Demo: Whitelisting allowable values
Demo: ASP.NET request validation
Demo: Reflective versus persistent XSS
Demo: Native browser defences
Demo: Payload obfuscation
Summary
Broken Authentication and Session Management
Introduction
OWASP overview and risk rating
Demo: Anatomy of an attack
Risk in practice: Apple`s session fixation
Persisting state in a stateless protocol
The risk of session persistence in the URL versus cookies
Demo: Securely configuring session persistence
Demo: Leveraging ASP.NET membership provider for authentication
Customising session and forms timeouts to minimise risk windows
Siding versus fixed forms timeout
Other broken authentication patterns
Summary
Insecure Direct Object References
Introduction
OWASP overview and risk rating
Demo: Anatomy of an attack
Risk in practice: Citibank
Understanding direct object references
Demo: Implementing access controls
Understanding indirect reference maps
Demo: Building an indirect reference map
Obfuscation via random surrogate keys
Summary
Cross Site Request Forgery (CSRF)
Introduction
OWASP overview and risk rating
Demo: Anatomy of an attack
Risk in practice: Compromised Brazilian modems
What makes a CSRF attack possible
Understanding anti-forgery tokens
Demo: Implementing an anti-forgery token in MVC
Demo: Web forms approach to anti-forgery tokens
CSRF fallacies and browser defences
Summary
Security Misconfiguration
Introduction
OWASP overview and risk rating
Demo: Anatomy of an attack
Risk in practice: ELMAH
Demo: Correctly configuring custom errors
Demo: Securing web forms tracing
Demo: Keeping frameworks current with NuGet
Demo: Encrypting sensitive parts of the web.config
Demo: Using config transforms to apply secure configurations
Demo: Enabling retail mode on the server
Summary
Insecure Cryptographic Storage
Introduction
OWASP overview and risk rating
Demo: Anatomy of an attack
Risk in practice: ABC passwords
Understanding password storage and hashing
Understanding salt and brute force attacks
Slowing down hashes with the new Membership Provider
Other stronger hashing implementations
Things to consider when choosing a hashing implementation
Understanding symmetric and asymmetric encryption
Demo: Symmetric encryption using DPAPI
What`s not cryptographic
Summary
Failure to Restrict URL Access
Introduction
OWASP overview and risk rating
Demo: Anatomy of an attack
Risk in practice: Apple AT&T leak
Demo: Access controls in ASP.NET part 1: web.config locations
Demo: Access controls in ASP.NET part 2: The authorize attribute
Demo: Role based authorisation with the ASP.NET Role Provider
Other access controls risk and misconceptions
Summary
Insufficient Transport Layer Protection
Introduction
OWASP overview and risk rating
Demo: Anatomy of an attack
Risk in practice: Tunisian ISPs
Demo: Understanding secure cookies and forms authentication
Demo: Securing other cookies in ASP.NET
Demo: Forcing web forms to use HTTPS
Demo: Requiring HTTPS on MVC controllers
Demo: Mixed mode HTTPS
HTTP strict transport security
Other insufficient HTTPS patterns
Other HTTPS considerations
Summary
Unvalidated Redirects and Forwards
Introduction
OWASP overview and risk rating
Demo: Anatomy of an attack
Risk in practice: US government websites
Understanding the value of unvalidated redirects to attackers
Demo: implementing a whitelist
Demo: implementing referrer checking
Other issues with the unvalidated redirect risk
Summary



این فیلم آموزشی اوریجینال بوده و به زبان انگلیسی ساده و روان ، در محیط نرم افزار و قابل درک برای همه تدریس می گردد

قیمت : 10000 تومان



روش خرید: برای خرید "10 ریسک امنیتی ASP.NET در OWASP" ، پس از کلیک روی دکمه زیر و تکمیل فرم سفارش، ابتدا محصول یا محصولات مورد نظرتان را درب منزل یا محل کار تحویل بگیرید، سپس وجه کالا و هزینه ارسال را به مامور پست بپردازید. جهت مشاهده فرم خرید، روی دکمه زیر کلیک کنید.


1-روی دکمه خرید پستی کلیک نمایید.
2-فرم مربوطه را به صورت کامل و صحیح پر نمایید.
3-سفارش خود را درب منزل از پستچی تحویل گرفته سپس هزینه را پرداخت نمایید.





سایر محصولات :
خرید پستی ساخت پروفایل تمام ستاره LinkedIn
خرید پستی آموزش jQuery برای مبتدیان – ساخت انیمیشن های وب سایت
خرید پستی آموزش Javascript برای مبتدیان به همراه تمرین
خرید پستی آموزش ASP.NET MVC با EF Code First
خرید پستی مقدمه ای بر برنامه نویسی PHP
خرید پستی آموزش برنامه نویسی ++C از ابتدا
خرید پستی فیلم آموزش اصول AWS Developer
خرید پستی برنامه نویسی Aspect Oriented در دات نت
خرید پستی سورس پروژه مدرسه هوشمند به زبان ASP.NET
خرید پستی اصول ASP.NET MVC
خرید پستی ساخت پوسته WordPress با Bootstrap 3
خرید پستی نحوه جذب مشتری
خرید پستی راهنمای AngularJS : دستور العمل هایی برای سناریوهای رایج
خرید پستی دوره Android Marshmallow – ساخت اپلیکیشنی با 10 میلیون دانلود
خرید پستی ساخت اپلیکیشن Android برای WordPress یا هر سایت دیگری در 5 دقیقه
خرید پستی هک های بازاریابی – 5 روش سریع
خرید پستی دوره Explore Amazon Web Services
خرید پستی کتابخانه های CSS برای طراحان وب
خرید پستی اصول داده های داینامیک ASP.NET
خرید پستی کار با داده ها در ASP.NET 3.5
خرید پستی فیلم آموزش لایسنس برای برنامه های دات نت
خرید پستی الگوریتم ها و ساختار داده ها – قسمت دوم
خرید پستی الگوریتم ها و ساختار داده ها – قسمت اول
خرید پستی Micro ORM های دات نت
خرید پستی ساختار کدهای JavaScript
خرید پستی دوره آموزش آمار قسمت چهارم – آزمایش فرضیه ,پارت1,
خرید پستی کار با Adobe Illustrator برای طراحی وب سایت
خرید پستی آموزش Git برای Visual Studio
خرید پستی آموزش مقدماتی ASP.NET Web API
خرید پستی مقدمه ای بر Localization و Globalization در دات نت
خرید پستی آموزش مقدماتی REST
خرید پستی آموزش مقدماتی Analysis Services
خرید پستی 10 ریسک امنیتی ASP.NET در OWASP
خرید پستی مفاهیم اصلی ASP.NET
خرید پستی مقدمات Integration Services
خرید پستی طراحی نرم افزارهای سرویس گرای مولتی کلاینت
خرید پستی آموزش مقدماتی Refactoring – بهبود کیفیت کد نویسی
خرید پستی آموزش AngularJS برای برنامه نویسان دات نت
خرید پستی ریاضی برای برنامه نویسان
خرید پستی CLR Threading – برنامه نویسی موازی در دات نت

آموزش ساخت سایت ساده بوسیله HTML و CSSآموزش الگوهای نوین طراحی نرم افزارآموزش مدیریت سیستم عامل CentOSآموزش کامل و کاربردی ایجاد کردن گرافیک های متحرک و یا Motion Graphic ها با استفاده از امکانات نرم افزار Houdinآشنایی با لنزهای عکاسی ویژه و خاص و بررسی عملکرد و عکسهای گرفته شده با آن هادستیار تدوین 2 اورجینالآشنایی با نحوه کار اینترنتدوره ITIL Lite10 ریسک امنیتی ASP.NET در OWASP


کلمات کلیدی :and risk ratingdemo risk ratingdemo anatomy زبان انگلیسی ساده آموزشی اوریجینال بوده فیلم آموزشی اوریجینال web application security پروژه رمزگذاری خروجی های وبنمونه پروژه asp net and risk overview and risk ratingdemo ratingdemo anatomy فرم های امنیتی asp ریسک امنیتی پروژه anatomy attackrisk practice ratingdemo overview owasp امنیتی
اصول ASP.NET MVC...
ما را در سایت اصول ASP.NET MVC دنبال می کنید

برچسب : امنیتی, نویسنده : 6iidigic بازدید : 96 تاريخ : دوشنبه 13 شهريور 1396 ساعت: 20:03