2013-10-09 22:56:52 +00:00
|
|
|
# Fail2Ban jail base specification file
|
2006-07-17 19:26:14 +00:00
|
|
|
#
|
2013-10-09 22:56:52 +00:00
|
|
|
# HOW TO ACTIVATE JAILS:
|
2006-07-17 19:26:14 +00:00
|
|
|
#
|
2013-10-09 22:56:52 +00:00
|
|
|
# YOU SHOULD NOT MODIFY THIS FILE.
|
2006-07-17 19:26:14 +00:00
|
|
|
#
|
2013-10-09 22:56:52 +00:00
|
|
|
# It will probably be overwitten or improved in a distribution update.
|
|
|
|
#
|
|
|
|
# Provide customizations in a jail.local file or a jail.d/customisation.local.
|
|
|
|
# For example to change the default bantime for all jails and to enable the
|
|
|
|
# ssh-iptables jail the following (uncommented) would appear in the .local file.
|
|
|
|
# See man 5 jail.conf for details.
|
2012-06-05 02:41:28 +00:00
|
|
|
#
|
|
|
|
# [DEFAULT]
|
|
|
|
# bantime = 3600
|
|
|
|
#
|
|
|
|
# [ssh-iptables]
|
|
|
|
# enabled = true
|
2013-10-09 22:56:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2013-10-10 19:48:31 +00:00
|
|
|
# Comments: use '#' for comment lines and ';' (following a space) for inline comments
|
2006-07-17 19:26:14 +00:00
|
|
|
|
2010-09-27 13:18:32 +00:00
|
|
|
# The DEFAULT allows a global definition of the options. They can be overridden
|
2006-09-17 22:38:44 +00:00
|
|
|
# in each jail afterwards.
|
|
|
|
|
|
|
|
[DEFAULT]
|
|
|
|
|
2006-12-18 22:33:01 +00:00
|
|
|
# "ignoreip" can be an IP address, a CIDR mask or a DNS host. Fail2ban will not
|
|
|
|
# ban a host which matches an address in this list. Several addresses can be
|
|
|
|
# defined using space separator.
|
2010-09-27 13:10:48 +00:00
|
|
|
ignoreip = 127.0.0.1/8
|
2006-12-18 22:33:01 +00:00
|
|
|
|
2006-11-15 18:44:28 +00:00
|
|
|
# "bantime" is the number of seconds that a host is banned.
|
2006-09-17 22:38:44 +00:00
|
|
|
bantime = 600
|
2006-12-18 22:33:01 +00:00
|
|
|
|
|
|
|
# A host is banned if it has generated "maxretry" during the last "findtime"
|
|
|
|
# seconds.
|
2006-11-18 15:15:58 +00:00
|
|
|
findtime = 600
|
2006-12-18 22:33:01 +00:00
|
|
|
|
2006-11-15 18:44:28 +00:00
|
|
|
# "maxretry" is the number of failures before a host get banned.
|
2006-09-17 22:38:44 +00:00
|
|
|
maxretry = 3
|
|
|
|
|
2011-12-30 05:18:52 +00:00
|
|
|
# "backend" specifies the backend used to get files modification.
|
|
|
|
# Available options are "pyinotify", "gamin", "polling" and "auto".
|
|
|
|
# This option can be overridden in each jail as well.
|
2006-12-18 22:33:01 +00:00
|
|
|
#
|
2011-12-30 05:18:52 +00:00
|
|
|
# pyinotify: requires pyinotify (a file alteration monitor) to be installed.
|
|
|
|
# If pyinotify is not installed, Fail2ban will use auto.
|
|
|
|
# gamin: requires Gamin (a file alteration monitor) to be installed.
|
|
|
|
# If Gamin is not installed, Fail2ban will use auto.
|
|
|
|
# polling: uses a polling algorithm which does not require external libraries.
|
|
|
|
# auto: will try to use the following backends, in order:
|
|
|
|
# pyinotify, gamin, polling.
|
2006-10-17 21:13:11 +00:00
|
|
|
backend = auto
|
|
|
|
|
2012-01-13 04:23:41 +00:00
|
|
|
# "usedns" specifies if jails should trust hostnames in logs,
|
2013-04-23 17:56:51 +00:00
|
|
|
# warn when DNS lookups are performed, or ignore all hostnames in logs
|
2012-01-13 04:23:41 +00:00
|
|
|
#
|
2013-04-23 17:56:51 +00:00
|
|
|
# yes: if a hostname is encountered, a DNS lookup will be performed.
|
|
|
|
# warn: if a hostname is encountered, a DNS lookup will be performed,
|
2012-01-13 04:23:41 +00:00
|
|
|
# but it will be logged as a warning.
|
|
|
|
# no: if a hostname is encountered, will not be used for banning,
|
|
|
|
# but it will be logged as info.
|
|
|
|
usedns = warn
|
|
|
|
|
2006-09-17 22:38:44 +00:00
|
|
|
|
2013-10-09 22:56:52 +00:00
|
|
|
# This jail corresponds to the standard configuration in Fail2ban.
|
2006-09-06 21:33:18 +00:00
|
|
|
# The mail-whois action send a notification e-mail with a whois request
|
|
|
|
# in the body.
|
|
|
|
|
|
|
|
[ssh-iptables]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = sshd
|
|
|
|
action = iptables[name=SSH, port=ssh, protocol=tcp]
|
2013-07-05 14:12:29 +00:00
|
|
|
sendmail-whois[name=SSH, dest=you@example.com, sender=fail2ban@example.com, sendername="Fail2Ban"]
|
2006-09-06 21:33:18 +00:00
|
|
|
logpath = /var/log/sshd.log
|
|
|
|
maxretry = 5
|
|
|
|
|
2006-10-02 13:42:36 +00:00
|
|
|
[proftpd-iptables]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = proftpd
|
|
|
|
action = iptables[name=ProFTPD, port=ftp, protocol=tcp]
|
2011-05-07 03:16:40 +00:00
|
|
|
sendmail-whois[name=ProFTPD, dest=you@example.com]
|
2006-10-02 13:42:36 +00:00
|
|
|
logpath = /var/log/proftpd/proftpd.log
|
|
|
|
maxretry = 6
|
|
|
|
|
2006-10-17 21:13:11 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
# This jail forces the backend to "polling".
|
2006-10-02 13:42:36 +00:00
|
|
|
[sasl-iptables]
|
|
|
|
|
|
|
|
enabled = false
|
2013-10-22 11:40:29 +00:00
|
|
|
filter = postfix-sasl
|
2006-10-17 21:13:11 +00:00
|
|
|
backend = polling
|
2006-10-02 13:42:36 +00:00
|
|
|
action = iptables[name=sasl, port=smtp, protocol=tcp]
|
2011-05-07 03:16:40 +00:00
|
|
|
sendmail-whois[name=sasl, dest=you@example.com]
|
2006-10-02 13:42:36 +00:00
|
|
|
logpath = /var/log/mail.log
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-04-28 08:44:31 +00:00
|
|
|
# ASSP SMTP Proxy Jail
|
|
|
|
[assp]
|
2013-10-30 09:34:06 +00:00
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = assp
|
|
|
|
action = iptables-multiport[name=assp,port="25,465,587"]
|
|
|
|
logpath = /root/path/to/assp/logs/maillog.txt
|
|
|
|
|
2013-04-28 08:44:31 +00:00
|
|
|
|
2006-11-12 14:52:36 +00:00
|
|
|
# Here we use TCP-Wrappers instead of Netfilter/Iptables. "ignoreregex" is
|
|
|
|
# used to avoid banning the user "myuser".
|
2006-09-06 21:33:18 +00:00
|
|
|
[ssh-tcpwrapper]
|
|
|
|
|
2006-11-12 14:52:36 +00:00
|
|
|
enabled = false
|
|
|
|
filter = sshd
|
2013-07-14 06:20:21 +00:00
|
|
|
action = hostsdeny[daemon_list=sshd]
|
2011-05-07 03:16:40 +00:00
|
|
|
sendmail-whois[name=SSH, dest=you@example.com]
|
2006-11-12 14:52:36 +00:00
|
|
|
ignoreregex = for myuser from
|
|
|
|
logpath = /var/log/sshd.log
|
2006-09-17 22:38:44 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-01-04 15:09:04 +00:00
|
|
|
# Here we use blackhole routes for not requiring any additional kernel support
|
|
|
|
# to store large volumes of banned IPs
|
|
|
|
[ssh-route]
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
enabled = false
|
|
|
|
filter = sshd
|
|
|
|
action = route
|
|
|
|
logpath = /var/log/sshd.log
|
2013-01-04 15:09:04 +00:00
|
|
|
maxretry = 5
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2012-12-31 03:38:51 +00:00
|
|
|
# Here we use a combination of Netfilter/Iptables and IPsets
|
|
|
|
# for storing large volumes of banned IPs
|
|
|
|
#
|
|
|
|
# IPset comes in two versions. See ipset -V for which one to use
|
|
|
|
# requires the ipset package and kernel support.
|
|
|
|
[ssh-iptables-ipset4]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = sshd
|
|
|
|
action = iptables-ipset-proto4[name=SSH, port=ssh, protocol=tcp]
|
|
|
|
logpath = /var/log/sshd.log
|
|
|
|
maxretry = 5
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2012-12-31 03:38:51 +00:00
|
|
|
[ssh-iptables-ipset6]
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2012-12-31 03:38:51 +00:00
|
|
|
enabled = false
|
|
|
|
filter = sshd
|
|
|
|
action = iptables-ipset-proto6[name=SSH, port=ssh, protocol=tcp, bantime=600]
|
|
|
|
logpath = /var/log/sshd.log
|
|
|
|
maxretry = 5
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-05-03 06:31:45 +00:00
|
|
|
# bsd-ipfw is ipfw used by BSD. It uses ipfw tables.
|
|
|
|
# table number must be unique.
|
|
|
|
#
|
|
|
|
# This will create a deny rule for that table ONLY if a rule
|
|
|
|
# for the table doesn't ready exist.
|
|
|
|
#
|
|
|
|
[ssh-bsd-ipfw]
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-05-03 06:31:45 +00:00
|
|
|
enabled = false
|
|
|
|
filter = sshd
|
|
|
|
action = bsd-ipfw[port=ssh,table=1]
|
|
|
|
logpath = /var/log/auth.log
|
|
|
|
maxretry = 5
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2006-10-01 21:19:56 +00:00
|
|
|
# This jail demonstrates the use of wildcards in "logpath".
|
|
|
|
# Moreover, it is possible to give other files on a new line.
|
|
|
|
[apache-tcpwrapper]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = apache-auth
|
|
|
|
action = hostsdeny
|
2007-08-27 21:25:56 +00:00
|
|
|
logpath = /var/log/apache*/*error.log
|
|
|
|
/home/www/myhomepage/error.log
|
2006-10-01 21:19:56 +00:00
|
|
|
maxretry = 6
|
2006-09-06 21:33:18 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-11-07 23:06:40 +00:00
|
|
|
[nginx-http-auth]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = nginx-http-auth
|
2013-11-07 23:09:19 +00:00
|
|
|
action = iptables-multiport[name=nginx-http-auth,port="80,443"]
|
2013-11-07 23:06:40 +00:00
|
|
|
logpath = /var/log/nginx/error.log
|
|
|
|
|
|
|
|
|
2006-09-06 21:33:18 +00:00
|
|
|
# The hosts.deny path can be defined with the "file" argument if it is
|
|
|
|
# not in /etc.
|
|
|
|
[postfix-tcpwrapper]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = postfix
|
|
|
|
action = hostsdeny[file=/not/a/standard/path/hosts.deny]
|
2011-05-07 03:16:40 +00:00
|
|
|
sendmail[name=Postfix, dest=you@example.com]
|
2006-09-06 21:33:18 +00:00
|
|
|
logpath = /var/log/postfix.log
|
|
|
|
bantime = 300
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2006-09-06 21:33:18 +00:00
|
|
|
# Do not ban anybody. Just report information about the remote host.
|
|
|
|
# A notification is sent at most every 600 seconds (bantime).
|
|
|
|
[vsftpd-notification]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = vsftpd
|
2011-05-07 03:16:40 +00:00
|
|
|
action = sendmail-whois[name=VSFTPD, dest=you@example.com]
|
2006-09-06 21:33:18 +00:00
|
|
|
logpath = /var/log/vsftpd.log
|
2006-09-17 22:38:44 +00:00
|
|
|
maxretry = 5
|
|
|
|
bantime = 1800
|
2006-10-17 21:13:11 +00:00
|
|
|
|
2007-02-22 21:11:30 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
# Same as above but with banning the IP address.
|
2007-02-22 21:11:30 +00:00
|
|
|
[vsftpd-iptables]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = vsftpd
|
|
|
|
action = iptables[name=VSFTPD, port=ftp, protocol=tcp]
|
2011-05-07 03:16:40 +00:00
|
|
|
sendmail-whois[name=VSFTPD, dest=you@example.com]
|
2007-02-22 21:11:30 +00:00
|
|
|
logpath = /var/log/vsftpd.log
|
|
|
|
maxretry = 5
|
|
|
|
bantime = 1800
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2007-02-12 21:50:50 +00:00
|
|
|
# Ban hosts which agent identifies spammer robots crawling the web
|
|
|
|
# for email addresses. The mail outputs are buffered.
|
|
|
|
[apache-badbots]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = apache-badbots
|
|
|
|
action = iptables-multiport[name=BadBots, port="http,https"]
|
2011-05-07 03:16:40 +00:00
|
|
|
sendmail-buffered[name=BadBots, lines=5, dest=you@example.com]
|
2007-02-12 21:50:50 +00:00
|
|
|
logpath = /var/www/*/logs/access_log
|
|
|
|
bantime = 172800
|
|
|
|
maxretry = 1
|
|
|
|
|
2006-10-17 21:13:11 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
# Use shorewall instead of iptables.
|
2006-10-17 21:13:11 +00:00
|
|
|
[apache-shorewall]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = apache-noscript
|
|
|
|
action = shorewall
|
2011-05-07 03:16:40 +00:00
|
|
|
sendmail[name=Postfix, dest=you@example.com]
|
2006-10-17 21:13:11 +00:00
|
|
|
logpath = /var/log/apache2/error_log
|
2006-10-19 20:15:24 +00:00
|
|
|
|
2013-01-31 19:39:59 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
# Monitor roundcube server
|
2013-01-31 19:39:59 +00:00
|
|
|
[roundcube-iptables]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = roundcube-auth
|
2013-07-12 22:34:04 +00:00
|
|
|
action = iptables-multiport[name=RoundCube, port="http,https"]
|
2013-01-31 19:39:59 +00:00
|
|
|
logpath = /var/log/roundcube/userlogins
|
|
|
|
|
2013-02-11 16:14:29 +00:00
|
|
|
|
|
|
|
# Monitor SOGo groupware server
|
|
|
|
[sogo-iptables]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = sogo-auth
|
|
|
|
# without proxy this would be:
|
|
|
|
# port = 20000
|
2013-07-12 22:34:04 +00:00
|
|
|
action = iptables-multiport[name=SOGo, port="http,https"]
|
2013-02-11 16:14:29 +00:00
|
|
|
logpath = /var/log/sogo/sogo.log
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2009-08-30 14:17:29 +00:00
|
|
|
# Ban attackers that try to use PHP's URL-fopen() functionality
|
|
|
|
# through GET/POST variables. - Experimental, with more than a year
|
|
|
|
# of usage in production environments.
|
|
|
|
[php-url-fopen]
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
enabled = false
|
|
|
|
action = iptables-multiport[name=php-url-open, port="http,https"]
|
|
|
|
filter = php-url-fopen
|
|
|
|
logpath = /var/www/*/logs/access_log
|
2009-08-30 14:17:29 +00:00
|
|
|
maxretry = 1
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-07-21 15:31:11 +00:00
|
|
|
[suhosin]
|
2009-08-30 14:17:29 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
enabled = false
|
|
|
|
filter = suhosin
|
|
|
|
action = iptables-multiport[name=suhosin, port="http,https"]
|
2009-08-30 14:17:29 +00:00
|
|
|
# adapt the following two items as needed
|
2013-10-30 09:34:06 +00:00
|
|
|
logpath = /var/log/lighttpd/error.log
|
2009-08-30 14:17:29 +00:00
|
|
|
maxretry = 2
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2011-12-24 20:56:38 +00:00
|
|
|
[lighttpd-auth]
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
enabled = false
|
|
|
|
filter = lighttpd-auth
|
|
|
|
action = iptables-multiport[name=lighttpd-auth, port="http,https"]
|
2011-12-24 20:56:38 +00:00
|
|
|
# adapt the following two items as needed
|
2013-10-30 09:34:06 +00:00
|
|
|
logpath = /var/log/lighttpd/error.log
|
2011-12-24 20:56:38 +00:00
|
|
|
maxretry = 2
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2006-10-19 20:15:24 +00:00
|
|
|
# This jail uses ipfw, the standard firewall on FreeBSD. The "ignoreip"
|
2007-01-04 11:58:58 +00:00
|
|
|
# option is overridden in this jail. Moreover, the action "mail-whois" defines
|
|
|
|
# the variable "name" which contains a comma using "". The characters '' are
|
|
|
|
# valid too.
|
2006-10-19 20:15:24 +00:00
|
|
|
[ssh-ipfw]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = sshd
|
|
|
|
action = ipfw[localhost=192.168.0.1]
|
2011-05-07 03:16:40 +00:00
|
|
|
sendmail-whois[name="SSH,IPFW", dest=you@example.com]
|
2006-10-19 20:15:24 +00:00
|
|
|
logpath = /var/log/auth.log
|
|
|
|
ignoreip = 168.192.0.1
|
2007-08-08 22:49:58 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2010-06-29 01:34:08 +00:00
|
|
|
# !!! WARNING !!!
|
2010-09-27 13:18:32 +00:00
|
|
|
# Since UDP is connection-less protocol, spoofing of IP and imitation
|
2010-06-29 01:34:08 +00:00
|
|
|
# of illegal actions is way too simple. Thus enabling of this filter
|
|
|
|
# might provide an easy way for implementing a DoS against a chosen
|
|
|
|
# victim. See
|
|
|
|
# http://nion.modprobe.de/blog/archives/690-fail2ban-+-dns-fail.html
|
|
|
|
# Please DO NOT USE this jail unless you know what you are doing.
|
|
|
|
#
|
2013-10-30 10:12:16 +00:00
|
|
|
# IMPORTANT: see filter.d/named-refused for instructions to enable logging
|
|
|
|
# This jail blocks UDP traffic for DNS requests.
|
2010-06-29 01:34:08 +00:00
|
|
|
# [named-refused-udp]
|
|
|
|
#
|
|
|
|
# enabled = false
|
|
|
|
# filter = named-refused
|
|
|
|
# action = iptables-multiport[name=Named, port="domain,953", protocol=udp]
|
2011-05-07 03:16:40 +00:00
|
|
|
# sendmail-whois[name=Named, dest=you@example.com]
|
2010-06-29 01:34:08 +00:00
|
|
|
# logpath = /var/log/named/security.log
|
|
|
|
# ignoreip = 168.192.0.1
|
2007-08-08 22:49:58 +00:00
|
|
|
|
2013-10-30 10:12:16 +00:00
|
|
|
# IMPORTANT: see filter.d/named-refused for instructions to enable logging
|
2007-08-08 22:49:58 +00:00
|
|
|
# This jail blocks TCP traffic for DNS requests.
|
|
|
|
[named-refused-tcp]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = named-refused
|
|
|
|
action = iptables-multiport[name=Named, port="domain,953", protocol=tcp]
|
2011-05-07 03:16:40 +00:00
|
|
|
sendmail-whois[name=Named, dest=you@example.com]
|
2007-08-27 21:03:33 +00:00
|
|
|
logpath = /var/log/named/security.log
|
2007-08-08 22:49:58 +00:00
|
|
|
ignoreip = 168.192.0.1
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-10-09 22:41:05 +00:00
|
|
|
[asterisk]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = asterisk
|
|
|
|
action = iptables-multiport[name=asterisk-tcp, port="5060,5061", protocol=tcp]
|
|
|
|
iptables-multiport[name=asterisk-udp, port="5060,5061", protocol=udp]
|
|
|
|
sendmail-whois[name=Asterisk, dest=you@example.com, sender=fail2ban@example.com]
|
|
|
|
logpath = /var/log/asterisk/messages
|
|
|
|
maxretry = 10
|
|
|
|
|
|
|
|
# Historical support (before https://github.com/fail2ban/fail2ban/issues/37 was fixed )
|
2013-10-30 09:34:06 +00:00
|
|
|
# use [asterisk] for new jails
|
2012-02-21 17:53:44 +00:00
|
|
|
[asterisk-tcp]
|
2012-02-28 17:03:16 +00:00
|
|
|
|
2012-02-27 15:14:18 +00:00
|
|
|
enabled = false
|
2012-01-11 15:35:40 +00:00
|
|
|
filter = asterisk
|
2012-02-21 17:53:44 +00:00
|
|
|
action = iptables-multiport[name=asterisk-tcp, port="5060,5061", protocol=tcp]
|
2012-01-11 15:35:40 +00:00
|
|
|
sendmail-whois[name=Asterisk, dest=you@example.com, sender=fail2ban@example.com]
|
|
|
|
logpath = /var/log/asterisk/messages
|
2012-02-21 17:53:44 +00:00
|
|
|
maxretry = 10
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
|
|
|
# Historical support (before https://github.com/fail2ban/fail2ban/issues/37 was fixed )
|
|
|
|
# use [asterisk] for new jails
|
2012-02-21 17:53:44 +00:00
|
|
|
[asterisk-udp]
|
2012-02-28 17:03:16 +00:00
|
|
|
|
2012-02-27 15:14:18 +00:00
|
|
|
enabled = false
|
2012-02-21 17:53:44 +00:00
|
|
|
filter = asterisk
|
|
|
|
action = iptables-multiport[name=asterisk-udp, port="5060,5061", protocol=udp]
|
|
|
|
sendmail-whois[name=Asterisk, dest=you@example.com, sender=fail2ban@example.com]
|
|
|
|
logpath = /var/log/asterisk/messages
|
|
|
|
maxretry = 10
|
2012-02-28 17:03:16 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-03-24 14:52:58 +00:00
|
|
|
[mysqld-iptables]
|
|
|
|
|
|
|
|
enabled = false
|
2013-04-09 22:03:34 +00:00
|
|
|
filter = mysqld-auth
|
2013-03-24 14:52:58 +00:00
|
|
|
action = iptables[name=mysql, port=3306, protocol=tcp]
|
|
|
|
sendmail-whois[name=MySQL, dest=root, sender=fail2ban@example.com]
|
|
|
|
logpath = /var/log/mysqld.log
|
|
|
|
maxretry = 5
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-10-09 23:00:20 +00:00
|
|
|
[mysqld-syslog-iptables]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = mysqld-auth
|
|
|
|
action = iptables[name=mysql, port=3306, protocol=tcp]
|
|
|
|
logpath = /var/log/daemon.log
|
|
|
|
maxretry = 5
|
2013-03-24 14:52:58 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2012-01-27 04:28:44 +00:00
|
|
|
# Jail for more extended banning of persistent abusers
|
2012-02-19 01:15:42 +00:00
|
|
|
# !!! WARNING !!!
|
|
|
|
# Make sure that your loglevel specified in fail2ban.conf/.local
|
|
|
|
# is not at DEBUG level -- which might then cause fail2ban to fall into
|
|
|
|
# an infinite loop constantly feeding itself with non-informative lines
|
2012-01-27 04:28:44 +00:00
|
|
|
[recidive]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = recidive
|
|
|
|
logpath = /var/log/fail2ban.log
|
|
|
|
action = iptables-allports[name=recidive]
|
|
|
|
sendmail-whois-lines[name=recidive, logpath=/var/log/fail2ban.log]
|
2012-07-31 18:05:42 +00:00
|
|
|
bantime = 604800 ; 1 week
|
|
|
|
findtime = 86400 ; 1 day
|
2012-01-27 04:28:44 +00:00
|
|
|
maxretry = 5
|
2013-05-03 06:42:10 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-05-03 06:42:10 +00:00
|
|
|
# PF is a BSD based firewall
|
|
|
|
[ssh-pf]
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
enabled = false
|
|
|
|
filter = sshd
|
|
|
|
action = pf
|
2013-05-03 06:42:10 +00:00
|
|
|
logpath = /var/log/sshd.log
|
2013-10-30 09:34:06 +00:00
|
|
|
maxretry = 5
|
|
|
|
|
2013-05-03 06:42:10 +00:00
|
|
|
|
2013-06-11 13:56:09 +00:00
|
|
|
[3proxy]
|
|
|
|
|
|
|
|
enabled = false
|
|
|
|
filter = 3proxy
|
2013-07-12 22:34:04 +00:00
|
|
|
action = iptables[name=3proxy, port=3128, protocol=tcp]
|
2013-06-11 13:56:09 +00:00
|
|
|
logpath = /var/log/3proxy.log
|
2013-05-03 06:42:10 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-07-02 21:42:47 +00:00
|
|
|
[exim]
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-07-02 21:42:47 +00:00
|
|
|
enabled = false
|
2013-10-30 09:34:06 +00:00
|
|
|
filter = exim
|
|
|
|
action = iptables-multiport[name=exim,port="25,465,587"]
|
2013-07-02 21:42:47 +00:00
|
|
|
logpath = /var/log/exim/mainlog
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-07-02 21:42:47 +00:00
|
|
|
[exim-spam]
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-07-02 21:42:47 +00:00
|
|
|
enabled = false
|
2013-10-30 13:52:47 +00:00
|
|
|
filter = exim-spam
|
|
|
|
action = iptables-multiport[name=exim-spam,port="25,465,587"]
|
2013-07-02 21:42:47 +00:00
|
|
|
logpath = /var/log/exim/mainlog
|
2013-07-19 10:27:15 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-07-19 10:27:15 +00:00
|
|
|
[perdition]
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-07-19 10:27:15 +00:00
|
|
|
enabled = false
|
2013-10-30 13:52:47 +00:00
|
|
|
filter = perdition
|
|
|
|
action = iptables-multiport[name=perdition,port="110,143,993,995"]
|
2013-07-24 01:29:58 +00:00
|
|
|
logpath = /var/log/maillog
|
2013-07-19 10:27:15 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-09-29 08:06:27 +00:00
|
|
|
[uwimap-auth]
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-09-29 08:06:27 +00:00
|
|
|
enabled = false
|
2013-10-30 13:52:47 +00:00
|
|
|
filter = uwimap-auth
|
|
|
|
action = iptables-multiport[name=uwimap-auth,port="110,143,993,995"]
|
2013-09-29 08:06:27 +00:00
|
|
|
logpath = /var/log/maillog
|
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-08-30 23:39:21 +00:00
|
|
|
[osx-ssh-ipfw]
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-10-30 13:52:47 +00:00
|
|
|
enabled = false
|
|
|
|
filter = sshd
|
|
|
|
action = osx-ipfw
|
|
|
|
logpath = /var/log/secure.log
|
|
|
|
maxretry = 5
|
2013-09-25 21:59:37 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-09-25 21:59:37 +00:00
|
|
|
[ssh-apf]
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-09-25 22:35:09 +00:00
|
|
|
enabled = false
|
2013-09-25 21:59:37 +00:00
|
|
|
filter = sshd
|
|
|
|
action = apf[name=SSH]
|
|
|
|
logpath = /var/log/secure
|
2013-10-30 13:52:47 +00:00
|
|
|
maxretry = 5
|
2013-08-31 00:51:04 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-08-31 00:51:04 +00:00
|
|
|
[osx-ssh-afctl]
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-10-30 13:52:47 +00:00
|
|
|
enabled = false
|
|
|
|
filter = sshd
|
|
|
|
action = osx-afctl[bantime=600]
|
|
|
|
logpath = /var/log/secure.log
|
|
|
|
maxretry = 5
|
2013-10-09 00:05:50 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-10-09 00:08:44 +00:00
|
|
|
[webmin-auth]
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-10-09 00:05:50 +00:00
|
|
|
enabled = false
|
2013-10-30 13:52:47 +00:00
|
|
|
filter = webmin-auth
|
|
|
|
action = iptables-multiport[name=webmin,port="10000"]
|
|
|
|
logpath = /var/log/auth.log
|
2013-10-09 00:05:50 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-10-28 23:17:45 +00:00
|
|
|
# dovecot defaults to logging to the mail syslog facility
|
|
|
|
# but can be set by syslog_facility in the dovecot configuration.
|
2013-10-25 23:01:04 +00:00
|
|
|
[dovecot]
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-10-25 23:01:04 +00:00
|
|
|
enabled = false
|
2013-10-30 13:52:47 +00:00
|
|
|
filter = dovecot
|
|
|
|
action = iptables-multiport[name=dovecot, port="pop3,pop3s,imap,imaps,submission,smtps,sieve", protocol=tcp]
|
2013-10-28 23:17:45 +00:00
|
|
|
logpath = /var/log/mail.log
|
2013-10-09 00:05:50 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-10-28 23:17:45 +00:00
|
|
|
[dovecot-auth]
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-10-28 23:17:45 +00:00
|
|
|
enabled = false
|
2013-10-30 13:52:47 +00:00
|
|
|
filter = dovecot
|
|
|
|
action = iptables-multiport[name=dovecot-auth, port="pop3,pop3s,imap,imaps,submission,smtps,sieve", protocol=tcp]
|
2013-10-28 23:17:45 +00:00
|
|
|
logpath = /var/log/secure
|
2013-10-30 09:19:41 +00:00
|
|
|
|
2013-10-30 09:34:06 +00:00
|
|
|
|
2013-10-30 09:05:49 +00:00
|
|
|
[selinux-ssh]
|
|
|
|
enabled = false
|
2013-10-30 13:52:47 +00:00
|
|
|
filter = selinux-ssh
|
|
|
|
action = iptables[name=SELINUX-SSH, port=ssh, protocol=tcp]
|
|
|
|
logpath = /var/log/audit/audit.log
|
|
|
|
maxretry = 5
|