2013-12-14 01:41:28 +00:00
|
|
|
# Fail2ban reporting to badips.com
|
|
|
|
#
|
2016-08-04 14:23:05 +00:00
|
|
|
# Note: This reports an IP only and does not actually ban traffic. Use
|
2013-12-14 01:41:28 +00:00
|
|
|
# another action in the same jail if you want bans to occur.
|
|
|
|
#
|
|
|
|
# Set the category to the appropriate value before use.
|
|
|
|
#
|
|
|
|
# To get see register and optional key to get personalised graphs see:
|
|
|
|
# http://www.badips.com/blog/personalized-statistics-track-the-attackers-of-all-your-servers-with-one-key
|
|
|
|
|
|
|
|
[Definition]
|
|
|
|
|
2015-12-30 19:17:12 +00:00
|
|
|
actionban = curl --fail --user-agent "<agent>" http://www.badips.com/add/<category>/<ip>
|
2013-12-14 01:41:28 +00:00
|
|
|
|
|
|
|
[Init]
|
|
|
|
|
|
|
|
# Option: category
|
|
|
|
# Notes.: Values are from the list here: http://www.badips.com/get/categories
|
|
|
|
category =
|