wp-admin based DDOS
-
I have over the last few weeks seen an incredibly huge amount (thousands a minute) of hits to /wp-admin on various sites on a MU style setup. By adding some code to track these people, I can see that they are just requesting wp-admin , they are not trying to run ajax or any other general attack.
The funny part? as they are not logged in, wp-admin will 302 them to wp-login.php. However, by using the same coding on both, I can see that these bots are not following the 302 at all, and appear to be not even really paying attention to what is returned.
A little speculation is that they may be trying to exploit a weakness that I cannot see. In part, I think that they are just trying to use up server resources enough to block things. Visiting /wp-admin does run some code, in order to check to see if the user is actually logged in, and they may feel that on weaker machines this may be enough to cause lock out of shut downs.
Anyone else seeing this?
Also, even after intentionally redirecting the bots to another site (disney, fbi, or similar) they continue to hit the machine blindly, which confirms that they are not paying attention to what is returned. Even sending 404s does not stop them.
- The topic ‘wp-admin based DDOS’ is closed to new replies.