Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
🔨 Update failregex pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Mar 16, 2021
1 parent 003e7b7 commit 75fd29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teler.fail2ban-filter.example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[Definition]

failregex = \[<HOST>\] \[(Common Web Attack(: .*)?|CVE|Bad (IP Address|Referrer|Crawler)|Directory Bruteforce)\] .*$
failregex = \[<HOST>\] \[(Common Web Attack(: .*)?|CVE-[0-9]{4}-[0-9]{4,7}|Bad (IP Address|Referrer|Crawler)|Directory Bruteforce)\] .*$

# NOTES: You can ignore false-positive threats hereby or whitelist in the teler configuration file
ignoreregex =
Expand Down

0 comments on commit 75fd29b

Please sign in to comment.