This is a blocklist I use with on my Mikrotik router to block all connections from known spam/criminal/etc. networks.
Every couple days I pull lists from:
and reformat it to allow automatic import to MT routers. This is automated process so if you see errors in the final list open an issue please.
As of April 2023 blocklist has almost 5MB, installing this on a device with low disk space, such as HeX PoE, may (and almost certainly will) cause issues such as inability to save other settings if disk is full.
If you have a device with 16MB disk space I suggest you use a light version of the list, it's also being updated but without heavy sources.
Run following to your MT device with not less that 7d schedule (sources are not updated more frequently anyway):
/import install.rsc
or /import install-light.rsc
You'll also need firewall rule:
/ip firewall filter add chain=input action=drop connection-state=new src-address-list=pwlgrzs-blacklist in-interface=IFNAME
Note: Replace IFNAME in-interface name with one you have configured
I sometimes add updates and notes about the list here.