- Backscatter (e-mail)
Backscatter (also known as outscatter, misdirected bounces, blowback or collateral spam) is a side-effect of
e-mail spam , viruses and worms, where email servers receiving spam and other mail sendbounce message s to an innocent party. This occurs because the original message'senvelope sender is forged to contain the e-mail address of the victim. A very large proportion of such e-mail is sent with a forged "From:" header, matching the envelope sender.Since these messages were not solicited by the recipients, are substantially similar to each other, and are delivered in bulk quantities, they qualify as
unsolicited bulk email or spam. As such, systems that generate e-mail backscatter can end up being listed on variousDNSBL s and be in violation ofinternet service provider s'Terms of Service .Reducing the problem
The root cause of the problem is mail servers accepting email which, after further checking, they reject. A range of techniques can be used by servers to reject during the initial
SMTP connection:
* Recipient validation
* SPF checks
* Reject email from servers that do not have a reverse DNS entry
* Reject senders on dynamic black lists [M.N. Marsono, et al., "Rejecting Spam during SMTP Sessions,"Proc. Communications, Computers and Signal Processing, 2007.PacRim 2007. IEEE Pacific Rim Conference on, 2007, pp. 236-239.] .Mail transfer agent s (MTAs) which forward mail can avoid generating backscatter by using atransparent SMTP proxy .Modern practice is to reject suspicious mails at the "border" of the receiving network, e.g., for an SPF FAIL, and not to bounce undelivered messages when they have been judged to be spam. This is because since around 2002 the vast majority of spam has come from forged addresses.
Rejecting a message will usually cause the sending MTA to generate a
bounce message or Non-Delivery Notification (NDN) to a local, authenticated user. Alternatively, if the MTA is relaying the message, it should only send such an NDN to a plausible originator "as indicated in the reverse-path" [J. Klensin, "Simple Mail Transfer Protocol", IETF RFC 2821, page 25] , e.g. where an SPF check has passed.Due to controversial aspects of its design, the stock (unpatched)
qmail mailserver is more likely than most to produce such bounces. For instance, qmail's security design prevents it from doing "recipient validation" to reject messages duringSMTP transactions [ [http://lwn.net/Articles/197662/ Qmail backscatter spam [LWN.net] ] . When email addressed to nonexistent recipients cannot be rejected at the SMTP connection, the only alternative is to auto-reply to the sender address, which causes email backscatter if the sender address is valid and forged [ [http://www.opennix.com/qmailresources/stopbackscatter Stopping Backscatter] ] .Problems with backscatter reaching the innocent third party can be reduced if they always send e-mail using schemes such as
Bounce Address Tag Validation .The judgement call for what to do with undelivered mail is not simple. Best practice is, wherever possible, to reject the spam at the boundary and be done with it. The alternative is to discard spam that has already been received, and try to report non-delivery only to "plausible" senders.
Within the
IETF andIESG , there is some sort of discussion that somebody thinks has something to do with this article [http://www.ietf.org/mail-archive/web/ietf/current/msg53017.html] .References
External links
* [http://www.techzoom.net/papers/mail_non_delivery_notice_attacks_2004.pdf Mail DDoS Attacks through Non Delivery Messages]
* [http://www.postfix.org/BACKSCATTER_README.html Postfix - backscatter page]
* [http://spamlinks.net/prevent-secure-backscatter.htm SpamLinks - Backscatter]
* RFC 3834: Recommendations for Automatic Responses to Electronic Mail.
* [http://www.iki.fi/era/mail/autoresponder-faq.html Moronic Mail Autoresponders (A FAQ From Hell)]
* [http://www.spamcop.net/fom-serve/cache/329.html Why are auto responders bad?] (aSpamCop FAQ )
* [http://www.backscatterer.org/ A DNSBL of Backscatter sources.]
* [http://www.dontbouncespam.org Dontbouncespam.org Why you shouldn't bounce spam]
* [http://www.pcworld.com/businesscenter/article/145449/100_email_bouncebacks_youve_been_backscattered.html 100 E-mail Bouncebacks? You've Been Backscattered.]
Wikimedia Foundation. 2010.