• Resolved Philippe

    (@karsayor)


    Hello

    For a long time now, I constantly get Login Lockdown events from the plugin. I did setup the keyword protection with /?aspecialkeyword=1

    I even changed the keyowrd few weeks ago but I still get many of these events every day, and from strange IPs. Most of the times the logins are with a wrong username and immediatly blocked but I wonder why it happens.

    What do you guys think it could be ?

    Thank you and best regards

    https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, do you have the following enabled Enable Pingback Protection: found under Firewall -> Basic Firewall Rules?

    Thread Starter Philippe

    (@karsayor)

    Hi,

    Yes it’s enabled. On the other website I manage it’s enabled too without problem, strange.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    What is the difference both sites? Can you also check the plugin’s log files?

    Thread Starter Philippe

    (@karsayor)

    They are not on the same provider, and also one of them is managed by someone else for the content so I’m not the only one having access through the /?aspecialkeyword=1

    Unforntunately the logs files are empty it seems everytime i set permission on these files they are reset by the host…

    Except that they both are up to date with same version of the plugin. What I don’t get is how robots / spammers / attackers (the number of times it happens everyday (between 0 and 10)) did they get the correct URL ?

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi can you try the following.

    Using your browser type your URL and the location of the “xmlrpc.php” file.
    Eg, if wordpress is installed in the root folder of your server:

    yoursite.com/xmlrpc.php

    What do you see when you try to access the xmlrpc.php directly?

    Thread Starter Philippe

    (@karsayor)

    Hi

    I see this message :

    XML-RPC server accepts POST requests only.

    On the other website I get a 403 forbidden apparently.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi that means that xmlrpc.php is not working correctly on the site you mentioned above.

    Please carry on the following instructions. Deactivate the Enable Pingback Protection: option in the plugin save the settings. Log out and then log back in, again activate the Enable Pingback Protection: option and type the following in the browser.
    yoursite.com/xmlrpc.php

    You should see the following message.

    403 forbidden apparently.

    If the above did not work then carry out the following steps.

    FTP into your websites and locate your .htaccess file. Download it locally. Open the file and locate the following entry. Make sure you copy the following code into your .htaccess file and save the the file.

    #AIOWPS_PINGBACK_HTACCESS_RULES_START
    <Files xmlrpc.php>
    order deny,allow
    deny from all
    </Files>
    #AIOWPS_PINGBACK_HTACCESS_RULES_END

    Upload it back to your server. Now type the following in the browser again.

    yoursite.com/xmlrpc.php and see what message you receive.

    If it is enabled and working correctly you should see the following message as you pointed above.

    403 forbidden apparently.

    Let me know how you go.

    Thread Starter Philippe

    (@karsayor)

    Hi,

    I figured out the issue with your help. The .htaccess file was never modified when I changed settings in AIOWPS even though I had no error message. I cleared the .htaccess file, changed it’s rights to 755 and reinstalled + reconfigured the plugin from scratch.

    Now everything is modified correctly in the .htaccess file and the xmlrpc.php gives me a 403.

    I’ll see now if it doesn’t gives me any login lockdown anymore and will report.

    BTW, maybe you have an idea why with Firefox the cookie based bruteforce with keyword prevention doesn’t work exactly as expected, while it works on IE : when I go to mywebsite.com/?keyword=1 on IE it redirects me to login page, while on firefox it redirects me to 127.0.0.1. The cookie exists in firefox and if I manually type mywebsite.com/wp-login.php then I can access the admin page.

    The issue was always here and still remains after plugin reinstallation of today.

    Thanks for your help

    Thread Starter Philippe

    (@karsayor)

    hi

    It seems I’m not getting any new email so it should be fixed !

    Thank you very much !

    Plugin Contributor mbrsolution

    (@mbrsolution)

    I am happy to hear 🙂

    Can you mark this support thread as resolved.

    Thank you

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Getting constant login lockdowns’ is closed to new replies.