ansible-personal/roles/common/files/abusers-ipv6.xml
Alan Orth 31a3f5832a
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 | sed -e '/:/w /tmp/ipv6.txt' \
    -e '/:/d' > /tmp/ipv4.txt

I manually add the XML formatting to each file and run them through
tidy:

  $ tidy -xml -utf8 -m -iq -w 0 roles/common/files/abusers-ipv4.xml
  $ tidy -xml -utf8 -m -iq -w 0 roles/common/files/abusers-ipv6.xml
2021-05-20 10:20:47 +03:00

17 lines
623 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ipset type="hash:ip">
<option name="family" value="inet6" />
<short>abusers-ipv6</short>
<description>A list of abusive IPv6 addresses.</description>
<entry>2001:41d0:1:c2cc::1</entry>
<entry>2402:1f00:8001:bdd::</entry>
<entry>2604:a880:cad:d0::169:3001</entry>
<entry>2607:5300:60:8102::</entry>
<entry>2607:f298:5:103f::d99:2ae3</entry>
<entry>2607:f298:5:110b::3f:109c</entry>
<entry>2607:f298:5:110b::9e2:d4bd</entry>
<entry>2607:f298:5:110b::ee9:ac74</entry>
<entry>2a03:b0c0:3:e0::292:9001</entry>
<entry>2a0a:5e80::d8b3:c78f:14f7:1</entry>
</ipset>