Question context is related to spam prevention/filtering
Questions tagged [spam-prevention]
835 questions
120
votes
25 answers
What is the best way to programmatically detect porn images?
Akismet does an amazing job at detecting spam comments. But comments are not the only form of spam these days. What if I wanted something like akismet to automatically detect porn images on a social networking site which allows users to upload their…

Raj
- 6,810
- 6
- 48
- 56
101
votes
4 answers
Better Honeypot Implementation (Form Anti-Spam)
How do we get rid of these spambots on our site?
Every site falls victim to spambots at some point. How you handle it can effect your customers, and most solutions can discourage some people from filling out your forms.
That's where the honeypot…

Nicholas Summers
- 4,444
- 4
- 19
- 35
64
votes
19 answers
Hunting cheaters in a voting competition
Currently we are running a competition which proceeds very well. Unfortunately we have all those cheaters back in business who are running scripts which automatically vote for their entries. We already saw some cheaters by looking at the database…

Bosh
- 1,237
- 1
- 16
- 23
41
votes
6 answers
Publicly Available Spam Filter Training Set
I'm new to machine learning, and for my first project I'd like to write a naive Bayes spam filter. I was wondering if there are any publicly available training sets of labeled spam/not spam emails, preferably in plain text and not a dump of a…

JeremyKun
- 2,987
- 2
- 24
- 44
41
votes
6 answers
How to detect fake users ( crawlers ) and cURL
Some other website use cURL and fake http referer to copy my website content.
Do we have any way to detect cURL or not real web browser ?

Ken Le
- 1,787
- 2
- 22
- 34
38
votes
13 answers
Detecting a (naughty or nice) URL or link in a text string
How can I detect (with regular expressions or heuristics) a web site link in a string of text such as a comment?
The purpose is to prevent spam. HTML is stripped so I need to detect invitations to copy-and-paste. It should not be economical for a…

JasonSmith
- 72,674
- 22
- 123
- 149
37
votes
13 answers
Protect e-mail address with CSS only
I want to protect my e-mail address on webpages.
But I don't know JavaScript and PHP. I know only HTML and CSS.
So, please help me how to protect my email address with CSS only.
user3087089
36
votes
4 answers
How effective is the honeypot technique against spam?
By "honeypot", I mean more or less this practice:
#Register form

Strae
- 18,807
- 29
- 92
- 131
36
votes
12 answers
Spam Prevention/Reduction - Contact Form?
I want to add a simple Contact form to my web site so that customers can contact me easily.
27
votes
2 answers
How to create a "Nuclear" honeypot to catch form spammers
My current honey pot on my registration form is an entry for phone number which is placed off screen using position: fixed;.
It tricked a standard breed form filler, but doesn't work as well as I though. Also, the spambots immediately responded to…

GiantCowFilms
- 1,033
- 1
- 15
- 25
26
votes
27 answers
When the bots attack!
What are some popular spam prevention methods besides CAPTCHA?

Jose Vega
- 10,128
- 7
- 40
- 57
25
votes
9 answers
Stop spam without captcha
I want to stop spammers from using my site. But I find CAPTCHA very annoying. I am not just talking about the "type the text" type, but anything that requires the user to waste his time to prove himself human.
What can I do here?

unreal
- 303
- 1
- 3
- 5
24
votes
10 answers
What's the best way to present an e-mail address on my website without being attacked by spammers?
What's the best way to present an e-mail address on my website without being attacked by spammers?
The approach foo at fooland dot com is not exactly what I'm looking for. I need to present it in a way that is comprehensible for normal…

Andre Pena
- 56,650
- 48
- 196
- 243
24
votes
3 answers
Reliably detecting PhantomJS-based spam bots
Is there any way to consistently detect PhantomJS/CasperJS? I've been dealing with a spat of malicious spambots built with it and have been able to mostly block them based on certain behaviours, but I'm curious if there's a rock-solid way to know if…

Terrakin
- 241
- 1
- 2
- 3
22
votes
3 answers
How Google's reCAPTCHA v3 works
Google has rolled out reCAPTCHA v3. It does away with all the user friction. I wish to use it to secure my site. However, I am unsure about how this is going to protect my site. What if a hacker spams the URLs on my site with an external tool…

Chong Lip Phang
- 8,755
- 5
- 65
- 100