mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
ENH: filter.d/uwimap-auth - add SYSTEM BREAK-IN ATTEMPT
This commit is contained in:
parent
b3b62d65bf
commit
791183b639
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@ before = common.conf
|
|||
|
||||
_daemon = (?:ipop3d|imapd)
|
||||
|
||||
failregex = ^%(__prefix_line)sLogin (?:failed|excessive login failures) user=\S* auth=\S* host=.*\[<HOST>\]\s*$
|
||||
failregex = ^%(__prefix_line)sLogin (?:failed|excessive login failures|SYSTEM BREAK-IN ATTEMPT) user=\S* auth=\S* host=.*\[<HOST>\]\s*$
|
||||
|
||||
ignoreregex =
|
||||
|
|
|
|||
Loading…
Reference in a new issue