roles/common: Update list of abusive IP addresses

This comes from the AbuseIPDB with a confidence level of 95%. I use
the following command to download and sort the IPs:

$ curl -G https://api.abuseipdb.com/api/v2/blacklist -d confidenceMinimum=95 -H "Key: $ABUSEIPDB_API_KEY" -H "Accept: text/plain" | sort > /tmp/ips.txt

I manually remove the IPv6 addresses and save them to a different
filr, then I add the XML formatting to files and run them through
tidy.
This commit is contained in:
2019-10-26 17:09:18 +02:00
parent d8d8a01a5f
commit 9f27cda97b
2 changed files with 1878 additions and 1879 deletions

File diff suppressed because it is too large Load Diff