Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
3 |
- |
1 |
# Fail2Ban filter for perdition
|
|
|
2 |
#
|
|
|
3 |
#
|
|
|
4 |
|
|
|
5 |
[INCLUDES]
|
|
|
6 |
|
|
|
7 |
before = common.conf
|
|
|
8 |
|
|
|
9 |
[Definition]
|
|
|
10 |
|
|
|
11 |
_daemon=perdition.\S+
|
|
|
12 |
|
|
|
13 |
failregex = ^%(__prefix_line)sAuth: <HOST>:\d+->(\d{1,3}\.){3}\d{1,3}:\d+ client-secure=\S+ authorisation_id=NONE authentication_id=".+" server="\S+" protocol=\S+ server-secure=\S+ status="failed: (local authentication failure|Re-Authentication Failure)"$
|
|
|
14 |
^%(__prefix_line)sFatal Error reading authentication information from client <HOST>:\d+->(\d{1,3}\.){3}\d{1,3}:\d+: Exiting child$
|
|
|
15 |
|
|
|
16 |
ignoreregex =
|
|
|
17 |
|
|
|
18 |
# Author: Christophe Carles and Daniel Black
|