You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
451 B
Plaintext
10 lines
451 B
Plaintext
2 years ago
|
# Fail2Ban filter for SoftEtherVPN
|
||
|
# Detecting unauthorized access to SoftEtherVPN
|
||
|
# typically logged in /usr/local/vpnserver/security_log/*/sec.log, or in syslog, depending on configuration
|
||
|
|
||
|
[INCLUDES]
|
||
|
before = common.conf
|
||
|
|
||
|
[Definition]
|
||
|
failregex = ^%(__prefix_line)s(?:(?:\([\d\-]+ [\d:.]+\) )?<SECURITY_LOG>: )?Connection "[^"]+": User authentication failed. The user name that has been provided was "<F-USER>(?:[^"]+|.+)</F-USER>", from <ADDR>\.$
|