stamparm / ipsum

Daily feed of bad IPs (with blacklist hit scores)
The Unlicense
1.58k stars 145 forks source link

ipsum.txt list is broken #43

Closed HolgerHees closed 1 year ago

HolgerHees commented 1 year ago

Looks like the upload process is broken, because the list ends in the middle of an IP in Line 1248.

patrick-7-7-7 commented 1 year ago

I have changed the commands in my script to get the IP list to

IPSUM_URL_BLACKLIST=https://raw.githubusercontent.com/stamparm/ipsum/master/ipsum.txt

curl --compressed "$IPSUM_URL_BLACKLIST" 2>/dev/null | awk '$0 !~ /#/ && $2 && $2 >= 3 {print $1}'

I see there are multiple lists and I guess all are broken, even level 8: https://github.com/stamparm/ipsum/blob/master/levels/8.txt Ends with the same broken IP "24.199.115".

orzel commented 1 year ago

I can confirm, the broken file breaks my import script.

stamparm commented 1 year ago

disk was full at that time. redoing everything ATM

stamparm commented 1 year ago

looks good now