wordpress "wp-login.php" attacks
Posted: 20 Feb 2014, 14:31
hello all - (newbie first time posting)
i have noticed my log files are filling up with wp-login.php attacks. my wordpress site itself is secured with a 2 second login-delay along with two separate captchas (yes its overkill but it helps me sleep at night)
however, there are thousands and thousands of attacks, most taking place between 4 and 6am (eastern standard time).
my problem is that one wants to open a new cgi-bin process in memory. i have a bash script that runs every minute and counts the cgi-bin processes, and once it exceeds 30 the script restarts apache. not much of a solution, but it keeps the server up.
my question (finally): can CSF do anything to prevent the excessive calls to wp-login.php ? maybe something to block an IP if the request comes in more than one every 5 seconds?
CSF seems to be so powerful i am guessing there is a setting somewhere to do just this.
i have noticed my log files are filling up with wp-login.php attacks. my wordpress site itself is secured with a 2 second login-delay along with two separate captchas (yes its overkill but it helps me sleep at night)
however, there are thousands and thousands of attacks, most taking place between 4 and 6am (eastern standard time).
my problem is that one wants to open a new cgi-bin process in memory. i have a bash script that runs every minute and counts the cgi-bin processes, and once it exceeds 30 the script restarts apache. not much of a solution, but it keeps the server up.
my question (finally): can CSF do anything to prevent the excessive calls to wp-login.php ? maybe something to block an IP if the request comes in more than one every 5 seconds?
CSF seems to be so powerful i am guessing there is a setting somewhere to do just this.