Huge attack on WordPress sites could spawn never-before-seen super botnet
21–30 of 86 posts
Re: Huge attack on WordPress sites could spawn never-before-seen super botnet
#22I'm a new WordPress user. Are there any guides online with best practices that I can follow? (Some suggestions I see in this thread: rate-limiting plugin, don't have user id #1, don't have user "admin".)
Find a good host, use a secure password password, pay attention to the 3rd party plugins you're installing, and keep your install updated.
Re: Huge attack on WordPress sites could spawn never-before-seen super botnet
#23There's some more about this on their blog:
http://blog.cloudflare.com/patching-the-internet-fixing-the-...
Re: Huge attack on WordPress sites could spawn never-before-seen super botnet
#24Re: Huge attack on WordPress sites could spawn never-before-seen super botnet
#25Re: Huge attack on WordPress sites could spawn never-before-seen super botnet
#26Re: Huge attack on WordPress sites could spawn never-before-seen super botnet
#27I'm a new WordPress user. Are there any guides online with best practices that I can follow? (Some suggestions I see in this thread: rate-limiting plugin, don't have user id #1, don't have user "admin".)
Re: Huge attack on WordPress sites could spawn never-before-seen super botnet
#28Rate-limiting login attempts out-of-the-box is something Wordpress should have included a LONG time ago. Maybe 1% of installs will setup the plugin to do this. No idea why they haven't added this yet.
With over 200k different botnet controlled machines, all that tracking the IP sources would do here is create massive blocklists. There's already evidance growing that the botnet is trying 2-3 passwords per source IP - effectively bypassing existing limiting plugins.
A solution to the above is to limit the logins per account per timeframe, but that just locks the legitimate users out, causes the botnet to spread out the attack over longer periods, and ultimately only has a negitive affect for the user.
The Hosts are feeling the pain though, i've seen some hosts are disabling access to wp-login.php entirely, this tells me that the shared hosts are having resource issues, so a limit-login style plugin would do zero to help them, it'd still cause massive problems for the host.
WordPres, Joomla, and other smaller CMS's are being targetted here, so this is by no means just WordPress's problem either.
Re: Huge attack on WordPress sites could spawn never-before-seen super botnet
#29Re: Huge attack on WordPress sites could spawn never-before-seen super botnet
#30"...the distributed attacks are attempting to brute force the administrative portals of WordPress servers, employing the username "admin" and 1,000 or so common passwords." I'm a little surprised that such a simple attack vector is a legitimate threat in creating a "super botnet."