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
This commit is contained in:
parent
ed2e0efd9c
commit
5242493b53
File diff suppressed because it is too large
Load Diff
@ -3,4 +3,13 @@
|
||||
<option name="family" value="inet6" />
|
||||
<short>abusers-ipv6</short>
|
||||
<description>A list of abusive IPv6 addresses.</description>
|
||||
<entry>2001:41d0:203:357::</entry>
|
||||
<entry>2001:41d0:303:3d4a::</entry>
|
||||
<entry>2001:41d0:700:206::</entry>
|
||||
<entry>2001:41d0:8:2ae::</entry>
|
||||
<entry>2001:41d0:8:9924::1</entry>
|
||||
<entry>2001:41d0:d:2fbd::</entry>
|
||||
<entry>240e:f7:4f01:c::2</entry>
|
||||
<entry>2607:5300:60:56c3::</entry>
|
||||
<entry>2607:f298:5:100b::8b5:67a1</entry>
|
||||
</ipset>
|
||||
|
Loading…
Reference in New Issue
Block a user