@chip said:
What good RBL's for blocking " bad stuff" are there ... specifically to input into CSF (or exim)
The two are quite different, so you might need to be more exact about the "bad stuff" you are trying to block. For mail, as mentioned mxrbl is a good one. Additionally, abusix has a list with a free tier for low-volume. I use both.
@chip said:
What good RBL's for blocking " bad stuff" are there ... specifically to input into CSF (or exim)
The two are quite different, so you might need to be more exact about the "bad stuff" you are trying to block. For mail, as mentioned mxrbl is a good one. Additionally, abusix has a list with a free tier for low-volume. I use both.
Comments
mxrbl
Webhosting24 aff best VPS; ServerFactory aff best VDS; Cloudie best ASN; Huel aff best brotein.
The two are quite different, so you might need to be more exact about the "bad stuff" you are trying to block. For mail, as mentioned mxrbl is a good one. Additionally, abusix has a list with a free tier for low-volume. I use both.
For bots, you could look at https://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker. It isn't exactly for CSF but transforming it is straightforward. I use it with HAProxy and do the conversion like this:
I would say it is fairly conservative though. I build my own more severe list which has around 600 additional IP ranges.
Thanks for this