WP xmlrpc attack

Customer support forums for Atomic Protector (formerly Atomic Secured Linux). There is no such thing as a bad question here as long as it pertains to using Atomic Protector. Newbies feel free to get help getting started or asking questions that may be obvious. Regular users are asked to be gentle. :-)
prupert
Forum Regular
Forum Regular
Posts: 573
Joined: Tue Aug 01, 2006 2:45 pm
Location: Netherlands

Re: WP xmlrpc attack

Unread post by prupert »

If you are enduring high load because of stacked up httpd-processes due to attacks on xmlrpc.php (unrelated to HIDS processing) add the following to the .htaccess:

Code: Select all

<Files xmlrpc.php>
Order allow,deny
Deny from all
</Files>
This helps to mitigate the load caused by many HTTP requests from a distributed attack on xmlrpc.php.
Lemonbit Internet Dedicated Server Management
Post Reply