diff --git a/config/action.d/flowtriq.conf b/config/action.d/flowtriq.conf index 4669c9ae..bc03317f 100644 --- a/config/action.d/flowtriq.conf +++ b/config/action.d/flowtriq.conf @@ -1,20 +1,23 @@ # Fail2ban configuration file # -# Action to report banned IPs to Flowtriq for DDoS threat intelligence. +# Action to report banned IPs to a Flowtriq webhook channel. # Flowtriq correlates ban events across networks to build real-time threat # feeds and trigger network-level mitigation rules. # -# You must have a Flowtriq account and API key. -# Register at https://flowtriq.com and generate an API key from the dashboard. +# Setup: +# 1. Create a webhook channel in your Flowtriq dashboard under +# Settings > Integrations > Webhooks. +# 2. Copy the webhook URL and, optionally, generate an API key for +# authenticated delivery. # # Usage example (in jail.local): # [sshd] # action = %(known/action)s -# flowtriq[flowtriq_apikey="your-api-key-here"] +# flowtriq[flowtriq_webhook="https://flowtriq.com/webhooks/your-channel-id"] # -# Optionally override the category (default: "bruteforce"): +# With authentication and a custom category: # action = %(known/action)s -# flowtriq[flowtriq_apikey="your-api-key-here", flowtriq_category="ssh-bruteforce"] +# flowtriq[flowtriq_webhook="https://flowtriq.com/webhooks/your-channel-id", flowtriq_apikey="your-api-key", flowtriq_category="ssh-bruteforce"] # [Definition] @@ -48,7 +51,7 @@ actioncheck = #