Alan Orth
e1c7bbe096
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.
12 lines
403 B
XML
12 lines
403 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>240e:f7:4f01:c::3</entry>
|
|
<entry>2605:6400:300:3::2</entry>
|
|
<entry>2607:5300:60:520a::</entry>
|
|
<entry>2607:5300:60:6d87::</entry>
|
|
<entry>2a03:7380:380f:4:20c:29ff:fe20:15b5</entry>
|
|
</ipset>
|