Domain Based Spam Prevention?
aralin asks: "Recently I got this idea and wrote a little perl script to extract all the second (third in case of co.uk) level domains from my last month's collection of spam (some 4000 messages). I ran that against a nameserver to find the ones with NS record (valid domains) and made a list for my procmail filter. I get about 10 mails a day that escape to SpamAssassin for various reasons and since I began to check them against my list of domains I caught half of these. The idea is that if they want to sell something, or put a working web bug in my email, they need to provide a valid url with valid domain. If we filter domains from a URL in confirmed spam, then its almost certain any other email referencing such domain is spam as well. What I wanted to ask Slashdot is whether you know about some software project that already uses this form of spam detection as an addition to rule matching and Bayes filters?"
Again the arms race problem: This might work for a while, but once the spammers see a certain level of blocking, they can adjust their spam to circumvent it.
In this case they could start including (hidden, web-bug style) links to popular webmail sites, like hotmail. If you start blocking all messages with links to hotmail, you are probably going to miss some e-mail that you want!
Isn't this just like adding a mail client filtering rule to trash all emails with "mydomain.com" in the body?
Now, having said that, I don't think any mail filter does this explicitly because of problems with legit web page links. All the spammer would need to do is redirect through a page on a hosting service like fortunecity.com or geocities.com.
"Lawyers are for sucks."
- Doug McKenzie
I use it, but I'm not happy with it. There are several problems: domain names often are temporarily unresolvable for a variety of reasons (hey, you've been there, you've typed in a perfectly valid website address into your browser, got a message about the name not being resolvable, done it again immediately and it's worked? Right?); and it does encourage Joe Jobs - not necessarily against specific addresses, but against domains.
Joe Jobs in turn are making ISPs adopt anti-spam practices that require emails with certain addresses only come from certain IPs, which in the absense of a standardized remote-access protocol for SMTP smarthosts makes it much more difficult for people to roam and increases the number of ways in which perfectly valid email may fail to be delivered.
If I was an ISP, I definitely wouldn't go down this road. I'm wary of doing it anyway, and by-and-large I'm finding the emails that are blocked using this method are ones that would be blocked anyway, or are what appears to be valid emails with temporary DNS problems. It's something I don't intend to use for much longer, I just hate to have to reconfigure sendmail and see what breaks as a result.
You are not alone. This is not normal. None of this is normal.
Yep, a company called Cloudmark (http://www.cloudmark.com/products/authority/techn ology/) uses the DNS method you describe as one of its many rules to distinguish spam from regular mail. They call the approach Genetic Classification with the separate rules being called spamGenes. I don't know how much of a classifier (in the true AI sense) they have built but the idea sounds pretty nifty.
I don't know, but the following may be a bad idea: http://www.csc.liv.ac.uk/~ullrich/teaching/MScProj ects/#spam-filter
"Until you do what you believe in, how do you know whether you believe in it or not?" -- Leo Tolstoy
I suppose you could write some scripts to automatically add new domains and expire those beyond a certain age, but I don't see much point. I've been writing custom SpamAssassin rules for a several months now, and for me at least the ones that give the best results by far are the general purpose ones. Sure, if you have a big spam run or something like MyDoom to deal with, then a specific rule can really help, but that seems very much an exception to the rule.
The rules I have most success with are targeting the obfuscation attempts, which is great because if the spammer omits obfuscation then Bayes has a field day instead. Even if you don't use SpamAssassin, the Wiki is great for examples of this kind of rule that you can adapt to your own engine if need be. Best of all, this is the kind of stuff that will *always* work, rather than a rule that will at best have a shelf life of a couple of months before it starts to bog down your mail gateway for no benefit.
UNIX? They're not even circumcised! Savages!
Most of us have probably seen spams pushing various pump-and-dump scams. Many of these are just plain text, bragging that such-and-such a stock is undervalued and will skyrocket in the next few {days|weeks|decades} when the company announces that the {RIAA|FBI|SCOX} have placed a $1 {m|b|tr}illion order for their new whizz-bang {frobnicator|KaZaA-killer|pengiun trap}.
Usually, there's no URL, because if you were stupid enough to buy the shares, you'd buy them from someone else. Some of these spams, though, link to things like the company's stock chart on Yahoo! Finance. I get a lot of mail from people with Yahoo! mail accounts, and I'm also on several Yahoo! Groups mailing lists. Messages from either of those sources usually have a little advert for Yahoo! at the bottom. So, for me, at least, blocking messages that have "yahoo.com" in a URL somewhere would cause me to lose a lot of legitimate mail.
Perhaps I'm being thick, but if you're running some sort of Bayesian filter, would it not automatically flag mail containing the offending domain names as probably spam anyway?
Just another wannabe fantasy novelist...
If I understand properly how bogofilter tokenizes email, it already collects those domains as spam words.
Bastard Operator From 193.219.28.162
OK, the first spammer that wants to irritate you can thus easily block anyone from ever hearing about your website (by running a "joe-job" with your website's URL in it).
One, wouldn't a normal Bayesian filter do this automatically? I.e., pick up that url in mail classified as spam and then weight it positively in the future?
Two, this doesn't help with the strangest category of spam -- email that doesn't refer to a particular product, include a valid reply-to or from address, or contain any valid urls. Those spam emails are the ones that just blow my mind. They suck up bandwidth, cost everyone money and resources, yet they contain only a few random words, none of which could ever lead to a sale. Around 15% of my spam falls into this mindless category.
I doubt they are just testing email addresses, because relying on bounces isn't effective. And if they don't even include an image for email clients to automatically load for tracking purposes, they seem to be just a total and complete waste (unlike most spam, which is just a waste).
Many of the spams I see these days use throwaway domains or IP addresses in their URLs, so blocking by domain name seems pretty ineffective. Moreover many of the "websites" to which these spams point are actually compromised machines with proxies that refer traffic to the real site. Given that such compromised machines now surely number in the tens or hundreds of thousands, it wouldn't take much effort to construct messages that use the IP address of a randomly selected proxy in each message's embedded URLs.
What happens when the spam simply contains a link to a legit site like Microsoft / RedHat / Apple / Network Associates / Norton etc? You are then going to block all messages that mention these sites? You are going to succeed in cutting yourself off from security mailing lists if nothing else.
IMHO a better method would be to use the WHOIS information for a given domain name to match it to other spamming domains. I used to maintain the largest list of Alan Ralsky's spamming domains. My list was enormous. Alan had a bad habit (good for us anti-spammers though) of using identical or very similar WHOIS information in each of his spamming domains. This was the case with probably 90% of his spamming domains. He frequently used the same nameservers as well. I think a crafty programmer could come up with a way to use a Bayesian filter to identify spam by the WHOIS records of the domains in a given message that's been marked as spam. This would be a worthwhile project to me. Best of luck.
Do what I do and filter out any email which has HTML. I get enough email already. These people are the first to go.
In Soviet America the banks rob you!
I modified qmail and capture a list of all domains into a database. I easily blacklist the spammer's domains through a web interface I made. It has been pretty effective for me. I'm blocking about 100 emails a minute *after* four RBL Blacklists. Plus a few other techniques, and I am blocking about 83% of all email *before* spam assassin.
As I sit with several domain names available at my disposal, I got to thinking that this may be the way one could combat spam - registering your own domainname. Let me explain.
So I have the domain "blah.com" and I want to register for an Ebay account. Instead of simply giving "me@blah.com", I'd instead register "ebay@blah.com" which would just point to my inbox. Now I can easily filter mail appropriately as it comes through. Not only that, but I can tell which places gave my email address out to spaming companies and act accordingly. I can also give out addresses like "mike.hunt@blah.com" and "george.bush@blah.com" for individuals. If I don't want to hear from them anymore, *poof*, I delete the address.
An even better way to make sure your address isn't guessed is to give out nonsense addresses, like "tfg57@blah.com", which you would just make a note of who that address is assigned to. That way george.bush can't email me at mike.hunt because he knows I still get email from him.
I can't imaging this is a new idea, but I figured I'd post it anyway.
Trolls lurk everywhere. Mod them down.
the configuration for exim4 written for sa-exim by default goes a little further: it looks up not only a reverse-dns but also checks for an MX record. the only problem is that if the ISP's configuration is piss-poor broken, e.g. they pretend to be a host for which they themselves do not have a DNS record (yes i have seen it happen), you will get a response sent to postmaster@sendersdomain. ... and if, as most people do not, you don't _have_ an alias postmaster@sendersdomain, then the sender will get - to them - an unintelligable message about a postmaster not existing.
i prefer that to receiving trash: 600 messages a day get rejected by my site, most of them random systems on compromised windows hosts.
A while ago, I made a SpamAssassin patch which resolves any URL found within an email and tests the resulting IP addresses against blacklists which are otherwise used to block unwanted email. A lot of Chinese bulletproof servers' IP addresses are listed on the Spamhaus Block List (SBL) and/or SPEWS as well as on certain *.blackholes.us lists.
I don't know if that will work. It's too easy to obscure URLs.
Those new email worms are done by group of insiders who have top level access to top level servers. These email worms will just follow emails to everyone back to their home. There is no filter or rules that can block them.
TO SOLVE THIS PROBLEM OF WORMS WE MUST SECURE THE INSIDE SERVERS. NO SYSTEM ADMIN AT THE TOP LEVEL CAN BE TRUSTED. SORRY FOLKS. My suggestion is that EMAIL TRANSPORT must be redesigned with multi level of accountability features.
Honolulu
Oh yeah, the email I want to receive is most likely to come from a hotmail account (or yahoo or AOL), right, sure...
I'll assume that was sarcasm. What if one of your clients uses an account on Hotmail, Yahoo! mail, or AOL mail as his or her primary e-mail account? Or do you whitelist only clients who have approached you through a web form?
all users of cable modems in north america are required to use a 24.xxx IP. So, why arent all email servers required to use a predetermined range of IPs, eg. 25, 64, or one of the yet-to-be-assigned ranges. If all spammers were kept within one range, it would be far easier to stop spammers (they couldnt rent a fly-by-night IP in a different range, for example), and to catch them when they do spam. There are other benefits (reducing virii, worms, etc.) that would be produced if an email server range were to be established. H0B0