Looking for a little advice on the use of a blocklist within CSF.
Of late one of my servers has been getting hammered with brute force attacks on mail accounts - mostly distributed IMAP attacks; having captured and recorded a substantial amount of the offending IP addresses I ran a comparison between what I've collected and the IPs listed in http://lists.blocklist.de/lists/mail.txt and pretty much all of them are on the list, as such, to me, it's a high value blocklist ideal for deployment.
Thing is, the list itself contains roughly 24,000 IP addresses.
I've currently set my own config' to pull a meagre 2000 [as per below]. I would ideally like to go much, much higher to realise the full benefits of the list - but I have to admit I'm unsure how high I can actually go without causing serious server performance issues and as such hesitant to tinker too much on a production server.
Has anyone deployed this list or any other list that has such abundant entries within CSF with Faststart and IPSet enabled?
This particular machine is reasonably specified: 4 core 2.3GHz, 16GB RAM.
Thanks
Of late one of my servers has been getting hammered with brute force attacks on mail accounts - mostly distributed IMAP attacks; having captured and recorded a substantial amount of the offending IP addresses I ran a comparison between what I've collected and the IPs listed in http://lists.blocklist.de/lists/mail.txt and pretty much all of them are on the list, as such, to me, it's a high value blocklist ideal for deployment.
Thing is, the list itself contains roughly 24,000 IP addresses.
I've currently set my own config' to pull a meagre 2000 [as per below]. I would ideally like to go much, much higher to realise the full benefits of the list - but I have to admit I'm unsure how high I can actually go without causing serious server performance issues and as such hesitant to tinker too much on a production server.
Code:
# Name: BLOCKLIST_DE_MAIL
# Category: attacks
# Maintainer: Blocklist.de
# Maintainer URL: https://www.blocklist.de/
# Information: All IP addresses which have been reported within the last 48 hours as having run attacks on the service Mail, Postfix.
BLOCKLIST_DE_MAIL|86400|2000|http://lists.blocklist.de/lists/mail.txt
This particular machine is reasonably specified: 4 core 2.3GHz, 16GB RAM.
Thanks