Product SiteDocumentation Site

Chapter 10. Cvičenie 8/Practice 8 - Application Firewall

10.1. Exercise
10.2. Installing mod_security
10.3. Testing SQL Injection
10.3.1. Setting Up Rules
10.3.2. Writing Your Own mod_security Rules
10.4. Feedback

10.1. Exercise

This practice shows how to install and configure mod_security. mod_security is an Apache module that provides intrusion detection and prevention for web applications. It aims at shielding web applications from known and unknown attacks, such as SQL injection attacks, cross-site scripting, path traversal attacks, etc.
ModSecurity can be deployed and integrated in our current Web Servers infrastructure, meaning that we do not have to modify our internal Network, we don’t add any point of failure, we can benefit from load balancing and scalability and we would not have any issues with compress or encrypted Data. ModSecurity is a valuable security tool and have proven to be effective. If we want to protect our web applications this is a tool the deserves your attention.