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-09 14:52:41 +03:00
parent d030827f12
commit a8efe97a02
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 9956 additions and 9956 deletions

File diff suppressed because it is too large Load Diff