Subversion Repositories configs

Rev

Rev 192 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 193
Line 19... Line 19...
19
# This action relies on a api_key being added to the above action conf,
19
# This action relies on a api_key being added to the above action conf,
20
# and the appropriate categories set.
20
# and the appropriate categories set.
21
#
21
#
22
# Example, for ssh bruteforce (in section [sshd] of `jail.local`): 
22
# Example, for ssh bruteforce (in section [sshd] of `jail.local`): 
23
#   action = %(known/action)s
23
#   action = %(known/action)s
24
#            %(action_abuseipdb)s[abuseipdb_apikey="my-api-key", abuseipdb_category="18,22"]
24
#            abuseipdb[abuseipdb_apikey="my-api-key", abuseipdb_category="18,22"]
25
#
25
#
26
# See below for catagories.
26
# See below for categories.
27
#
27
#
28
# Original Ref: https://wiki.shaunc.com/wikka.php?wakka=ReportingToAbuseIPDBWithFail2Ban
-
 
29
# Added to fail2ban by Andrew James Collett (ajcollett)
28
# Added to fail2ban by Andrew James Collett (ajcollett)
30
 
29
 
31
## abuseIPDB Catagories, `the abuseipdb_category` MUST be set in the jail.conf action call.
30
## abuseIPDB Categories, `the abuseipdb_category` MUST be set in the jail.conf action call.
32
# Example, for ssh bruteforce: action = %(action_abuseipdb)s[abuseipdb_category="18,22"]
31
# Example, for ssh bruteforce: action = %(action_abuseipdb)s[abuseipdb_category="18,22"]
33
# ID	Title	Description
32
# ID	Title	Description
34
# 3	  Fraud Orders
33
# 3	  Fraud Orders
35
# 4	  DDoS Attack
34
# 4	  DDoS Attack
36
# 9	  Open Proxy
35
# 9	  Open Proxy