cloudflare
Thank you, I have renamed XMLRPC.php file. Is it enough or I need to do something else in file. How would I know that the website is out of Attack.Check your web server's access_log file. If you see a flood of requests for xmlrpc.php then someone is trying to brute force your wordpress. There are security plugins that can block this activity. If you do not need xmlrpc for anything just rename that file and it will make the attack ineffective. Then ban the attacking IP in the security plugin.
You would have to look in your webserver access logs for requests to the file. If the requests are there then you are being attacked. Renaming the file makes the attack fail because the login attempts turn into 404 not found errors.Thank you, I have renamed XMLRPC.php file. Is it enough or I need to do something else in file. How would I know that the website is out of Attack.