Disable xmlrpc.php

Add the following lines to your syte's .htaccess file…

<Files xmlrpc.php>
Order Deny,Allow
Deny from all
</Files>