> Aounds like the API key, or header, is invalid. Sure it does not ask for
> an Authorization header?
>>
>> <https://lists.sourceforge.net/lists/listinfo/fail2ban-users>
>>
>
I figured it out, it's API v1 vs v2.

Does Anyone have the chops to update the script at
https://github.com/mitchellkrogza/fail2ban-useful-scripts/blob/master/f2b-badips-to-hostsdeny.sh
to use the plain text version of this?
curl -G https://api.abuseipdb.com/api/v2/blacklist \
  -d confidenceMinimum=90 \
  -d plaintext \
  -H "Key: $key" \
  -H "Accept: application/json"

Mitchell has posted here before.
_______________________________________________
Fail2ban-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fail2ban-users

Reply via email to