Here's what I can tell you. All of my shitty hosts are all down, even though my sites aren't hacked (because I don't use retarded logins), but Hostgator servers are still kicking like nothing is happening. Hostgator +1
inb4 Limit Login Attempts is really a trojan horse....
^^
This
WordPress › Limit Login Attempts « WordPress Plugins was last updated in June, last year. And the recommended compatibility is WP 3.3.2
The plugin may work when installed, but its code is now obsolete and it may have it's own set of vulnerabilities now.
I recommend something like WordPress › Login Security Solution « WordPress Plugins or WordPress › 6Scan Security « WordPress Plugins or basically anything with a good track record, updated code and an active developer.
Do these limit login/changing the admin URL type plugins do anything for brute force attacks via xmlrpc?
Seems like it would still be a problem unless you disable it completely, no?
WordPress › Disable XML-RPC « WordPress Plugins
add_filter( 'xmlrpc_enabled', '__return_false' );
would cloudflare protect against this? or is it easy to bypass
Yes very good point. Prior to WP 3.5 - XMLRPC publishing protocol came disabled by default.
Most people didn't even bother checking it out, except for the very few who were using third party publishing softwares such as scribefire or whatever.
But for some reason from WP 3.5 onwards, the team at wordpress decided to keep this enabled by default and remove the disable option altogether. (I still have no clue why!)
I just dropped an email to the developer asking for his insights on both of these.
Additionally, if you indeed need XMLRPC disabled - why install a seperate plugin to do that?
Simply add - the below line to your wp-config.php and you should be golden.
Code:add_filter( 'xmlrpc_enabled', '__return_false' );
.htaccess that shit
BlogHue, any opinion on WordFence?