-
-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[enhancement]: Block IP addresses listed on iblocklist and similar #483
Comments
For example integrating with CrowdSec firewall bouncer The URL provides a list of new line terminated IPs. |
Though... Same IP can host both good actors and bad actors. pfBlockerNG is a good example on pfSense though. It gives you the ability to block IP addresses based on dynamically changing IP lists as well as giving you the ability to block things on DNS level. So that even if you can't block the IP, you can block the domain to punish some of the emails. I was blackholing a huge chunk of IP addresses on some of my servers, primarily known crypto/virus/tor/brute force scanner's etc. Some blacklists give you IP addresses, some of them provide you with IP ranges, some are mixed. Like, some examples from my script, not sure if they all still work at the moment though.
|
Migrated to #947 |
@nomadturk I'll add to the default rules those lists from your script, if you have others please let me know. Regarding I-Blocklist, are you fetching their lists programmatically? I tried accessing a few ones (for example http://list.iblocklist.com/?list=npkuuhuxcsllnhoamkvm&fileformat=p2p&archiveformat=gz) and I was asked to solve a captcha before being able to download it. Probably the paid version does not have captcha but I was looking for some free lists to add to the default rules. |
This is the way I was downloading them in one of my hosts. (I'm not saying they are great. But it helped on that server)
Then after that some sanitizing, deduplicating and so on. Everything here should be curl-able without a payment wall or CF captcha. But if you want to use a custom formatting, that might be why. Their API probably is behind CF. For iblocklist, they provide you with a list of IPs. But, as long as you add the ability to add this as an auto updated blacklists to mail admins, we should be good. |
Thanks @nomadturk - I'll add a few as an example to the default rules. I was also thinking about combining all these lists to make them available in the |
Which feature or improvement would you like to request?
Block IP addresses listed on iblocklist and similar
Is your feature request related to a problem?
I'm having a problem with...
Code of Conduct
The text was updated successfully, but these errors were encountered: