diff --git a/ChangeLog b/ChangeLog index ab0afcf3..69fd2604 100644 --- a/ChangeLog +++ b/ChangeLog @@ -98,6 +98,8 @@ ver. 1.1.1-dev-1 (20??/??/??) - development nightly edition by first ban (and automatically reloaded by update after small latency to avoid expensive stats check on every compare); the entries inside the file can be separated by comma, space or new line with optional comments (text following chars `#` or `;` after space or newline would be ignored up to next newline) + * `action.d/ellio.conf` - new action to send blocked IPs to ELLIO EDL (External Dynamic List) Management for centralized + IP blocking and multi-firewall deployment * `action.d/*-ipset.conf`: - parameter `ipsettype` to set type of ipset, e. g. hash:ip, hash:net, etc (gh-3760) * `action.d/iptables.conf` - action and few derivatives of it extended to handle multiple chains, diff --git a/config/action.d/ellio.conf b/config/action.d/ellio.conf new file mode 100644 index 00000000..d3f329d5 --- /dev/null +++ b/config/action.d/ellio.conf @@ -0,0 +1,79 @@ +# Fail2ban action configuration for ELLIO API +# +# This action sends blocked IPs to ELLIO's EDL (External Dynamic List) Management Platform +# for centralized IP blocking and distribution across multiple firewalls. +# +# Usage in jail.conf or jail.local: +# action = ellio[api_key="your_api_key", +# ruleset_id="your_ruleset_id", +# expires_in_days="14"] +# +# Author: ELLIO Technology Integration + +[Definition] + +# Option: actionstart +# Notes.: command executed on demand at the first ban (or at the start of Fail2Ban if actionstart_on_demand is set to false). +# Values: CMD +# +actionstart = + +# Option: actionstop +# Notes.: command executed at the stop of jail (or at the end of Fail2Ban) +# Values: CMD +# +actionstop = + +# Option: actioncheck +# Notes.: command executed once before each actionban command +# Values: CMD +# +actioncheck = + +# Option: actionban +# Notes.: command executed when banning an IP. Take care that the +# command is executed with Fail2Ban user rights. +# Tags: IP address +# number of failures +#