<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Anti spam and general email security in a business environment &#187; backscatter</title>
	<atom:link href="http://www.allspammedup.com/tag/backscatter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allspammedup.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 15:00:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Prevent Postmaster Spam</title>
		<link>http://www.allspammedup.com/2010/04/how-to-prevent-postmaster-spam/</link>
		<comments>http://www.allspammedup.com/2010/04/how-to-prevent-postmaster-spam/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 14:59:37 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Fighting spam]]></category>
		<category><![CDATA[backscatter]]></category>
		<category><![CDATA[Bayesian Filtering]]></category>
		<category><![CDATA[Connection Filtering]]></category>
		<category><![CDATA[Content Filtering]]></category>
		<category><![CDATA[postmaster]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=2414</guid>
		<description><![CDATA[When I meet a new customer to discuss their spam problems I often hear of the same complaint. “We are getting spam from postmaster addresses and we don’t know why.” This complaint has a multitude of variations but we tend &#8230;<p>Liked this post? Get more <a href="http://www.allspammedup.com">anti-spam</a> related news from AllSpammedUp.com!<br/><br/><a href="http://www.allspammedup.com/2010/04/how-to-prevent-postmaster-spam/">How to Prevent Postmaster Spam</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-2416" src="http://www.allspammedup.com/wp-content/uploads/2010/04/postmaster.jpg" alt="postmaster" width="250" height="187" />When I meet a new customer to discuss their spam problems I often hear of the same complaint.</p>
<blockquote>
<p style="padding-left: 30px">“We are getting spam from postmaster addresses and we don’t know why.”</p>
</blockquote>
<p>This complaint has a multitude of variations but we tend to label the problem as “postmaster spam”.</p>
<p>Simply put, postmaster spam is any spam email that comes from a postmaster email address, whether it is the postmaster for your own domain or for someone else’s domain.</p>
<p>The postmaster address performs a critical role in email communication and its presence and use is prescribed in the RFCs for the SMTP protocol.</p>
<blockquote>
<p style="padding-left: 30px">“Any system that includes an SMTP server supporting mail relaying or delivery MUST support the reserved mailbox &#8220;postmaster&#8221; as a case-insensitive local name.”</p>
</blockquote>
<p>&#8230;and&#8230;</p>
<blockquote>
<p style="padding-left: 30px">“SMTP systems are expected to make every reasonable effort to accept mail directed to Postmaster from any other system on the Internet.”</p>
</blockquote>
<h2>Who is the Postmaster?</h2>
<p>The postmaster address is usually the source (or “from”) address for system generated emails such as non-delivery reports, although some email servers allow a different address to be used.</p>
<p>But this common usage, combined with the RFC requirements, creates a series of problems.  Spammers know that the postmaster@ email address is almost always going to be valid, and email servers often treat email from postmaster@ email addresses as more trusted.</p>
<h2>Postmaster Forgeries</h2>
<p>One way in which spammers try to exploit this is by forging the sender address of spam to make it appear that it is coming from a postmaster@ address for a well known domain name.  This is an effective technique because most email users have received genuine NDRs in the past and have at least some idea that a postmaster@ address is valid and trustworthy.<span id="more-2414"></span></p>
<p>Because the human element of this exploit is so weak the best defence against this technique is to detect and block the spam before it reaches the intended victim.  Anti-spam techniques such as <a href="http://www.allspammedup.com/2008/12/using-ip-block-list-providers-and-the-connection-filter-agent-in-exchange-2007/">connection filtering</a>, content filtering, and Bayesian filtering are effective in stopping this.</p>
<h2>Backscatter Spam</h2>
<p>Another way spammers create “postmaster spam” is by causing NDRs, also known as <a href="http://www.allspammedup.com/2009/04/protecting-yourself-and-others-from-backscatter-spam-with-exchange-server-2007/">backscatter spam</a>.  With this method a spammer will send email with forged sender addresses to various email systems, and when it is sent to non-existent addresses the receiving server sends back a NDR from their postmaster@ address to the forged sender address.</p>
<p>The person whose email address was used as the forged email address then receives the NDR, usually along with the original spam content attached or embedded.  This technique is often successful because email systems don’t want to block important non-delivery reports.</p>
<p>Some anti-spam products specifically include protection for this type of NDR backscatter spam through a combination of technologies.  There is also an emerging technique appearing in some products that uses a header tag for all outgoing email.  When an NDR comes back from an external source it can be checked for that tag.  If it exists and matches a known email that was sent, then the NDR can be trusted and allowed back in to the email system.  If the header tag does not exist then it is likely that the email originated elsewhere, probably from a spammer, and can be considered less trustworthy and subject to different filtering rules.</p>
<h2>Other Postmaster Problems</h2>
<p>The two problems that are mentioned above mostly impact end users, those who we are trying to protect from spam threats.</p>
<p>But another issue also exists, and that is spam addressed to the postmaster@ address itself.  Because of the importance of the postmaster as prescribed in the RFC it is common for it to be exempt from any form of filtering or protection, to ensure it receives 100% of important email addressed to it.</p>
<p>Fortunately although this opens the door to spammers, the postmaster@ mailbox is usually only accessed by experienced administrators who are less likely to be tricked into opening spam or clicking on a phishing link.  And in extreme cases the RFC does permit blocking of particularly bad sources of spam to the postmaster@ address.</p>
<p>And for our customers we are able to prescribe quality solutions to the problem of postmaster spam by implementing effective anti-spam systems on their networks.</p>
<p>Liked this post? Get more <a href="http://www.allspammedup.com">anti-spam</a> related news from AllSpammedUp.com!<br/><br/><a href="http://www.allspammedup.com/2010/04/how-to-prevent-postmaster-spam/">How to Prevent Postmaster Spam</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2010/04/how-to-prevent-postmaster-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is it Really So Hard to Tackle Spam?</title>
		<link>http://www.allspammedup.com/2009/08/why-is-it-really-so-hard-to-tackle-spam/</link>
		<comments>http://www.allspammedup.com/2009/08/why-is-it-really-so-hard-to-tackle-spam/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 14:58:14 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Fighting spam]]></category>
		<category><![CDATA[backscatter]]></category>
		<category><![CDATA[botnets]]></category>
		<category><![CDATA[McColo]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=1328</guid>
		<description><![CDATA[My last post on international spam fighting attracted a comment from reader Andreas Kroll.  Andreas asks &#8220;Why is it really so hard to tackle spam?&#8221; That is a good question, and one we don&#8217;t often stop and think about.  The &#8230;<p>Liked this post? Get more <a href="http://www.allspammedup.com">anti-spam</a> related news from AllSpammedUp.com!<br/><br/><a href="http://www.allspammedup.com/2009/08/why-is-it-really-so-hard-to-tackle-spam/">Why is it Really So Hard to Tackle Spam?</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1330" src="http://www.allspammedup.com/wp-content/uploads/2009/08/dam.jpg" alt="dam" width="200" height="150" />My last post on <a href="http://www.allspammedup.com/2009/07/international-spam-fighting/">international spam fighting</a> attracted a comment from reader Andreas Kroll.  Andreas asks &#8220;<em>Why is it really so hard to tackle spam?</em>&#8221;</p>
<p>That is a good question, and one we don&#8217;t often stop and think about.  The war against spam carries on with each side adjusting to the other&#8217;s new techniques with new ways of defeating them.  This constant shifting of the landscape makes anti-spam a very fluid, dynamic industry with rapid technology changes.  Of course to the regular person using their computer for email and internet access they are probably wondering what all of the clever people at anti-spam company are really doing about it.</p>
<p>Let&#8217;s take Andreas&#8217; comment for example.</p>
<p><em>&#8220;Spam in itself is the repeated sending of (nearly) identical messages to a lot of people.&#8221;</em></p>
<p>This would be true if all spam messages were created equally.  I&#8217;m sure we&#8217;re all familiar with viagra spam, or Nigerian 419 spam, or lottery spam, but if you sat and looked at 10 viagra spam emails in your Junk email folder you won&#8217;t find two the same.  Spammers will simply use an email template with a series of variable portions, and run scripts to insert a variety of values into those fields.  A short spam email with just 10 fields, each with 10 possible values, means 10,000,000,000 unique spam emails can be produced.<span id="more-1328"></span></p>
<p><em>&#8220;It cannot be so hard to distinguish a mail that reaches several thousand people from a mail intended for a small group or a single person.  (With the exception of newsletter postings, which you have (hopefully) opted in)&#8221;</em></p>
<p>Legitimate commercial email and newsletters contain many similar characteristics to a typical spam email such as commercial terminology, urgent tone, and a call to action (eg &#8220;click here&#8221;).</p>
<p>This is one of the major challenges faced by both anti-spam companies and by <a href="http://www.allspammedup.com/2009/06/using-email-marketing-the-right-way/">email marketers</a>.  The anti-spam company doesn&#8217;t want to inconvenience businesses and email recipients by blocking legitimate marketing, and the email marketer wants to avoid being labeled a spammer and losing all of their customers because they can&#8217;t guarantee a high delivery rate.</p>
<p><em>&#8220;So if you can identify the mails and you can identify the routes these mail take, why can’t you go backwards in the routing step by step, identify the responsible server, identify the responsible admin and give him/her the choice to cooperate in the fight against spam or be excluded from mail traffic by a BAN list.&#8221;</em></p>
<p>There are two answers for this.  Firstly, not all spam originates from email servers.  A lot of spam will come from armies of compromised home and business computers called <a target="_blank" href="http://www.allspammedup.com/2009/07/7-major-sources-of-spam-on-the-internet/">botnets</a>.  Some of it will come from compromised or misconfigured servers such as <a href="http://www.allspammedup.com/2009/02/is-your-email-server-an-open-relay/">open relays</a>, or email servers not correctly set up to avoid <a href="http://www.allspammedup.com/2009/04/protecting-yourself-and-others-from-backscatter-spam-with-exchange-server-2007/">backscatter</a>.  Many of these botnets and open relays do end up on blocklists such as <a href="http://spamhaus.org">Spamhaus</a> that can be used by email administrators to perform <a href="http://www.allspammedup.com/2008/12/using-ip-block-list-providers-and-the-connection-filter-agent-in-exchange-2007/">connection filtering</a>.</p>
<p><em>&#8220;ISPs not willing to shut of spam senders will have to be shut off from the network completely. I cannot understand why a provider allowing to distribute that crap through his network is still on the internet.&#8221;</em></p>
<p>Back in November 2008 a victory against spam was won when an <a href="http://www.allspammedup.com/2008/11/source-of-75-of-sent-spam-forced-offline/">ISP responsible for as much as 75% of the internet&#8217;s spam</a> was shutdown.  As effective as this was in the fight against spam unfortunately it only further highlighted the challenges of international spam fighting as the operators were able to simply set up shop elsewhere in another country and continue spamming the internet.</p>
<p>But for most legitimate ISPs outbound spam filtering is not something they can be very aggressive with, nor is it always going to be effective.  Firstly, an ISP does not want to disrupt their customers&#8217; email by causing any false positives (legitimate email marked as spam).  False positives may damage their customers&#8217; businesses and cause financial losses, which could lead to law suits against the ISP.</p>
<p>Secondly, most ISPs permit customers to send directly out to the internet over SMTP without having to relay through any ISP mail servers.  This is actually the preferred method for most email administrators because it makes troubleshooting email delivery much easier.</p>
<p><em>&#8220;Local law should make the ceo personally responsible for the damages.&#8221;</em></p>
<p>This is the main issue in the war on spam.  Anti-spam legislation (where it exists at all) is local, but the problem is global.  According to some reports Australia is one of the most spammed countries in the world, despite having strict anti-spam laws.  These laws are only effective at stopping Australian businesses from sending spam.  If a spammer in Russia or Korea sends me some spam then Australian authorities have no power to punish or stop them.</p>
<p>My answers to Andreas&#8217; comment may make it seem like the fight against spam is hopeless, and that spammers are winning.  The reality is that while spam continues to be a problem causing nuisance and financial loss for businesses and individuals everywhere, any place that has an effective anti-spam solution in place that is from a quality vendor, is well configured, and is well maintained will be blocking most spam already.  Fighting spam is difficult and costs both time and time, but it can be done.</p>
<p>Liked this post? Get more <a href="http://www.allspammedup.com">anti-spam</a> related news from AllSpammedUp.com!<br/><br/><a href="http://www.allspammedup.com/2009/08/why-is-it-really-so-hard-to-tackle-spam/">Why is it Really So Hard to Tackle Spam?</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2009/08/why-is-it-really-so-hard-to-tackle-spam/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Spammers&#8217; Most Lethal Weapon</title>
		<link>http://www.allspammedup.com/2009/05/spammers-most-lethal-weapon/</link>
		<comments>http://www.allspammedup.com/2009/05/spammers-most-lethal-weapon/#comments</comments>
		<pubDate>Tue, 12 May 2009 13:28:03 +0000</pubDate>
		<dc:creator>Carl E. Reid</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Fighting spam]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[backscatter]]></category>
		<category><![CDATA[LISTSERV]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=968</guid>
		<description><![CDATA[This is a real case study, which happened over the last couple of weeks at a client site. During this time the client email administration team had been experiencing various problems with their LISTSERV.  First, let&#8217;s cover a few technical &#8230;<p>Liked this post? Get more <a href="http://www.allspammedup.com">anti-spam</a> related news from AllSpammedUp.com!<br/><br/><a href="http://www.allspammedup.com/2009/05/spammers-most-lethal-weapon/">Spammers&#8217; Most Lethal Weapon</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-969" title="Spammers' Most Lethal Weapon" src="http://www.allspammedup.com/wp-content/uploads/2009/05/web3_block1.jpg" alt="web3_block1" width="177" height="149" />This is a real case study, which happened over the last couple of weeks at a client site. During this time the client email administration team had been experiencing various problems with their LISTSERV.  First, let&#8217;s cover a few technical details. This will lay a foundation as to why backscatter is the most dangerous tool in a spammer&#8217;s arsenal of weapons.</p>
<p>Spammers like to put fake information in email messages. This sneaks them past email filters. Since email spam  filters now just delete messages that come from non-existent domains, the spammers are very slick about making their messages look like they&#8217;re coming from real email addresses.   If your corporate e-mail addresses has been published anywhere on the Internet, you and your coworkers  are at risk as prime candidates for backscatter.</p>
<p><span id="more-968"></span>The spammer may peel email addresses off web sites or sometimes even guesses them.  Then the spammer places the addresses in the &#8220;<strong>from</strong>&#8221; line of fake messages.  Now these messages are sent out to hundreds of thousands of recipients. When the spam is sent to an inactive address, it can sometimes be bounced back to unsuspecting valid email inboxes . . . maybe even yours.</p>
<p>Spammers have figured out how to capitalize on this bouncing back of email to accomplish their scams.  The email server bounce back mechanism basically becomes a cash register to spammers.  Since backscatter comes from legitimate mail servers, it can cause special problems. In fact, some security specialists are convinced that spammers have been intentionally sending messages that will be bounced back as a way to sneak around spam filters. That&#8217;s because some mail servers bounce back the original message as part of their notice.</p>
<p>So a LISTSERV comes on the scene of an organization to cut spammers off at the knees, while allowing staff to send bulk email messages to many valid email addresses. The implementation of a LISTSERV usually occurs when email administrators discover corporate staff are using the the regular email system for mailings to large groups of people. This creates a quite a few issues for the regular email server(s).  Email users call the helpdesk about email not being received, which was sent to a list of a few hundred people.  This is ususally caused by the email server being blasklisted, which email addministrators find out after the fact.  So mainstream email systems like AOL, Yahoo, MSN, Gmail, Hotmail etc. reject the company email server connection when doing a <a target="_blank" href="http://en.wikipedia.org/wiki/DNSBL">DNS Blacklist</a> look up.</p>
<p><strong>Back to Our Case Study </strong></p>
<p><strong>What makes backscatter especially dangerous on a LISTSERV is there could be hundreds of mailing lists with hundreds of thousands of legitimate email subscribers stored on this particular type of server. </strong>Outside subscribers opt-in to LISTSERV lists with the thought their email address is safe and protected. The corporate staff list owners have the same mind set.  When a spammer gets past all the security level locks embedded into a LISTSERV to prevent spam, a company must scramble quickly to do reputation damage control. This is in addition to resolving the technical issues.</p>
<p>After analyzing the logs, and getting on the phone with L-Soft support, it was concluded that the main problem the client was experiencing was backscatter.  LISTSERVs directly connected to the Internet are sitting ducks as targets for backscatter,  since they usually block all emails except from authorized senders and have a number of different bounce back templates based on varying configurations. This tightness of security is what spammers rely on to accomplish their backscatter mission. The client was seeing around 50,000 NDRs coming in per hour. Rejecting a message will usually cause the sending <a target="_blank" href="http://en.wikipedia.org/wiki/Mail_transfer_agent">mail transfer agent</a> (MTA) to generate a bounce message or NDR 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, e.g. where an <a target="_blank" href="http://en.wikipedia.org/wiki/Sender_Policy_Framework" target="_blank">sender policy framework</a> (SPF) check has passed.</p>
<p>In order to combat backscatter on the client’s LISTSERV, the following actions were taken.</p>
<p><strong>1. </strong>The MSG_POSTING_REJECT_NOTAUTH template was supressed.  This template is the one used to report that a particular user is &#8220;&#8230;not authorized to send mail to the LISTNAME list&#8230;&#8221;  This was the predominant (90+%) template being generated via backscatter.  If a legitimate user cannot post to the list, they will most likely contact the list owner or the helpdesk.  So concerns about legitimate blockages here are negligible.</p>
<p><strong>2. </strong>The client is now routing all incoming email to the LISTSERV through their spam firewall.  There no longer is any direct connections from external email servers and the LISTSERV.   The spam filter was configured to only scan for viruses, and blacklisted hosts.  This method alone has resulted in over 75% of incoming messages being blocked.</p>
<p>The end result is that LISTSERV performance is now notably improved.  The LISTSERV web management interface is much more responsive and the LISTSERV spool and SMTP queues are virtually empty.</p>
<p>In addition to these methods, the client also configured individual OS logins for all individual email administrators, instead of a single administrator login ID.  In this way email admin staff needing access to the LISTSERV must use their personal credentials.  These allow for the monitoring of future mailing lists being created on the LISTSERV.  Part of the issues contributing to the backscatter were attributed to individual administrators configuring LISTSERV mailing lists incorrectly.  Since every administrator was using the same login ID, there was no way to identify who requires advance training in administering a LISTSERV.</p>
<p>Have you experienced similar situations with backscatter? How did you resolve the issues?</p>
<p>Liked this post? Get more <a href="http://www.allspammedup.com">anti-spam</a> related news from AllSpammedUp.com!<br/><br/><a href="http://www.allspammedup.com/2009/05/spammers-most-lethal-weapon/">Spammers&#8217; Most Lethal Weapon</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2009/05/spammers-most-lethal-weapon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protecting Yourself and Others from Backscatter Spam with Exchange Server 2007</title>
		<link>http://www.allspammedup.com/2009/04/protecting-yourself-and-others-from-backscatter-spam-with-exchange-server-2007/</link>
		<comments>http://www.allspammedup.com/2009/04/protecting-yourself-and-others-from-backscatter-spam-with-exchange-server-2007/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 13:39:21 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Fighting spam]]></category>
		<category><![CDATA[backscatter]]></category>
		<category><![CDATA[NDRs]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=910</guid>
		<description><![CDATA[Most of the articles you&#8217;ll read on a blog such as this will describe how to protect yourself from certain types of spam.  Most of the articles I&#8217;ve written so far do exactly that.  Today I&#8217;m going to add another &#8230;<p>Liked this post? Get more <a href="http://www.allspammedup.com">anti-spam</a> related news from AllSpammedUp.com!<br/><br/><a href="http://www.allspammedup.com/2009/04/protecting-yourself-and-others-from-backscatter-spam-with-exchange-server-2007/">Protecting Yourself and Others from Backscatter Spam with Exchange Server 2007</a></p>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="alignright size-full wp-image-911" title="Protecting Yourself and Others from Backscatter Spam with Exchange Server 2007" src="http://www.allspammedup.com/wp-content/uploads/2009/04/scatter.jpg" alt="Backscatter" width="250" height="188" />Most of the articles you&#8217;ll read on a blog such as this will describe how to protect yourself from certain types of spam.  Most of the articles I&#8217;ve written so far do exactly that.  Today I&#8217;m going to add another dimension to my post and discuss how to protect both yourself <strong>and</strong> others from &#8220;backscatter&#8221; spam.</p>
<h3 style="text-align: justify;">What is Backscatter Spam?</h3>
<p style="text-align: justify;">The term &#8220;backscatter spam&#8221; refers to a spam attack that targets non-existent email addresses and causes email &#8220;bounce&#8221; messages to be sent to innocent parties.  The &#8220;bounce&#8221; messages are known as Non-Delivery Reports (NDRs) and are sent by an email server to let the sender know that the message was not delivered.</p>
<p style="text-align: justify;">NDRs are a normal and useful part of the SMTP protocol.  However when NDRs were first envisaged the concept of address spoofing was not considered.  Address spoofing is when a spammer forges the &#8220;From&#8221; address on a piece of spam they are sending.  This is how backscatter affects innocent parties &#8211; even though they didn&#8217;t send the spam, they receive the NDR because their email address was forged by the spammer.</p>
<p style="text-align: justify;"><span id="more-910"></span><strong>Why does Backscatter Occur with Exchange Server 2007?</strong></p>
<p style="text-align: justify;">An Exchange Server 2007 email server will contribute to the backscatter problem simply due to this default configuration.</p>
<p style="text-align: justify;"><img class="size-full wp-image-912 alignnone" title="Why does Backscatter Occur with Exchange Server 2007" src="http://www.allspammedup.com/wp-content/uploads/2009/04/allowndr.png" alt="Exchange Server 2007 Allow NDRs" width="500" height="208" /></p>
<p style="text-align: justify;">This check box tells the Exchange server to send NDRs back to any sending domain (note the wildcard * used as the domain name).  Because the message has already been accepted in full and the original SMTP connection from the spam source disconnected, the Exchange server performs a DNS lookup for the MX record (Mail eXchanger) and sends the NDR to that server.</p>
<p style="text-align: justify;">If the spam forged the email address of john.smith[at]contoso.com, then John is the one who receives the NDR.  John also receives a copy of the spam message, which is included with the NDR message.  So although the spammer has not successfully reached the first intended recipient, they have reached John who is now curious as to what email he apparently sent that caused the NDR (this curiosity increases the chance that he will open the spam and maybe click on a link within it).</p>
<h3 style="text-align: justify;">Preventing Backscatter from Being Sent by Your Exchange Server</h3>
<p style="text-align: justify;">The simplest and most obvious way to prevent an Exchange server sending backscatter spam is to uncheck the box for allowing NDRs to be sent to external domains.  Unfortunately this is not the best way to go about doing it.  NDRs are a valid part of the SMTP protocol and serve a genuinely useful purpose.  Imagine if a business partner incorrectly addressed a critical email and received no NDR.  A business could lose money if the mistake is not noticed straight away, which it would be if an NDR was sent back to the sender.  NDRs are necessary and should not be disabled.</p>
<p style="text-align: justify;">The safest way to prevent backscatter from originating from your server is to block the inbound spam to begin with.  Because most spam originates from compromised home computers it therefore usually comes from untrustworthy blocks of IP addresses.  These IP addresses are included in popular RBL databases such as SpamHaus.  With Exchange Server 2007 you can make use of <a title="Exchange Server 2007 Connection Filter" href="http://www.allspammedup.com/2008/12/using-ip-block-list-providers-and-the-connection-filter-agent-in-exchange-2007/">Connection Filtering</a> to look up sending IP addresses in the SpamHaus database and terminate the SMTP connection.</p>
<p style="text-align: justify;">Because the SMTP connection is terminated without accepting the message your Exchange server does not need to send an NDR to the forged sender address.  Furthermore, because the software used by spammers to send out emails from compromised computers does not bother sending NDRs it will not send one to the forged sender either.</p>
<h3 style="text-align: justify;">Preventing Backscatter from Being Received by Your Exchange Server</h3>
<p style="text-align: justify;">Protecting your own Exchange server from receiving backscatter spam is a little more complicated.  Connection Filtering is not useful here, because the NDRs containing the original spam are likely to be coming from trusted IP addresses.</p>
<p style="text-align: justify;">Content filtering is the most effective way of detecting and blocking backscatter spam that is wrapped up in NDR messages.  Exchange Server 2007 has content filtering capabilities, but they are not very effective in dealing with backscatter spam for some reason.</p>
<p style="text-align: justify;">Fortunately the problem has been solved by third party <a target="_blank" href="http://www.gfi.com/mes/" target="_blank">Exchange 2007 spam filters</a> that can block NDR spam. If NDR spam is becoming a problem for your organisation then it is time to evaluate and deploy one of these anti-spam solutions.</p>
<p>Liked this post? Get more <a href="http://www.allspammedup.com">anti-spam</a> related news from AllSpammedUp.com!<br/><br/><a href="http://www.allspammedup.com/2009/04/protecting-yourself-and-others-from-backscatter-spam-with-exchange-server-2007/">Protecting Yourself and Others from Backscatter Spam with Exchange Server 2007</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2009/04/protecting-yourself-and-others-from-backscatter-spam-with-exchange-server-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NDR Spam and You</title>
		<link>http://www.allspammedup.com/2008/07/ndr-spam-and-you/</link>
		<comments>http://www.allspammedup.com/2008/07/ndr-spam-and-you/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 12:01:13 +0000</pubDate>
		<dc:creator>Sue Walsh</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Spam news]]></category>
		<category><![CDATA[backscatter]]></category>
		<category><![CDATA[ndr spam]]></category>
		<category><![CDATA[spammers]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=54</guid>
		<description><![CDATA[GFI has released a white paper examining NDR spam. NDRs (Non Delivery Reports) are simply the “bounce back” message a sender gets when their email is rejected by the recipient’s mail server. This usually happens if the address is invalid &#8230;<p>Liked this post? Get more <a href="http://www.allspammedup.com">anti-spam</a> related news from AllSpammedUp.com!<br/><br/><a href="http://www.allspammedup.com/2008/07/ndr-spam-and-you/">NDR Spam and You</a></p>
]]></description>
			<content:encoded><![CDATA[<p>GFI has released a white paper examining NDR spam. NDRs (Non Delivery Reports) are simply the “bounce back” message a sender gets when their email is rejected by the recipient’s mail server. This usually happens if the address is invalid or the sender’s has been added to a blacklist. Spammers can wreak havoc with NDRs when they send thousands of spam messages to a domain using an alphabet attack. The flood of NDRs that result consume bandwidth and resources, slowing servers down. Spammers have another trick up their sleeves as well. They forge the From: field using a legit address and this results in people getting NDR’s for messages they never sent-with the spam conveniently attached, of course!</p>
<p>In extreme cases this can act like a DDoS attack and cripple a server. If you maintain a server responsible for sending this backscatter, you may find your domain blacklisted, causing headaches for your users. What’s the solution? If your server is on the receiving end, turning off any catch all addresses is a smart move. On the other end? Configure your server to reject during STMP transmission. Another way to fight backscatter is with an anti-spam solution that detects spam in NDR’s and deletes them from the server. One of these is the award winning MailEssentials program by GFI. It’s the number 1 anti-spam filter on the market. To learn more, read GFI&#8217;s <a target="_blank" href="http://www.gfi.com/whitepapers/ndr-spam.pdf">NDR spam white paper</a> and make an informed decision for your business.</p>
<p>Liked this post? Get more <a href="http://www.allspammedup.com">anti-spam</a> related news from AllSpammedUp.com!<br/><br/><a href="http://www.allspammedup.com/2008/07/ndr-spam-and-you/">NDR Spam and You</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2008/07/ndr-spam-and-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Mail Servers Allowing Backscatter</title>
		<link>http://www.allspammedup.com/2008/04/google-mail-servers-allowing-backscatter/</link>
		<comments>http://www.allspammedup.com/2008/04/google-mail-servers-allowing-backscatter/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 09:04:28 +0000</pubDate>
		<dc:creator>Sue Walsh</dc:creator>
				<category><![CDATA[Spam news]]></category>
		<category><![CDATA[backscatter]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=6</guid>
		<description><![CDATA[According to Slashdot, Google’s mail servers appear to be responsible for sending large amounts of backscatter. They don’t perform any recipient validation for the googlegroups and blogger.com domains (and presumably their other domains as well), allowing spammers to launch large-scale &#8230;<p>Liked this post? Get more <a href="http://www.allspammedup.com">anti-spam</a> related news from AllSpammedUp.com!<br/><br/><a href="http://www.allspammedup.com/2008/04/google-mail-servers-allowing-backscatter/">Google Mail Servers Allowing Backscatter</a></p>
]]></description>
			<content:encoded><![CDATA[<p>According to <a target="_blank" href="http://tech.slashdot.org/article.pl?sid=08/04/08/2258246">Slashdot</a>, Google’s mail servers appear to be responsible for sending large amounts of <a target="_blank" title="What is backscatter?" href="http://www.spamresource.com/2007/02/backscatter-what-is-it-how-do-i-stop-it.html">backscatter</a>. They don’t perform any recipient validation for the googlegroups and blogger.com domains (and presumably their other domains as well), allowing spammers to launch large-scale dictionary attacks against them using forged headers and envelope sender addresses. This results in the owners of those forged addresses getting huge amounts of bounce messages when the spam hits non-existent users on Google’s domains. Most correctly set up mail servers don’t generate such bounce messages. Tell that to Google’s mail server! Botnets love mail servers like this and will go to town on them, commencing an unrelenting barrage of spam.</p>
<p>Most ISPs won’t hesitate to place a block on any IP that receives complaints of backscatter, and that can cause big headaches for innocent people. There are even reports of businesses having entire mail servers wiped out due to backscatter.</p>
<p>What Google should be doing is rejecting traffic to bogus users during the SMTP transaction. Several techniques can be used to do this:</p>
<ul>
<li>Recipient validation</li>
<li>Reject senders on dynamic black lists</li>
<li>Reject. email from servers senders that do not have a reverse DNS entry</li>
</ul>
<p>Unfortunately Google is doing none of them. Slashdot also reports that emails sent to abuse@google.com and postmaster@google.com went unanswered except for a canned response that didn’t address the situation.</p>
<p>It’s very surprising that Google, whose Gmail program has been widely praised for its spam controls, would have such badly misconfigured mail servers. Ironically, those same spam controls have reportedly been blacklisting Google themselves. According to an <a target="_blank" href="http://www.newswireless.net/index.cfm/article/3859">article</a> on newswireless.net, Gmail placed a user’s Google Alerts in his spam folder. Ah that wacky Google!</p>
<p>For more information, the website <a target="_blank" href="http://www.dontbouncespam.org/">DontBounceSpam.org</a> has an extensive list of resources and tips for server admins and end users on how to fight backscatter and reduce overall spam.</p>
<p>Liked this post? Get more <a href="http://www.allspammedup.com">anti-spam</a> related news from AllSpammedUp.com!<br/><br/><a href="http://www.allspammedup.com/2008/04/google-mail-servers-allowing-backscatter/">Google Mail Servers Allowing Backscatter</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2008/04/google-mail-servers-allowing-backscatter/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

