Difference between revisions of "HOWTOs"

From Fail2ban
Jump to: navigation, search
(Made links relative)
(Added "HOWTO fail2ban with OpenVPN")
Line 15: Line 15:
 
* [[HOWTO use geoiplookup|HOWTO - Geographically localize the banned IPs]]
 
* [[HOWTO use geoiplookup|HOWTO - Geographically localize the banned IPs]]
 
* [[HOWTO fail2ban with ModSecurity2.5|HOWTO fail2ban with Mod_Security 2.5]] - configure fail2ban to use Mod_Security 2.5 logs
 
* [[HOWTO fail2ban with ModSecurity2.5|HOWTO fail2ban with Mod_Security 2.5]] - configure fail2ban to use Mod_Security 2.5 logs
 +
* [[HOWTO fail2ban with OpenVPN|HOWTO fail2ban with OpenVPN]] - configure fail2ban for OpenVPN (on Debian 8 Jessie)
 
* [http://blogs.buanzo.com.ar/2009/01/fail2ban-rules-for-lighttpd-fastcgi-alerts.html HOWTO fail2ban and lighttpd] - FastCGI's ALERT filter.d config
 
* [http://blogs.buanzo.com.ar/2009/01/fail2ban-rules-for-lighttpd-fastcgi-alerts.html HOWTO fail2ban and lighttpd] - FastCGI's ALERT filter.d config
 
* [http://blogs.buanzo.com.ar/2009/04/fail2ban-filter-for-php-injection-attacks.html HOWTO fail2ban and PHP remote script injection via GET/POST variables using allow_url_fopen and such] - Fail2ban filter to match "GET /script.php?variable=<nowiki>http://evil.com/evil.txt?</nowiki>" attacks.
 
* [http://blogs.buanzo.com.ar/2009/04/fail2ban-filter-for-php-injection-attacks.html HOWTO fail2ban and PHP remote script injection via GET/POST variables using allow_url_fopen and such] - Fail2ban filter to match "GET /script.php?variable=<nowiki>http://evil.com/evil.txt?</nowiki>" attacks.

Revision as of 10:49, 24 October 2016

Configuration

Installation

External Links