Skip to content

Obstinate spam bot hits this blog

During the last weekend around 100 comments were posted to this blog entry. It’s not that my blog has suddenly become superpopular. All comments consisted of links to online casino promotion pages and such, and it took me a long time to delete them all. When I was done, I realised that more similar comments had already been posted. This is how the spammer’s HTTP requests looked like in the apache logs:

85.17.3.200 - - [24/Sep/2007:07:56:38 -0700] “POST
/blog/2007/09/02/lautoescola-del-racc-canvia-una-molt-
bona-aplicacio-web-per-un-software-amb-llicencia-altament-
restrictiva/trackback/ HTTP/1.1″ 200 412 “-” “-”

I solved the issue by blocking this particular IP address, which was the same for all the posts, with an apache .htaccess configuration file:

order allow,deny
deny from 85.17.3.200
allow from all

From now on, his requests will be failing with a 403 Forbidden error:

85.17.3.200 - - [25/Sep/2007:06:02:23 -0700] “POST
/blog/2007/09/02/lautoescola-del-racc-canvia-una-molt-
bona-aplicacio-web-per-un-software-amb-llicencia-altament-
restrictiva/trackback/ HTTP/1.1″ 403 710 “-” “-”

Good riddance! Since I added this filter, the boot has keept retrying every 20 minutes, though. Perseverance is a virtue, but this IP address filter is not going away :) I hope the bot does not come back from a new address. If it does I’ll add CAPTCHA based protection to this site.

3 Comments

  1. brainstorm wrote:

    Please, do try Akismet[1], it’ll block lots of comment spams without using these unmantainable IP blocks ;P

    Captcha-based commenting is a nuisance for the visitor, I do not recommend it at all :-S

    [1] http://akismet.com/

    Wednesday, September 26, 2007 at 10:10 pm | Permalink
  2. Marc wrote:

    Yes u should try akismet ! it works really good !

    Friday, September 28, 2007 at 12:40 pm | Permalink
  3. josep wrote:

    Akismet is now installed :)
    Thanks for the feedback!

    Thursday, October 4, 2007 at 4:51 pm | Permalink

One Trackback/Pingback

  1. Josep Sanjuas’ blog › Akismet saves the day on Sunday, October 7, 2007 at 9:34 am

    [...] days ago in this blog entry I explained that a spammer was filling another entry with spam comments. It was the [...]

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*