Damn Spam Bots! Too Smart!

Posted November 20, 2006 at 8:18 AM

Tags: ColdFusion

Over the weekend I had 4 spam comments posted to the site. Granted 3 of them were from the same bot, but still, this irks me. Last week I implemented a new de-spamming protocol and it seems that it is not tough enough. I am going to leave it in place for a bit longer to see how it goes. I apologize for any spam emails that people get (via comment posts). If this continues, I will update the ColdFusion / HTML code.

Post Comment  |  Ask Ben  |  Permalink  |  Print Page



Learning ColdFusion 9 - ColdFusion 9 tutorials, samples, examples, demos

Reader Comments

Nov 20, 2006 at 9:26 AM // reply »
1 Comments

Once I had problem with breaking my captcha by spammers, but it was solved with asking to enter result of math operation instead of dummy copying of image characters.


Nov 20, 2006 at 10:00 AM // reply »
111 Comments

Are you SURE it was a bot? Only thing to bear in mind is that some spammers pay people to submit comments as well. Just a thought. Wouldn't want you going crazy trying to create a CAPTCHA that would fool human spammers!


Nov 20, 2006 at 10:04 AM // reply »
3 Comments

Are you using CFAkismet? If not you should, we've been using it at my work blog and it's been awesome. (blog.d-p.com)... let me know if you need more info on it, but you should be able to find it at riaforge, or via a google search ;)


Nov 20, 2006 at 10:15 AM // reply »
2 Comments

what Peter said.. I get a few spam comments each week that are entered by humans.
I use a system that looks in the comment for URLs and compares it with a blacklist that I've built. If a human tries to submit a comment that contains a blacklisted URL (or word actually..) then the comment is rejected. That cuts down some on the human entered spam.


Nov 21, 2006 at 7:33 AM // reply »
6,516 Comments

@Peter,

Oh man! I didn't know that some spamming out there was human. How freakin' underhanded is that?!? I guess this begs the question: Who irritates me more, telemarketers that call at dinner time, or human spammers? Hmmmm, yeah, I ask the tough questions.


Nov 21, 2006 at 7:34 AM // reply »
6,516 Comments

@Jonese,

That CFAkismet service looks very cool. I am surprised that I have not seen more about it. I see that it is not quite a 1.0 release but it is a really awesome idea. I will look more into it.


Nov 21, 2006 at 7:35 AM // reply »
6,516 Comments

@Mike,

So far I have not gotten any more spam than the few this weekend. If it pops up again though, I might have to start checking the content of the comment. This is something I'm not crazy about as it's never 100% accurate and I don't want to err on the bad side (and I don't want to build in a manual approval system).

We shall see.


Post Comment  |  Ask Ben

Recent Blog Comments
Nov 22, 2009 at 4:30 AM
jQuery Live() Method And Event Bubbling
dasegtezr ... read »
Nov 22, 2009 at 4:03 AM
jQuery Live() Method And Event Bubbling
C_fieri ... read »
Nov 22, 2009 at 1:56 AM
Learning ColdFusion 9: Using CFQuery In CFScript Can Enable SQL Injection Attacks
Why adobe would give you script equivalent of cfquery is beyond me. I love cfquery tag because it helps me wriite clean sql, and get away from the horrible jdbc queries If I wanted to write javali ... read »
Nov 22, 2009 at 1:45 AM
Streaming Text Using ColdFusion's CFContent Tag And The Variable Attribute
The reason you would want to do this is to stream. Ack json/xml files to ria clients I used thus technique before because putting json in response stream causes debugging info to come thru As well a ... read »
Nov 21, 2009 at 6:47 PM
Hal Helms - Real World Object Oriented Development, Sarasota - Day Five
@charlie griefer, Thank you.. ... read »
Nov 21, 2009 at 5:15 PM
Using ColdFusion Structures To Remove Duplicate List Values
@Jose Galdamez, Oh heh yeah I didn't paste the whole code. I should have defined the vars -- my bad. It's fixed thou. Thanks. ... read »
Nov 21, 2009 at 4:49 PM
Styling The ColdFusion 8 WriteToBrowser CFImage Output
Great work yet again Ben! Whilst I didn't use this whole code, I copied some of your regex code for a similar problem with the lack of an alt attribute and unescaped ampersands in CFIMAGE for Railo 3 ... read »
Nov 21, 2009 at 1:13 PM
My First ColdFusion Builder Extension - Encrypting And Decrypting CFM / CFC Files
@Ben, Because I am pedantic, I just want to make sure that everyone knows there is absolutely no encryption going on. There is only encoding and obfuscation. The cfencode tool only obfuscates your C ... read »