Stories
Slash Boxes
Comments

News for nerds, stuff that matters

100 Email Bouncebacks - Welcome to Backscattering

Posted by timothy on Monday May 05, @05:50AM
from the annoying-as-heck-if-heck-is-like-hell dept.
distefano links to a story on Computerworld, excerpting: "E-mail users are receiving an increasing number of bounceback spam, known as backscatter, and security experts say this kind of spam is growing. The bounceback e-mail messages come in at a trickle, maybe one or two every hour. The subject lines are disquieting: 'Cyails, Vygara nad Levytar,' 'UNSOLICITED BULK EMAIL, apparently from you.' You eye your computer screen; you're nervous. What's going on ? Have you been hacked? Are you some kind of zombie botnet spammer? Nope, you're just getting a little backscatter — bounceback messages from legitimate e-mail servers that have been fooled by the spammers."

Related Stories

[+] Technology: Google Mail Servers Enable Backscatter Spam 344 comments
Mike Morris writes "Google email servers are responsible for a large volume of backscatter spam. No recipient validation is being performed for the domains googlegroups.com and blogger.com — possibly for other Google domains as well, but these two have been confirmed. (You can test this by sending an email to a bogus address in either of the domains; you'll quickly get a Google-generated bounce message.) Consequently spammers are able to launch dictionary attacks against these domains using forged envelope sender addresses. The owners of these forged addresses are then inundated with the bounce messages generated by the Google mail servers. The proper behavior would be for the mail servers to reject email traffic to non-existent users during the initial SMTP transaction. Attempts at contacting them via abuse@google.com and postmaster@google.com have gone unanswered for quite some time. Only automated responses are received which say Google isn't doing anything wrong."
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • A trickle?! (Score:4, Insightful)

    by Zombie (8332) on Monday May 05, @05:59AM (#23298498) Homepage
    A few every hour? This weekend marks the second weekend in which I got several hundred bounces in a single night!
    • Re:A trickle?! (Score:4, Informative)

      by CastrTroy (595695) on Monday May 05, @08:13AM (#23299076) Homepage
      I remember this being the reason I disabled my catch-all address for my domain, a couple of years ago. I was not only getting tons of bounce-backs from things that looked like they were being sent from my domain, I was also getting a lot of spam mail sent to random-non-existent-but-caught-by-the-catch-all addresses.
            • Re:A trickle?! (Score:5, Insightful)

              by Jurily (900488) <jurily@@@gmail...com> on Monday May 05, @09:08AM (#23299530)
              I've been using an "unprotected" gmail account for 2 years now. Currently I have 196 spam, all conveniently labeled as such.

              During that time I only got one false positive, but that was a really poorly formatted message, and they weren't even replying from the same adress I specifically asked the reply from.

              However, I got no false negatives in English, and it took about a week of "Report Spam" to get them up to speed on some new Hungarian torrent tracker spam. Now they're marked spam too.

              All in all, Google's spam filter rocks.
      • Re:A trickle?! (Score:5, Insightful)

        by MBGMorden (803437) on Monday May 05, @09:11AM (#23299556)

        Supposedly there's a mail configuration option you can set to make it possible for servers to verify mail from your domain (must originate from this ip range) but the domain hosting company I'm with doesn't expose that particular feature.
        It's called SPF which is Sender Policy Framework. Problem is, it's not used often enough at current time, so very few mail servers will actually reject a message that fails an SPF check.

        The best thing honestly would be for these servers to just clean their act up and handle things properly. Mail rejects should be done before the connection between the two servers closes. It should always be up to the SENDING mail server to generate a bounce rather than the receiving.

        The odds of that happening are pretty slim though. There is a "bounce killer" feature in the new version of amavisd-new that I'm looking at that might work well. Apparently (I haven't installed the new version yet) it will store the message ID's of your outgoing messages and if a bounce comes back with an invalid message ID it deletes it.
  • This story was preceded less than a month ago:
    https://tech.slashdot.org/article.pl?sid=08/04/08/2258246 [slashdot.org]

    I had a bunch of these back then, now they are happening again. Here is some information about the subject.
    http://spamlinks.net/prevent-secure-backscatter.htm [spamlinks.net]

    You should only get NDRs from your own ISP, as I undestand it. The other mail admins are being fooled by your spoofed return address, and should know better.
  • Where's the news? (Score:5, Informative)

    by dotancohen (1015143) on Monday May 05, @06:03AM (#23298508) Homepage
    Where's the news here? I've been getting these for years. It's so bad that I filter bounce messages to a separate account on the server to download and review at the end of the week. I get almost as much backscatter as spam, both over 1000 messages a week.
  • by pandrijeczko (588093) on Monday May 05, @06:07AM (#23298518)
    Nope, you're just getting a little backscatter

    Nope, I'm not getting anything - procmail [procmail.org] on my honeytrap spam email account sees it and stops it with a few simple filters

    So please try harder, spammers, or go and get extensions to your obviously miniscule penises so you no longer need to take you inadequacies out on the rest of the world.

  • There's an easy way to filter out backscatter while preserving bounce messages that you care about (ie. ones about email that you actually sent):

    1. Add your own custom header to all your outgoing emails. Doesn't matter what it is, but it should be unique, eg. 'X-Really-From-Richard-Jones: xsomesecretx'

    2. MTAs include the original headers in bounce messages, so discard bounce messages which don't contain your custom header.

    You can even be smart and sign the header based on the content of the email using a private key, which would make it unforgeable, but at the moment you don't need to do that.

    Rich.

    • You know, I have a digital certificate that does that for me. It automatically signs my e-mail and 'smart' filters and e-mail clients know that non-signed e-mail from me is not to be trusted as much.

      Get your free personal certificate and if 2 people have certificates, e-mail gets encrypted between you! There are a number of providers that give them.
      • by djmurdoch (306849) on Monday May 05, @06:46AM (#23298686)

        how do I do that in Thunderbird?
        Set the custom headers preference. [mozillazine.org]
      • by rjames13 (1178191) on Monday May 05, @07:06AM (#23298762)
        Go into Preferences->Advanced Tab and click Config Editor Button.

        Alter the setting
        mail.identity.default.headers
        to include the string header1
        note header1 is just a label
        then add a new string called
        mail.identity.id1.header.header1
        Set the value of that to your X-line

        From now on all mail sent from Identity 1 will have that header on it.

        To create a filter based on that. Obtain an email with that header. Find a clickable link in the header and right click and select create filter from message.

        At first from the drop down box you can't select that X-line so you need to go to the bottom and click customise. You can put that header in there. Now you can create a filter from it.
  • by gsslay (807818) on Monday May 05, @06:12AM (#23298550)
    I must have read at least 3 news stories about backscatter in the last week. Why is this only getting attention now when it's been a problem for years? Is it just because someone has coined a word for it?

    I can remember years back when some spammer decided to use my domain name in their spam run. Hundreds of bounced emails every day and I cursed everyone of the dumb mail servers that mailed them; complete with original html email, images and any other crappy attachment. ("Hundreds" may be small potatoes these days, but they were a big deal at the time.) Just the very idea that spammers would supply a genuine reply address seemed so incredibly stupid, yet there they were; dozens of carefully worded variants of the same "naughty spammer, don't email me" reply. I could just see some smug sysadmin configuring their system with this badly thought-out garbage, thinking "ha! that'll show them!"

    None of my mail servers since then have ever bounced spam or mis-addressed emails.
  • "legitimate?" (Score:5, Informative)

    by Michael Hunt (585391) on Monday May 05, @06:42AM (#23298672) Homepage
    As a 9-year veteran of the anti-spam industry (with experience within the regulator, although I've left that behind me now and work in telecoms,) it's a REAL stretch for anybody inside the IT industry to take these kinds of comments seriously.

    Anybody who says that 'legitimate' mailservers are sending backscatter instead of 5xx-ing the message in transit is wrong. Mailservers which send backscatter are NOT legitimate, EOL.

    - A pissed off mail admin.
      • Re:"legitimate?" (Score:4, Informative)

        by Michael Hunt (585391) on Monday May 05, @07:53AM (#23298948) Homepage
        If Aunt Tillie sends me a message (forwarded from Betty, her next door neighbour, which was in turn forwarded from her nephew Boris, who goes to school in another city) which just happens to look like spam (who knows, maybe Boris is telling an amusing anecdote about how one of his friends stumbled across some h3rb4|_ v!agr4 or something,) I'm going to look like a fair dick if the message gets dropped on the floor and Aunt Tillie doesn't at least get notified that the message got eaten.

        The 5xx range of status codes exists for this (and other) reasons, there's no reason NOT to use them (by performing content verification inline and either 2xx-ing or 5xx-ing the message between "." and "QUIT".)
  • SPF + !SRS! (Score:4, Interesting)

    by spottedkangaroo (451692) * on Monday May 05, @06:55AM (#23298716) Homepage Journal

    It seems like the solution to "backscatter" has been around for quite a few years (SRS [openspf.org]). I'm surprised how few of the commercially available anti-spam solutions use or interpret it.

    At my company, we just looked at Barracuda (PoS), Pineapp, St. Bernards ePrism, MX Force, Postini, and some other things. None of them understand SRS and only a few of the tech contacts had even heard of it. Sad Sad. But they all seem to have hand-rolled "backscatter" protection that partially works.

    It seems like everyone has an SPF record these days. But it feels like relatively few actually check them and almost nobody goes the full distance and uses SRS.

  • by AftanGustur (7715) on Monday May 05, @08:02AM (#23298996) Homepage
    See here http://www.postfix.org/BACKSCATTER_README.html [postfix.org]

    The trick is to use the "header_checks" and "body_checks" to look for signs of the email having being sent out from your email server in the first place.

    • Ugh, care to elaborate? Anyway, I think the solution is simple. Just publish a giant list of all mail servers not configured properly. It wouldn't be hard to write a script, to verify if a domain is configured or not. It would function as a name and shame list. But more than that, all spammers would harvest from it, and absolutely smash the listed servers until they were forced to configure them properly.
      • My guess is you either don't write spam header filters, or you hate it so much you're trying to find an easier solution.

        Helluvua lot of mail servers out there not configured "properly." I can't block some mail even from "legitimate" mail servers because they are not configured well enough some of my spam rules don't pick them up, so how would a "list" fix that?

        As it is, the lists from the anti spam houses work very little. There are so many zombie mail servers out there, I guess, no one can really effectively police these things except through spam filters. And Google are the only folks who can afford a full time staff writing spam filter rules.

        Any more properly used to mean not an open relay; now it can can mean not in the same network segment that does have spamming email servers. Lists just add to the insanity and often punish legitimate mail servers.

      • Just publish a giant list of all mail servers not configured properly.
        And then I manipulate this list to effect a soft kill on my competitor. If Acme Widgets has an apparently bad email server, who will do business with them?
        Think Machiavelli.
          • by KillerBob (217953) on Monday May 05, @09:17AM (#23299620)
            You're talking about CAPTCHA.... most CAPTCHA algorithms have been compromised. Also, most forums that actually use it have a working e-mail address listed on the CAPTCHA page, asking people to e-mail the admins if they have problems with it. I've created accounts manually on the forums I administer, for people who have problems with CAPTCHA.

            One of the main reasons forums don't get hit by spammers is because the admin staff knows what they're doing. They lock down threads, respond quickly, and keep the software up to date. Temporary bans, and permanent bans... You also need a working e-mail address in order to register, which blocks an awful lot of spam. Finally, there's over 150 domains on the banlist for my forums... some of the most popularly used (by spammers) freebie e-mail accounts, like mail.ru.

            Oh... and it helps to have a robots.txt file. Mine looks like this:

            User-agent: *
            Disallow: /


            The forums are served up from a subdomain... the actual site shows up in search engines, but having the separate domain with robots.txt helps keep the forums off the search engines. If they don't know you're there, then they can't spam you. :)
          • by FatdogHaiku (978357) on Monday May 05, @10:40AM (#23300538)
            How about we change the delivery method. Instead of an email being sent to me and sitting on my server or service waiting for me to sort it, you send me the headers for the sender, subject, size, date, and attachment status while the message and attachments sit on YOUR server until I chose to pick it up or it expires. The reduction in bandwidth should pay for the increase in storage, and the spammers would have to leave their message sitting on a machine somewhere waiting for me to pick it up (hint, not gonna happen).
            1. No servers flooding the net with messages.
            2. Easily identifiable spam sources, making bot-nets less useful.
            3. Reduced bandwidth as the system replaces the old one.
            4. Allow email clients and webmail services to be configured retrieve every message for the few numb nuts that don't/won't get it.
            5. Profit (via reduced long term cost).
            Just spitballing...