mirror of https://github.com/fail2ban/fail2ban
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
474 B
16 lines
474 B
# Fail2Ban filter to match bad requests to nginx |
|
# |
|
|
|
[Definition] |
|
|
|
# The request often doesn't contain a method, only some encoded garbage |
|
# This will also match requests that are entirely empty |
|
failregex = ^<HOST> - \S+ \[\] "[^"]*" 400 |
|
|
|
datepattern = {^LN-BEG}%%ExY(?P<_sep>[-/.])%%m(?P=_sep)%%d[T ]%%H:%%M:%%S(?:[.,]%%f)?(?:\s*%%z)? |
|
^[^\[]*\[({DATE}) |
|
{^LN-BEG} |
|
|
|
journalmatch = _SYSTEMD_UNIT=nginx.service + _COMM=nginx |
|
|
|
# Author: Jan Przybylak
|
|
|