# HG changeset patch # User IBBoard # Date 1442174629 -3600 # Node ID 9ebb9e8203a0fc7c77e07b1ee1c5ee6f4d323d3a # Parent 3bb824dabaaeda6c057d52653f8594f5f3de5b10 Remove unused Fail2Ban filter diff -r 3bb824dabaae -r 9ebb9e8203a0 common/fail2ban/ibb-apache-exploits-access.conf --- a/common/fail2ban/ibb-apache-exploits-access.conf Sun Sep 13 20:48:18 2015 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ -# Fail2Ban configuration file -# -# Author: IBBoard - -[Definition] -maxretry = 2 - -# Option: failregex -# Notes.: regex to match the password failure messages in the logfile. The -# host must be matched by a group named "host". The tag "" can -# be used for standard IP/hostname matching and is only an alias for -# (?:::f{4,6}:)?(?P[\w\-.^_]+) -# Values: TEXT -# -failregex = ^ .*"(?:GET|HEAD|POST) .*/(?:scripts/setup\.php|newticket|phpMyAdmin-\d\.\d\.\d|(?:(?:php)?[Mm]y[Aa]dmin[0-9]?)|[Pp][Mm][Aa]|sql(?:admin|web|manager)?|roundcube|typo3|dbadmin)[^"]*" 40[024] - ^ .*"(?:GET|HEAD|POST) .*\.php/[^/"]+\.php - ^ .*"(?:GET|HEAD|POST) [^\?]+\?[^\?]+=http://[^&]+(?:(?:shell|bot).php|\?\?).*" - ^ .*"(?:GET|HEAD|POST) .*//wp-content/.*" - ^ .*"(?:GET|HEAD|POST) .*/wp-content/uploads/200[789]/.*" - ^ .*"(?:GET|HEAD|POST) /projects/[^/]+/[^"]+/newticket\ HTTP - ^ .*"(?:GET|HEAD|POST) .*/wp-content/plugins/[^"]*" 40[0-4] - ^ .*"(?:GET|HEAD|POST) [^"]*README[^"]*" 40[0-4] - -# Option: ignoreregex -# Notes.: regex to ignore. If this regex matches, the line is ignored. -# Values: TEXT -# -ignoreregex = ^[^ ]+ - [^-]+ - /phpmyadmin/favicon.ico