roles/common: Update list of abusive IPv4 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

Then I add the XML formatting to the file and run it through tidy.
This commit is contained in:
Alan Orth 2019-10-18 13:45:59 +03:00
parent 6244530929
commit 1b0a6703b6
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1001 additions and 1001 deletions

File diff suppressed because it is too large Load Diff