mirror of https://github.com/fail2ban/fail2ban
ENH: add wu-ftpd failregex for use against syslog (Closes: #514239)
parent
a512ea47d2
commit
6ad55f64b3
|
@ -12,6 +12,7 @@
|
|||
# Values: TEXT
|
||||
#
|
||||
failregex = wu-ftpd(?:\[\d+\])?:\s+\(pam_unix\)\s+authentication failure.* rhost=<HOST>$
|
||||
wu-ftpd(?:\[\d+\])?: *failed login from .*\[<HOST>\] *$
|
||||
|
||||
# Option: ignoreregex
|
||||
# Notes.: regex to ignore. If this regex matches, the line is ignored.
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
# This login line is from syslog
|
||||
Oct 6 09:59:26 myserver wu-ftpd[18760]: failed login from hj-145-173-a8.bta.net.cn [202.108.145.173]
|
Loading…
Reference in New Issue