diff --git a/config/filter.d/proftpd.conf b/config/filter.d/proftpd.conf index 331849b7..e2e5c1db 100644 --- a/config/filter.d/proftpd.conf +++ b/config/filter.d/proftpd.conf @@ -14,8 +14,10 @@ # (?:::f{4,6}:)?(?P\S+) # Values: TEXT # -failregex = USER \S+: no such user found from \S* ?\[\] to \S+\s*$ - \(\S*\[\]\) - USER \S+ \(Login failed\): Incorrect password.$ +failregex = \(\S+\[\]\): USER \S+: no such user found from \S+ \[[0-9.]+\] to \S+:\S+$ + \(\S+\[\]\): USER \S+ \(Login failed\): Incorrect password\.$ + \(\S+\[\]\): SECURITY VIOLATION: \S+ login attempted\.$ + \(\S+\[\]\): Maximum login attempts \(\d+\) exceeded$ # Option: ignoreregex # Notes.: regex to ignore. If this regex matches, the line is ignored.