I currently run my own blocklist using fail2ban and a few parameters to catch Wordpress brute force.
fail2ban adds the entry to csf, and also populates a file that I keep as my own block list. This file is entered into csf.deny so it's reloaded upon csf restarts.
I'm looking to expand this list to mysql. Is it possible to have an ip block list using mysql?
Is there any way currently to include additional ip blocklists into csf.deny via external files?
I know csf.blocklists can download lists, but I am talking about local files that csf would not touch other than to import them when csf.deny is loaded
Such lists would be treated as do not delete by default.
Wondering if I missed a feature somewhere or have to request it.
Is there any way of getting high load alerts cced to a separate email address?
Basiccally I need to be alerted when the server becomes unresponsive to a separate email address that opens a support ticket with the datacentre so needa;erts for high loads only.
So I'm sure that's exactly what's happening. My question is can the users see the impact of this. I have a fair sized server but with one major website that probably should be on it's own server. They are selling videos - not streaming - just video downloads.
I get these messages all the time:
Time: Wed Nov 26 08:56:47 2014 -0500
Account: llpubco
Resource: Process Time
Exceeded: 5423 > 1800...
I have explicitly allowed an IP in /etc/csf/csf.{allow,ignore}. I understand allowing in /etc/csf/csf.allow will allow the IP to reach all ports on the server, while /etc/csf/csf.ignore should prevent LFD from blocking the IP. Upon client's request due to a lot of attempted accesses on server we have Country Code blocking enabling only a few local countries and an exception or so for developers....
Hello,
I run CSF/LFD on several cPanel servers. I'm very happy with it and LFD always emails me whenever an IP tries too many logins and triggers a temporary block.
I was asking myself (and now asking you guys :) ) if there's a way to make CSF/LFD also run a script when it blocks an IP, so I can collect blocked IPs in a database for further analysis.
I have CSF installed on all server and since last month I am receiving attacks with 15~30Mbps traffic and with CSF enabled the server crash, I need to access with KVM and disable the CSF than the server back to respond.
I am already enable SYN flood protection but not resolved.
Changed the size of tables of conntrack and not resolved(echo 65535 > /proc/sys/net/nf_conntrack_max). The server have...
I have 3 servers at different locations and i have different csf.deny on all of them. i want to implement a kind of central database server for all of these servers for blocked ips. also for the csf.allow.
what will be the easiest way to do that?
since I added country CA & US to CC_allow_ports , when CSF restarts, I receive that error:
csf: FASTSTART loading CC_ALLOW_PORTS (IPv4)
csf: FASTSTART loading CC_ALLOW_PORTS (IPv4)
CC_ALLOWP all opt -- in !lo out * 0.0.0.0/0 -> 0.0.0.0/0
ACCEPT all opt -- in !lo out * 0.0.0.0/0 -> 0.0.0.0/0 state RELATED,ESTABLISHED
Error: Connection timeout! at /usr/sbin/lfd line 7422, line 61....
With LF_FTPD does csf/lfd check number of connects/disconnects on FTP port ?
I have 722 lines of connects disconnects inside a 10 min period that happened today (13-Nov-2014). csf/lfd was running when this attack took place. I might have left something out in csf/lfd config for this to be dealt with.
What settings do I need to tweak to deal with this ?...
I'm getting TONS of RELAY Alert emails for one of my servers and can't for the life of me figure out where they're coming from. The emails state:
=======================================================================
Time: Thu Nov 6 18:22:06 2014 -0800
Type: RELAY, Remote IP - (US/United States/ )
Count: 101 emails relayed
Blocked: No
I need a rules to direct port 80 to port 8080 on the loopback interface, but the rule CSF generated excludes loopback (!lo). Is there a way I can have
iptables -t nat -I OUTPUT -p tcp -o lo --dport 80 -j REDIRECT --to-ports 8080
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum