# Fail2Ban filter for Zoneminder login failures # [Definition] # pattern: [client 10.1.1.1:38022] WAR [Login denied for user "test"], referer: https://zoneminderurl/ # # # Option: failregex # Notes.: regex to match the password failure messages in the logfile. The # host must be matched by a group named "host". The tag "" can # be used for standard IP/hostname matching and is only an alias for # (?:::f{4,6}:)?(?P[\w\-.^_]+) failregex = ^.*? [[]client :\d\d\d\d\d] WAR [[]Login denied for user \S*], referer: \S*$ ignoreregex = # Notes: # Tested on Zoneminder 1.29.0 # # Author: John Marzella