Category Archives: System hardening
Removing the X-Asp.Net version header
Setting up HTTPS in Asp.net core 1.1
Authorization in asp.net
Custom Error Pages for IIS and Asp.net
Hello TLS 1.3
TLS is dead – long live TLS
Remove IIS HTTP server header
Considerations for GDPR in system design
Complex password validation
Top 10 things to do to secure a web application.
OWASP Vulnerability scanner
Secure HTTP without HSTS
Secure HTTP with HSTS in IIS
How to disable insecure cipher suits.
There is a vulnerability in SSL3 called POODLE, it is documented in detail here by Google. SSL2 & 3 needs to be disabled in the client browser and on the web server. Below is a registry file that can be copied and run on a Microsoft IIS web servers to disable SSL 2 & 3… Read More »