How to prevent systematic attack
-
Last night I noticed a large amount of spam comments were being inserted into my database for different posts, all the same comment: same content, same email, same web site. The IP sometimes changed, though. This was occurring every few seconds. It was obvious someone was running a program to scan for every page on my site and inserting a comment automatically.
I tried banning the IP address, but the assailant quickly changed their IP. This happened multiple times and the IP address did not have any obvious pattern to them, so I couldn’t prevent their access that way.
I DID find a way to prevent their access into my site, but it’s at a page level, not a server level; they’re still (as of this minute) hitting each page (although they can’t post): their program is merely changing the post ID randomly in the URL: index.php?p=200
WordPress’s anti-spamming features are great; however, I’m going to have to enhance them to prevent this type of systematic attack.
I’m using WordPress 1.2. My site, Steel White Table, describes the history of the attack.
Anyone else seen this type of attack? Any suggestions? Thanks.
- The topic ‘How to prevent systematic attack’ is closed to new replies.