2013-10-30 13:02:59 +00:00
# Fail2Ban fitler for the Proftpd FTP daemon
2006-10-02 13:42:36 +00:00
#
2013-06-13 12:11:05 +00:00
[INCLUDES]
before = common.conf
2006-10-02 13:42:36 +00:00
[Definition]
2013-09-17 21:32:26 +00:00
_daemon = proftpd
2013-08-09 17:54:08 +00:00
2013-08-09 18:04:26 +00:00
__suffix_failed_login = (User not authorized for login|No such user found|Incorrect password|Password expired|Account disabled|Invalid shell: '\S+'|User in \S+|Limit (access|configuration) denies login|Not a UserAlias|maximum login length exceeded).?
2013-09-17 21:32:26 +00:00
2013-07-21 21:03:49 +00:00
failregex = ^%(__prefix_line)s%(__hostname)s \(\S+\[<HOST>\]\)[: -]+ USER .*: no such user found from \S+ \[\S+\] to \S+:\S+ *$
2013-08-09 17:54:08 +00:00
^%(__prefix_line)s%(__hostname)s \(\S+\[<HOST>\]\)[: -]+ USER .* \(Login failed\): %(__suffix_failed_login)s\s*$
2013-07-21 21:03:49 +00:00
^%(__prefix_line)s%(__hostname)s \(\S+\[<HOST>\]\)[: -]+ SECURITY VIOLATION: .* login attempted\. *$
^%(__prefix_line)s%(__hostname)s \(\S+\[<HOST>\]\)[: -]+ Maximum login attempts \(\d+\) exceeded *$
2006-11-12 14:52:36 +00:00
2006-11-15 18:44:28 +00:00
ignoreregex =
2013-10-30 13:02:59 +00:00
# Author: Yaroslav Halchenko
# Daniel Black - hardening of regex