• Resolved joniboy

    (@jmcarreira)


    Hello there
    I changed de login URL, brute force is “ON”, IP banned with for non existing accounts, others 3 logins attempts. It’s ON Completely Block Access To XMLRPC AND Disable Pingback Functionality From XMLRPC.
    I still get emails with lockdown event, sometimes 30 to 50 a day…
    What can be wrong with these settings?
    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter joniboy

    (@jmcarreira)

    A lockdown event has occurred due to too many failed login attempts or invalid username: ——
    IP Address: —-
    IP Range: —-
    Log into your site’s WordPress administration panel to see the duration of the lockout or to unlock the user.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi,

    I changed de login URL, brute force is “ON”, IP banned with for non existing accounts, others 3 logins attempts. It’s ON Completely Block Access To XMLRPC AND Disable Pingback Functionality From XMLRPC.
    I still get emails with lockdown event, sometimes 30 to 50 a day…

    Please check the following documentation.

    https://mbrsolution.com/wordpress/aiowps-plugin-pingback-protection-settings.php

    Let me know if the above helps you.

    Thank you

    Thread Starter joniboy

    (@jmcarreira)

    #AIOWPS_PINGBACK_HTACCESS_RULES_START
    <Files xmlrpc.php>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order deny,allow
    Deny from all
    </IfModule>
    </Files>
    #AIOWPS_PINGBACK_HTACCESS_RULES_END

    This is the session about xmlrpc. I’ll try to follow the steps in the documentation in a test environment, thanks

    • This reply was modified 3 years, 11 months ago by joniboy.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lockdown event alert brute force is ON’ is closed to new replies.