# Fail2Ban configuration file # # List of bad bots fetched from http://www.user-agents.org # Generated on Sun Feb 11 01:09:15 EST 2007 by ./badbots.sh # # Author: Yaroslav Halchenko # # $Revision: 668 $ # [Definition] # Option: failregex # Notes.: Regexp to catch known spambots and software alike. Please verify # that it is your intent to block IPs which were driven by # abovementioned bots. # Values: TEXT # failregex = ^ -.*"(GET|POST).*lostpasswd.*HTTP.*"$ ^ -.*"(GET|POST).*ikonboard.*HTTP.*"$ ^ -.*"(GET|POST).*http\:\/\/.*\.txt\?\?.*HTTP.*"$ ^ -.*"(GET|POST).*phpMyAdmin.*HTTP.*"$ ^ -.*"(GET|POST).*phpmyadmin.*HTTP.*"$ ^ -.*"(GET|POST).*PHPMYADMIN.*HTTP.*"$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored. # Values: TEXT # ignoreregex = \"GET \/robots\.txt HTTP\/1\.0\"