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 > /tmp/ips.txt I manually remove the IPv6 addresses and save them to a different filr, then I add the XML formatting to files and run them through tidy.
This commit is contained in:
parent
d8d8a01a5f
commit
9f27cda97b
File diff suppressed because it is too large
Load Diff
@ -3,5 +3,10 @@
|
|||||||
<option name="family" value="inet6" />
|
<option name="family" value="inet6" />
|
||||||
<short>abusers-ipv6</short>
|
<short>abusers-ipv6</short>
|
||||||
<description>A list of abusive IPv6 addresses.</description>
|
<description>A list of abusive IPv6 addresses.</description>
|
||||||
<entry>2a03:2880:11ff:10::face:b00c</entry>
|
<entry>2001:41d0:1000:e68::</entry>
|
||||||
|
<entry>2001:bc8:4734:a70d::1</entry>
|
||||||
|
<entry>240e:f7:4f01:c::3</entry>
|
||||||
|
<entry>2607:5300:60:520a::</entry>
|
||||||
|
<entry>2607:5300:60:6d87::</entry>
|
||||||
|
<entry>2a03:7380:380f:4:20c:29ff:fe20:15b5</entry>
|
||||||
</ipset>
|
</ipset>
|
||||||
|
Loading…
Reference in New Issue
Block a user