mirror of https://github.com/fail2ban/fail2ban
Filters created by conquestace for services
parent
86b9adb2f5
commit
4c53ed7171
|
@ -0,0 +1,3 @@
|
||||||
|
[Definition]
|
||||||
|
failregex = .*Failed authentication attempt.*remote_addr=.*$
|
||||||
|
ignoreregex =
|
|
@ -0,0 +1,3 @@
|
||||||
|
[Definition]
|
||||||
|
failregex = Login attempt or request with invalid authentication from .*
|
||||||
|
ignoreregex =
|
|
@ -0,0 +1,3 @@
|
||||||
|
[Definition]
|
||||||
|
failregex = ^\[\S+\] \[INF\] \[\d+\] Jellyfin\.Server\.Implementations\.Users\.UserManager: Authentication request for .+ has been denied \(IP: "<HOST>"\)\.
|
||||||
|
ignoreregex =
|
|
@ -0,0 +1,3 @@
|
||||||
|
[Definition]
|
||||||
|
failregex = \[Warning\] API\.Controllers\.AccountController Attempted login by .+ failed due to unable to find account
|
||||||
|
ignoreregex =
|
|
@ -0,0 +1,3 @@
|
||||||
|
[Definition]
|
||||||
|
failregex = ^\d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}\.\d+ \| INFO\s+\|\s+uvicorn\.protocols\.http\.httptools_impl:send:\d+ - <HOST>:\d+ - "POST /api/v1/auths/signin HTTP/1\.1" 400 - .*
|
||||||
|
ignoreregex =
|
Loading…
Reference in New Issue