Environment: Apache webserver
Mod_security:
o $ sudo apt-get install libapache2-modsecurity
o $ sudo a2enmod mod-security
o $ sudo /etc/init.d/apache2 force-reload
- Install mod_security on RHEL/CentOS/Fedora/
o # yum install mod_security
o # /etc/init.d/httpd restart
- It will act as a Firewall for web application and allow to monitor the traffic on a real-time basis
- It also protects the website or web server from brute force attacks
- Install the Mod_security directive
o $ sudo apt-get install libapache2-modsecurity
o $ sudo a2enmod mod-security
o $ sudo /etc/init.d/apache2 force-reload
- Install mod_security on RHEL/CentOS/Fedora/
o # yum install mod_security
o # /etc/init.d/httpd restart
Mod_evasive
o If the child process creates more than 50 concurrent requests.
o If temporarily blacklisted IP is trying to make new requests
- It handles the DoS
- It handles the DDoS attacks
- It handles the Brute force attacks
- This module detects three attacks
o If the child process creates more than 50 concurrent requests.
o If temporarily blacklisted IP is trying to make new requests
No comments:
Post a Comment
If you have any doubts or questions, please let us know.