Support » Plugin: Login Lockdown - Protect Login Form » Monitor XMLRPC attempts?

Viewing 10 replies - 1 through 10 (of 10 total)
  • I will look into it. In the meantime you might want to try some of the suggestions in this thread to protect your site:

    http://wordpress.org/support/topic/xmlrpcphp-attack-on-wordpress-38?replies=28

    I hope this helps.

    -Michael

    Thread Starter pronoiac

    (@pronoiac)

    FYI, I’ve used .htaccess to block the attempts, but there’s collateral damage, with WordPress clients (I think). If anyone else runs into this problem, that would still be my suggestion.

    I was just about to start a thread regarding this issue too.

    I see a bunch of POST requests to xmlrpc.php on my website and Login Lockdown seems to be blocking those IPs even though they’re not requesting login page?

    Also, I have IP protected /wp-admin/ and wp-login.php so I don’t know if I should also do the same for xmlrpc.php?

    Any suggestions regarding this?

    Having the same issues, I have been looking for the best method all day.

    Many of my sites are getting hit all day long.

    Twitter is exploding with this problem too..

    #xmlrpc

    @el terrible bmw wrote:

    I see a bunch of POST requests to xmlrpc.php on my website and Login Lockdown seems to be blocking those IPs even though they’re not requesting login page?

    That would indicate this plugin is at least trying to block brute-force xmlrpc attempts, right? Can anyone confirm this? And is it successfully blocking these post requests?

    Hey everyone interested.

    I solemnly swear this plugin blocks requests to xmlrpc.php
    I was attacking my own site playing with curl and reading the raw access log to get the idea how that ‘wp.getUsersBlogs’ payload is being exploited.

    I didn’t open my site in the browser. I played with the command line in the terminal, hitting xmlrpc.php with POST requests.

    To my surprise, I found myself blocked out for 24 hours.

    Once again, I was hitting only xmlrpc.php and got blocked out.

    Great plugin!

    Thanks to the developer.

    M.

    @iframe – thanks for testing. I had an idea that it would be, since it must be using the same authentication functions as the normal login does, but had not had a chance to really dig in to it. I appreciate you taking the time to investigate.

    -Michael

    Guys, I feel miserable.

    Turns out, I have been testing another plugin against xmlrpc attacks, not Login LockDown.

    Everything what I wrote earlier, doesn’t refer to Login LockDown.

    Sorry.

    @iframe – please tell us which plugin that was… if it’s similar to login lockdown, it might be relying on the same authentification functions.

    Can you share your testing method? What curl commands where used? I’d like to do some tests on my sandbox site to compare how several login security plugins hold out against these ever increasing xmlrpc brute-force attacks.

    Hey all, I just tested and Login LockDown definitely locks out brute force attempts that come in via XML-RPC as well.

    -Michael

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Monitor XMLRPC attempts?’ is closed to new replies.