Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
23answers
1k views

Brainstorm: How to quickly create a honeypot for mass spam?

Question is still OPEN... For IT people here it may be not so difficult question. May be not only at first look ;) All ideas are welcome! For startup Antispam project it is needed around 10000 spam ...
4
votes
9answers
533 views

Harder, Better, Faster, Stronger… Techniques for an image-based CAPTCHA?

There are lots of non-image-based CAPTCHA ideas floating around. But what about the old-fashioned way? What are the elements of a good image CAPTCHA? What visual elements are hard for computers, ...
2
votes
3answers
192 views

Django: Are the anti-spam measures in the comments framework sufficient? Or will I need to use a captcha or akismet?

I'm going to be implementing the comments framework and I'm wondering what I should expect to run into. If someone could specifically explain the methods they've tried/tested for anti-spam measures in ...
2
votes
2answers
150 views

Negative Captchas - help me understand spam bots better

I have to decide a technique to prevent spam bots from registering my site. In this question I am mainly asking about negative captchas. I came to know about many weaknesses of bots but want to know ...
1
vote
0answers
35 views

ASSP: which settings closest resembles Gmail? [closed]

While ASSP is nice and powerful, it's rather aggressive. Which weightings need to be lowered and raised, and which categories ignored / selected compared to default ASSP install, so that it resembles ...
1
vote
0answers
32 views

Rakismet duplicate posts not being flagged as spam?

I'm currently using the Rakismet gem for anti spam in my app and it's doing a great job filtering out certain buzz words like "viagra" and "porn", but it's not flagging duplicate comments no matter ...
1
vote
1answer
88 views

Email address validation services - how do they commercialize an uncertain service?

There are numerous paid services these days that claim to provide "complete" email validation (check for MX records, check with the SMTP server etc), like this one, this one and this one. From ...
1
vote
2answers
35 views

How to Secure HTML email in a web application?

What is the most effective way of sanitizing HTML emails displayed in a web application so that malicious code is not executable, but the html layout remains in tact? An example of the desired ...
1
vote
2answers
140 views

Advice for antispam based on neural network

I am trying to wrote antispam based on neural network. Can anybody suggest me what type of neural network to use ( Kohonen or some else ) and what to be enter in neurons : char, word or all content ? ...
1
vote
1answer
324 views

Adding mail header if postfix DNS based RBL (realtime black hole) check fails

I have setup a receiving Postfix mail server. Here i have custom code written that parses the whole mail received by postfix and use the headers, body and attachments separately for different uses. I ...
0
votes
1answer
77 views

Making registration for media wiki require admin approval?

A wiki I maintain has been hit pretty hard by spam bots... we don't have a lot of users, and I'd rather not saddle the legitimate users with captcha. Is there a simple way to make registration ...
0
votes
1answer
51 views

Anti-flood in forumsoftware

Im making forum software. Now i want to add anti-flood. So when a post gets posted, a date("j-n-Y H:i:s") gets put in the table. Now i want a max of 4 posts per minute, or 15 seconds between each ...
0
votes
2answers
54 views

Looking for an anti-spam solution easier to implement than Captcha

I'm looking for a simple anti spam form submission solution, other than Captcha. I've tried implementing Captcha into my website for anti-spam purposes, but it's been too difficult to integrate into ...
0
votes
2answers
60 views

How can I prevent SPAM users from signing up?

I have a website that is starting to grow but with that comes users who continue to signup and send SPAM messages to other members. I currently use google's captcha API service but if a user creates ...
0
votes
0answers
74 views

Add antispam to protoform (prototype.js)

I am working with this neat script: http://cssrevolt.com/upload/files/protoform/ it works perfectly except for one thing: it doesnt have any antispam protection system. now, i've been trying to add ...
0
votes
1answer
71 views

Some problems related to generate antispam(captcha) in jpgraph

When I integrate this code into a html file, it shows nothing, but it works when it is separate with the other html code. So, could any one kindly teach me how to add it to html code and compare the ...
0
votes
2answers
50 views

most optimized way to select “flagged posts” using where & limit in mysql database

I have the following table structure: +----------+------------------------+------+-----+------------------------------------------+----------------+ | Field | Type | Null | Key ...
0
votes
1answer
185 views

Any opensource AntiVirus / AntiSpyware?

I was looking at ClamAV and checked it out. I want to help develop (or learn) on writing Antivirus application. I would like to know if there are more than one (ClamAV) opensource antivirus out there ...
0
votes
1answer
52 views

Should I use SQLite for automatically build a list of banned IPs of comment spammers?

I am using a simple yet effective anti-spam system at a comments module which seems to be working flawlessly for more than a year now. Since it is capable of recognizing automated comment spam ...
0
votes
2answers
372 views

how Postfix anti spam configuration works with DNS-based Blackhole List providers

I have setup a Postfix mail server for incoming mails that is required to never reply to external enviornment i.e it will accept all incoming mails and never reply anything that can be used as a trace ...
-2
votes
1answer
112 views

List of bank domains to stop phish

I'm looking for a full list of bank domain names to include in an anti-phish routine I'm planning, does anyone have a list/URL?