From 68ec9f046769f74bd414374e8bf086566729a314 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 14 Oct 2019 00:24:48 +0300 Subject: [PATCH] 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. --- roles/common/files/abusers-ipv4.xml | 1878 +++++++++++++-------------- 1 file changed, 939 insertions(+), 939 deletions(-) diff --git a/roles/common/files/abusers-ipv4.xml b/roles/common/files/abusers-ipv4.xml index 9448ad9..8aafb23 100644 --- a/roles/common/files/abusers-ipv4.xml +++ b/roles/common/files/abusers-ipv4.xml @@ -3,9 +3,10 @@