Why isn't jetpack blocking thousands of login attempts?
-
Seeing lines like these in my access logs, over and over and over and over is clearly a brute force login attempt isn’t it? Why would enabling “protect” not stop this?
www.site.com:80 103.27.239.197 - - [03/Dec/2015:14:39:58 +0400] "GET /wp/wp-login.php HTTP/1.1" 404 42730 "-" "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.15) Gecko/2009102815 Ubuntu/9.04 (jaunty) Firefox/3.0.15"
www.site.com:80 103.27.239.197 - - [03/Dec/2015:14:39:51 +0400] "POST //wp-login.php HTTP/1.1" 200 4323 "-" "Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.0.15) Gecko/2009102815 Ubuntu/9.04 (jaunty) Firefox/3.0.15"
This continued at a rate of upwards of 5-6 POST requests per second for 45 minutes solid today. Why wasn’t it blocked by protect?
Why does protect only have a whitelist and not a blacklist (more useful I would think, I still want to stop hacking even from the networks I use myself, while there is no reason to allow known attackers!)
Even though protect didn’t block this blatant attempted intruder it often blocks me by mistake. Sometimes I have to ssh tunnel through the local to even get in.
There is something in WordPress that is blocking too many failed login attempts even when Protect is disabled that produces an error message like this:
Where is this set or controlled from? This also gives me false positives on myself but not as much as Protect. It also failed to foil this legitimate attacker shown above.
Can anyone explain?
Thanks
- The topic ‘Why isn't jetpack blocking thousands of login attempts?’ is closed to new replies.