<?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; Exchange Server</title>
	<atom:link href="http://www.allspammedup.com/tag/exchange-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.allspammedup.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 15:00:52 +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>As World IPv6 Day approaches, it’s time to move off of IP Blacklists</title>
		<link>http://www.allspammedup.com/2011/03/as-world-ipv6-day-approaches-it%e2%80%99s-time-to-move-off-of-ip-blacklists/</link>
		<comments>http://www.allspammedup.com/2011/03/as-world-ipv6-day-approaches-it%e2%80%99s-time-to-move-off-of-ip-blacklists/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 10:33:08 +0000</pubDate>
		<dc:creator>Ed Fisher</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[SPF]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=3883</guid>
		<description><![CDATA[As the Internet begins to transition from IPv4 to IPv6, email admins will need to transition from IP blacklists to other antispam mechanisms.<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/2011/03/as-world-ipv6-day-approaches-it%e2%80%99s-time-to-move-off-of-ip-blacklists/">As World IPv6 Day approaches, it’s time to move off of IP Blacklists</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.allspammedup.com/wp-content/uploads/2011/03/IPv6.jpg"><img class="alignleft size-full wp-image-3884" style="margin-left: 10px; margin-right: 10px;" src="http://www.allspammedup.com/wp-content/uploads/2011/03/IPv6.jpg" alt="" width="106" height="72" /></a>On Wednesday, 2011-06-18, some of the largest names in Internet technology, as well as many individuals with an IPv6 connection, will be participating in the first global ‘test flight’ of IPv6, <a href="http://isoc.org/wp/worldipv6day/" target="_blank">World IPv6 Day</a>. The goal of this organized test of IPv6 is to motivate companies, Internet Service Providers, and all other Internet users to start preparing for the transition to IPv6.</p>
<p>As email administrators, the transition to IPv6 holds some implications for our systems. Over at our sister blog, TheEmailAdmin, I went over some of the<a target="_blank" href="http://www.theemailadmin.com/2011/02/are-you-ready-for-ipv6/" target="_blank"> implications for Exchange 2010 when moving to IPv6 </a>. As mentioned there, IP Blacklisting is not supported in Exchange 2010 when using IPv6, and even if it was, it probably would not be very effective.</p>
<p><span id="more-3883"></span>IPv6 increases the total size of an ip.addr from 32 bits, to 128 bits. As each bit doubles the number ofpossible addresses, the total number of available addresses in the new scheme is 3.4 × 10^38. There are so many more IP addresses in IPv6, that blocking spammers based on their source ip.addr might prove to be unmanageable. Blacklists that block network ranges have already proven to be ineffective, with far more legitimate users impacted than spammers blocked. It should be obvious that systems which depend on IP blacklists are going to have to find an alternative.</p>
<p>With World IPv6 day presenting an opportunity to test the new addressing scheme, you should plan to test alternates to IP blacklists on that day. Here are a few alternatives to investigate, which can be added now to your IPv4 based systems, and should work just as well in IPv6.</p>
<h3>Sender Policy Framework (SPF)</h3>
<p>If you have read more than one of my posts, then you know I am a huge advocate of SPF records. The only thing IPv6 means for SPF records is that you won’t want to specify ip.addrs. You will still mention your MX records, domain names, etc. You can read more about SPF records <a href="http://www.allspammedup.com/2010/10/a-call-to-action-embrace-spf/" target="_blank">here</a>.</p>
<h3>Domain Keys Identified Mail (DKIM)</h3>
<p>DKIM uses RSA keys, published in DNS, to digitally sign email. A receiving system can lookup the public keys in DNS to determine whether a mail is from its purported domain or not. There’s a great write-up on DKIM<a href="http://www.allspammedup.com/2009/03/the-new-spam-sheriff-in-town/" target="_blank"> here</a>.</p>
<h3>Bayesian Filtering</h3>
<p>Bayesian filters work on the content of an email, and have no interaction with the source ip.addr of the message at all. The change from IPv4 to IPv6 will be invisible to systems using Bayesian filters. Click <a href="http://www.allspammedup.com/2011/02/what-are-bayesian-filters-anyway/" target="_blank">here</a> for an overview of them.</p>
<h3>IP Reputation</h3>
<p>While Exchange 2010 doesn’t currently support this with IPv6, there is no reason to believe that this won’t be addressed in an upcoming service pack or patch, and of course Exchange is not the only game in town. Calculating the reputation of a source address is different from simply blocking email coming from an address on a blacklist, as it takes into account the network, the service provider, and previous messages. There is some great information on IP Reputation in<a href="http://www.allspammedup.com/2010/06/avoiding-ip-reputation-problems-with-redundant-mail-paths/" target="_blank"> this post</a>.</p>
<p>With IPv6 coming (it’s no longer an IF, it is definitely down to a WHEN) if you are currently dependent upon IP Blacklists, start looking at your alternatives now.</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/2011/03/as-world-ipv6-day-approaches-it%e2%80%99s-time-to-move-off-of-ip-blacklists/">As World IPv6 Day approaches, it’s time to move off of IP Blacklists</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2011/03/as-world-ipv6-day-approaches-it%e2%80%99s-time-to-move-off-of-ip-blacklists/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using SMTP tarpits to slow down directory harvest attacks</title>
		<link>http://www.allspammedup.com/2010/10/using-smtp-tarpits-to-slow-down-directory-harvest-attacks/</link>
		<comments>http://www.allspammedup.com/2010/10/using-smtp-tarpits-to-slow-down-directory-harvest-attacks/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 01:45:39 +0000</pubDate>
		<dc:creator>Ed Fisher</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Directory Harvesting]]></category>
		<category><![CDATA[Exchange Server]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=3135</guid>
		<description><![CDATA[Directory harvest attacks are one of the many threats email administrators must deal with. SMTP tarpitting is an effective defence. This post goes over the mechanics of the attack, and the details of the defence.<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/10/using-smtp-tarpits-to-slow-down-directory-harvest-attacks/">Using SMTP tarpits to slow down directory harvest attacks</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.allspammedup.com/wp-content/uploads/2010/10/TheTarPit.png"><img class="alignleft size-thumbnail wp-image-3134" style="margin: 10px; border: 0px;" src="http://www.allspammedup.com/wp-content/uploads/2010/10/TheTarPit-150x150.png" alt="" width="150" height="150" /></a><a href="http://retrohack.com/how-to-prevent-directory-harvest-attacks/" target="_blank">Directory harvest attacks</a> are just one of the many methods that spammers use to create lists of valid email addresses. As an email administrator, you want to understand both what they are, and how to effectively defend against them. Here is how these attacks work. The spammer creates a list of possible email addresses by combining common email aliases and names with the authoritative domain(s) hosted by the server. The script then attempts to &#8220;deliver&#8221; mail to the addresses on this list using the RCPT TO: command, and using the responsed from the mail server to determine which are good and which are not. Valid addresses are added to a final list for sending spam that can be shared or even sold to other spammers, while invalid ones are dropped.</p>
<p>This works because SMTP servers respond to messages addressed to recipients differently. When a sender issues the RCPT TO: command to an MTA for a local addressee, valid addresses generate a “250 2.1.5 Recipient OK”, while invalid addresses generate a “550 5.1.1 User unknown.” The spammer does not actually have to send a message, as a valid email could have multiple recipients. They can run through dozens or even hundreds of addresses, as the MTA will respond until its maximum number of recipients is reached. For many systems, a maximum must be configured&#8230; there is no default. </p>
<p><span id="more-3135"></span>What does this look like on your system? The most common symptom of a directory harvest attack is when your MTA generates a large number of 550 5.1.1 messages in response to the same MAIL FROM: command. Of course, if you are looking at your logs, the attack has already happened. An effective defense needs to be in place in advance. One of the best ways to defend against directory harvest attacks is to implement SMTP tarpitting.</p>
<p>Named for the naturally occurring lakes of asphalt (bitumen) where prehistoric animals became trapped in the sticky tar, network tarpits are systems configured to trap misbehaving connections. They do this by slowing down responses to a crawl, effectively extending the duration of a conversation on the network from milliseconds to seconds&#8230; an eternity in computer time. SMTP Tarpitting is when the MTA recognises that an attack is underway, and responds to further RCPT TO: commands more slowly than normal. Response times for SMTP messages normally take place in fractions of a second, but when the tarpit is active, they can increase to several seconds or even minutes. This behaviour still complies with <a target="_blank" href="http://www.faqs.org/rfcs/rfc821.html" target="_blank">RFC 821</a>, but greatly increases the amount of time it takes for a directory harvest attack to complete. At best, this can cause an attack to fail from time outs, and at worst, cause them some of the same aggravation they cause you. </p>
<p>Exchange 2007 and 2010 both support SMTP tarpitting by default, and Exchange 2003 SP1 can be configured to do this as well. Other systems, or Exchange admins who want an extra layer of protection on the edge, can add other packages or implement a product like <a target="_blank" href="http://www.gfi.com/mes" target="_blank">GFI Mail Essentials </a>to enhance the security of their mail systems with protections including SMTP tarpitting. You can also look at hosted solutions like <a target="_blank" href="http://www.gfi.com/hosted-email-security" target="_blank">GFI’s Max MailProtection</a>  to defend against these attacks.</p>
<p>Consult your mail server’s documentation for tar pitting, or look at adding an edge device or a hosted service. When using a tarpit, keep in mind that while you want to slow down a directory harvest attack, you don’t want to slow down the rest of your legitimate inbound email. Make small adjustments in the tarpitting interval until you find your sweet spot, constantly monitoring to ensure your inbound mail does not suffer unnecessary delays.</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/10/using-smtp-tarpits-to-slow-down-directory-harvest-attacks/">Using SMTP tarpits to slow down directory harvest attacks</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2010/10/using-smtp-tarpits-to-slow-down-directory-harvest-attacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Ways to Prevent Your Emails Being Blocked as Spam</title>
		<link>http://www.allspammedup.com/2009/09/7-ways-to-prevent-your-emails-being-blocked-as-spam/</link>
		<comments>http://www.allspammedup.com/2009/09/7-ways-to-prevent-your-emails-being-blocked-as-spam/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 15:16:32 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Fighting spam]]></category>
		<category><![CDATA[Blocklists]]></category>
		<category><![CDATA[Email Marketing]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=1439</guid>
		<description><![CDATA[Earlier this week I was talking with a client and discovered that they had not received an important email that I sent them that morning.  After a brief investigation we found the email in their Outlook Junk email folder.  This &#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/09/7-ways-to-prevent-your-emails-being-blocked-as-spam/">7 Ways to Prevent Your Emails Being Blocked as Spam</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1442" src="http://www.allspammedup.com/wp-content/uploads/2009/09/949308_61702022.jpg" alt="949308_61702022" width="250" height="187" />Earlier this week I was talking with a client and discovered that they had not received an important email that I sent them that morning.  After a brief investigation we found the email in their Outlook Junk email folder.  This was unusual because, of course, we send emails to each other quite frequently.</p>
<p>I checked it out and was able to determine why that particular email got marked as Junk email, made a configuration change, and emails have been delivering fine ever since.  The experience left me thinking about some of the ways that perfectly legitimate email might be marked as spam, and the steps that can be taken to avoid those situations.</p>
<h2>Flagged as Spam by End User Email Client</h2>
<p>An email recipient can flag an email as spam in a number of ways.  If their email client has built-in junk filters then they can simply mark it as junk email in their client and your emails will not reach their inbox.</p>
<p>For businesses with Exchange Server 2007 and Outlook on the desktop this goes a step further due to a feature called <a href="http://www.allspammedup.com/2009/01/managing-whitelists-and-blocklists-for-exchange-server-environments/">Safelist Aggregation</a>.  This feature aggregates each individual user&#8217;s personal safelist and blocklist information onto the server itself, so that an email address marked as spam by one user is also blocked for other users.</p>
<p>Unfortunately this can happen when people either forget that they signed up for a particular newsletter or promotion, or they simply decide that they no longer want to receive it, and instead of unsubscribing they mark it as spam.</p>
<p><span id="more-1439"></span>You can avoid this situation by always making it clear how you acquired a recipient&#8217;s email address and how they can go about unsubscribing from your emails.</p>
<h2>Submitted as Spam to Email Security Vendor</h2>
<p>Most vendors of anti-spam software will accept spam submissions from customers to help them continually update their signature databases for the latest spam emails.  As with the previous point it is not uncommon for people to submit legitimate emails as spam simply because they forgot that they signed up to receive them.</p>
<p>The solution to this is the same, as a vendor is unlikely to update their product to begin treating your emails as spam if you are making it clear that the recipient signed themselves up and can unsubscribe at any time.</p>
<h2>Sending from Dynamic IP Address</h2>
<p>Because of the problem of spam botnets on the internet many email servers are configured to use <a href="http://www.allspammedup.com/2009/08/understanding-blocklist-providers/">block lists</a> that will reject email from ISP customer IP addresses, which are usually dynamically allocated ranges of IP addresses.  The problem here can be twofold &#8211; either the IP you have been allocated was previously known to send out some spam, or the IP is within a dynamic IP range that is on a block list, or sometimes both.</p>
<p>The solution to this can be to either acquire static IP addresses from your ISP to run your email server, or to use your ISP as a smart host to relay outbound email from your server to the internet.  Most ISPs offer this service to customers.  Because the smart host IP address is more trusted and less likely to be on a blocklist your emails are more likely to be delivered.</p>
<h2>Sending from an Open Relay</h2>
<p>Similar to the previous point if your server has been misconfigured or compromised by hackers and is known to be an open relay then you will find your emails getting blocked by anyone using one of the major <a href="http://www.allspammedup.com/2009/08/understanding-blocklist-providers/">blocklist providers</a>.</p>
<h2>Failing SMTP RFC Requirements</h2>
<p>Sometimes email will be treated as spam simply because your server does not meet all of the requirements specified in the SMTP RFC.  I know of at least one major US ISP that outright blocks your IP address if it does not have a correct reverse DNS entry, and getting unblocked means jumping through quite a few hoops.</p>
<h2>Failing Anti-spam Framework Requirements</h2>
<p>There are several <a href="http://www.allspammedup.com/2009/06/antispam-frameworks-explained/">anti-spam frameworks</a> available to email administrators, and although none have become an official standard they are often used by email admins as one of many factors in assessing emails for spam.</p>
<p>Most framework requirements are very simple to implement, and complying with them only improves your chances of successful email delivery so it is worth the time to configure your servers for them.</p>
<h2>Sending Spam</h2>
<p>This last one might seem obvious but if you have actually sent some spam in the past then the likelihood of future emails being treated as spam is much greater.  Where many companies fall into this trap is when they engage in <a href="http://www.allspammedup.com/2009/06/using-email-marketing-the-right-way/">email marketing</a> and don&#8217;t pay attention to the legal and ethical requirements associated with this type of activity.</p>
<p>First and foremost make sure that you are conducting your email campaigns in compliance with any spam legislation in the regions in which you operate.  Secondly remember that spam is often in the eye of the beholder.  You may have legally acquired a person&#8217;s email address and sent them marketing emails but if your content is &#8220;spammy&#8221; to them in any way then it will be treated as such.</p>
<p>As you can see spam is a complex issue not only from the preventative side but also from the deliverability side.  If you spend the time to consider these elements and implement the correct solutions on your servers and within your business you should find yourself able to communicate with your customers via email without fear of messages being blocked.</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/09/7-ways-to-prevent-your-emails-being-blocked-as-spam/">7 Ways to Prevent Your Emails Being Blocked as Spam</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2009/09/7-ways-to-prevent-your-emails-being-blocked-as-spam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>7 Major Sources of Spam on the Internet</title>
		<link>http://www.allspammedup.com/2009/07/7-major-sources-of-spam-on-the-internet/</link>
		<comments>http://www.allspammedup.com/2009/07/7-major-sources-of-spam-on-the-internet/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 12:57:42 +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[phishing]]></category>
		<category><![CDATA[antispam]]></category>
		<category><![CDATA[Content Filtering]]></category>
		<category><![CDATA[Instant Messaging]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=1276</guid>
		<description><![CDATA[Anyone who uses the internet whether for business or for leisure has had first hand experience with spam at some point in time.  Spam is a problem that plagues the internet and affects us all in some way.  Like most &#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/07/7-major-sources-of-spam-on-the-internet/">7 Major Sources of Spam on the Internet</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1279" style="margin: 10px;" src="http://www.allspammedup.com/wp-content/uploads/2009/07/seven.jpg" alt="seven" width="200" height="133" />Anyone who uses the internet whether for business or for leisure has had first hand experience with spam at some point in time.  Spam is a problem that plagues the internet and affects us all in some way.  Like most problems the spam problem is a very complex one.  There is no single source or cause of spam, which means there is no single solution to the problem.  In this post I&#8217;ll explain some of the sources and causes of the spam that we see every day.</p>
<h2>Botnets and Zombies</h2>
<p>Bots or zombies are typically home computers that have been infected with some type of virus or malware, which puts the computer under remote control by a malicious person.  A group of these computers is referred to as a botnet, and is used by a spammer to send out millions of emails containing spam, phishing scams, and computer viruses.</p>
<p>Examples of botnets include the <a target="_blank" href="../../../../../2009/05/cutwail-botnet-flooding-net-with-weight-loss-spam/">Cutwail</a> and <a target="_blank" href="../../../../../2009/07/rustock-botnet-behind-rise-in-spam/">Rustock</a> botnets that are responsible for massive spam attacks around the world.</p>
<p>Because botnets are made up of computers located within ISP customer IP subnets they can often be blocked by using <a href="http://www.allspammedup.com/2008/12/using-ip-block-list-providers-and-the-connection-filter-agent-in-exchange-2007/">connection filtering</a> to block any SMTP connections from those IP address ranges.  When this fails you have to rely on <a href="http://www.allspammedup.com/2008/12/how-to-protect-exchange-server-2007-with-content-filtering/">content filtering</a> to detect the spam content within the messages.</p>
<h2>Open Relays</h2>
<p>An <a href="http://www.allspammedup.com/2009/02/is-your-email-server-an-open-relay/">open relay</a> is a poorly configured email server that allows anyone to relay messages through it to any other destination email address.  Modern email server software is not configured to permit open relay by default, it usually takes human error to cause a server to be configured this way, and there are few genuine reasons to run an open relay especially not one that is open to the internet where it can be abused by spammers.<span id="more-1276"></span>Servers that are found to be open relays are often added to block lists.  This will prevent that server from sending legitimate email as well, so having an open relay in your own network can be detrimental to your own business.</p>
<h2>Backscatter</h2>
<p><a href="http://www.allspammedup.com/2009/04/protecting-yourself-and-others-from-backscatter-spam-with-exchange-server-2007/">Backscatter spam</a> is caused by a combination of email address spoofing and poorly configured spam defenses on email servers.  When an email server detects spam it may generate a &#8220;Non Delivery Report&#8221; (NDR) to what it thinks is the originating email address.  Because most spam is from spoofed (or forged) email addresses this means that the person whose email address was spoofed receives the NDR, often containing the original spam content as well.</p>
<p>Backscatter or NDR spam can be difficult to detect and block and not all antispam systems do it very effectively.</p>
<h2>Unsecured Wireless Networks and Business Premises</h2>
<p>An often forgotten source of spam is poorly secured business networks.  People may assume that business computers would need to be part of a botnet, or that the email server has to be an open relay for spam to originate from business networks.</p>
<p>However some networks are compromised simply because attackers are able to gain physical access to data ports in unsecured sections of the office.  These risks highlight the importance of businesses <a href="http://www.allspammedup.com/2009/01/the-importance-of-filtering-outgoing-email-in-exchange-environments/">filtering outgoing email</a> from their networks.</p>
<p>Wireless networks are also a vulnerability for both businesses and homes.  In Australia one state&#8217;s police force is considering patrolling neighborhoods for unsecured wireless networks so that they can assist people in securing them and cutting off the opportunity for criminals to use them.</p>
<h2>Email Marketers</h2>
<p>Not all email marketers are spammers but there are definitely those out there that consider themselves to be genuine marketers as they engage in spam tactics.  This is a problem not only for the incoming spam it causes people to have to deal with, but also means that businesses must be careful when engaging in <a href="http://www.allspammedup.com/2009/06/using-email-marketing-the-right-way/">email marketing</a> not to be labeled as spammers themselves.</p>
<p>There is also the perception that any unwanted commercial email must be spam, but often a person will forget they signed up for a mailing list or simply do not want to receive them anymore and will start treating it as spam instead of simply unsubscribing.</p>
<h2>Instant Messaging</h2>
<p>Instant messaging is a very useful and productive tool but like any internet communication is also subject to spam.  Malicious users will simply add as many contacts as they can and start sending out links to spam and phishing sites before the messaging service notices them and blocks them.</p>
<p><a href="http://www.allspammedup.com/2009/03/spamming-google-talk/">Instant messaging spam attacks</a> are often successful because it is perceived as a more trusted platform by the end user and also commonly used by people to communicate with other people they have never met, causing them to be less suspicious of messages from unknown contacts.</p>
<h2>Social networks</h2>
<p>Social networking is one of the most popular online activities today and like instant messaging is used to connect with people all around the world, some of whom a person has never met or even knows very well.   This makes social networks a lucrative hunting ground for spammers who use the personal information people reveal about themselves on social networks to tailor their spam messages.</p>
<p>The personalized content in the spam and phishing messages causes unsuspecting victims to lower their guard and be more trusting, which leads to them falling for the scam that the attacker is using.</p>
<p>Most <a href="http://www.allspammedup.com/2009/06/dealing-with-new-spam-threats-to-business/">social network spam and phishing attacks</a> cannot be effectively prevented in any other way than by <a href="http://www.allspammedup.com/2009/01/the-last-line-of-defense-against-spam/">increasing user awareness</a> of the risks.</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/07/7-major-sources-of-spam-on-the-internet/">7 Major Sources of Spam on the Internet</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2009/07/7-major-sources-of-spam-on-the-internet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Where to Locate Anti-Spam Servers in Your Network</title>
		<link>http://www.allspammedup.com/2009/05/where-to-locate-anti-spam-servers-in-your-network/</link>
		<comments>http://www.allspammedup.com/2009/05/where-to-locate-anti-spam-servers-in-your-network/#comments</comments>
		<pubDate>Mon, 18 May 2009 14:10:11 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SMB]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=1006</guid>
		<description><![CDATA[After an organisation has made the decision to invest in an anti-spam solution, often the next consideration is where within their network infrastructure should the anti-spam system be located.  When making these decisions it is helpful to understand common anti-spam &#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/where-to-locate-anti-spam-servers-in-your-network/">Where to Locate Anti-Spam Servers in Your Network</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1007" title="Where to Locate Anti-Spam Servers in Your Network" src="http://www.allspammedup.com/wp-content/uploads/2009/05/location.jpg" alt="location" width="250" height="166" />After an organisation has made the decision to invest in an anti-spam solution, often the next consideration is where within their network infrastructure should the anti-spam system be located.  When making these decisions it is helpful to understand common anti-spam techniques and how they will integrate with other elements of your network.</p>
<h2>Small to Medium Businesses</h2>
<p>For small- to medium-sized businesses the decision is simplified to a certain degree, especially for organisations that operate from single premises.  Many of these organisations will operate a single email server such as Microsoft Exchange Server.  When an Exchange-integrated solution is chosen then the anti-spam software is installed on the same server as Microsoft Exchange.</p>
<p>Although this basically eliminates any need to consider the location of the anti-spam system, there is still some consideration that needs to be given to configuration and tuning of the various anti-spam features.  For example, connection filtering should be enabled and assessed first before the more resource-intensive content filtering.  Even though most small businesses do not deal with the volume of email that makes performance difficult to manage, this sort of attention to detail will ensure that an integrated anti-spam system does not adversely impact the performance of the organisation&#8217;s email server.</p>
<h2>Large Businesses and Enterprises</h2>
<p>Large businesses and enterprises typically operate a complex network infrastructure due to two main factors &#8211; they operate out of many separate premises across a city, country, or even the world; and they have very large numbers of staff using the email system.  This presents many additional factors when considering the location of the anti-spam system, such as:</p>
<ul class="unIndentedList">
<li>Multiple email entry points for the network;</li>
<li>Heavily loaded email servers with critical performance/uptime requirements;</li>
<li>Strict security policies for incoming connections from the internet, including for SMTP;</li>
<li>Strong focus on lower total cost of ownership (TCO) for systems such as email security.</li>
</ul>
<p>When these factors are considered in light of the technical features of an anti-spam system the decision can be a complicated one.<span id="more-1006"></span>For example, connection filtering should typically be applied at the first SMTP server within the organisation that accepts incoming internet email.  For large enterprises this can be several servers dispersed around the globe, each with a corresponding MX record in the DNS zone for the organisation&#8217;s email domain.  Furthermore, many large enterprises have security policies requiring all incoming connections from the internet (including SMTP) to be accepted by a host in a DMZ instead of the internal network.</p>
<p>Although this would appear to be an easy decision &#8211; place the anti-spam server in the DMZ or one in each DMZ where there is an internet connection &#8211; the issue then becomes whether or not this location suits other anti-spam features.  For example, prevention of directory harvesting attacks (DHA) usually requires that the anti-spam system perform email address lookups against Active Directory, requiring either that a domain controller be located in the DMZ or the anti-spam server have firewall access to the domain controllers within the internal network.  Each of those options presents its own security challenges, but one or the other must be chosen because moving the DHA detection to a different SMTP hop within the internal LAN undermines the effectiveness of DHA prevention.</p>
<p>Content filtering is another feature that must be considered.  Because content filtering is often used in conjunction with an end user-accessible quarantine store (often a SQL database) it makes sense to perform the content filtering and SQL storage within the internal network where the end users reside, so that end users can access self-service quarantine and relieve some of the administrative burden from the IT department.</p>
<p>However, performing the content filtering on the backend mailbox servers may cause performance problems, because the mailbox servers are then dealing with both a large volume of concurrent user activity as well as the resource-intensive content filtering operations.  An alternative is to perform the content filtering in the DMZ and allow firewall access to the SQL server hosting the quarantine databases, but again this presents further security issues for the organisation to deal with (any open port from the internet or DMZ into the internal network is a potential attack vector, and SQL servers are popular targets for attack).</p>
<h2>Making the Decisions</h2>
<p>This post does not offer prescriptive guidance for any particular scenario; rather I attempt to highlight the importance of the decision making process for implementation of an anti-spam system within networks of varying complexity.  The best result will be obtained by understanding all of the features of the anti-spam system, the requirements of the business itself, and determining an appropriate model that meets functionality and security requirements of the organisation.</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/where-to-locate-anti-spam-servers-in-your-network/">Where to Locate Anti-Spam Servers in Your Network</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2009/05/where-to-locate-anti-spam-servers-in-your-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go Beyond Encryption with a Tunnel</title>
		<link>http://www.allspammedup.com/2009/04/go-beyond-encryption-with-a-tunnel/</link>
		<comments>http://www.allspammedup.com/2009/04/go-beyond-encryption-with-a-tunnel/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 14:51:37 +0000</pubDate>
		<dc:creator>Carl E. Reid</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Fighting spam]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[email security]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=917</guid>
		<description><![CDATA[Protection of email traffic flowing between hub servers and separate servers that store mail box accounts is established through encryption in an Exchange 2007 environment. So interception of emails transported between the hub and mail server is nearly prevented with &#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/go-beyond-encryption-with-a-tunnel/">Go Beyond Encryption with a Tunnel</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-918" title="tmeeh_image11" src="http://www.allspammedup.com/wp-content/uploads/2009/04/tmeeh_image11.jpg" alt="tmeeh_image11" width="196" height="196" />Protection of email traffic flowing between hub servers and separate servers that store mail box accounts is established through encryption in an Exchange 2007 environment. So interception of emails transported between the hub and mail server is nearly prevented with an Exchange journaling system in place. Although email traffic is encrypted, there are other steps required to tighten security with the Exchange journaling mail box.</p>
<p>What still keeps the Exchange journaling system susceptible to attack is the ease of anyone being able to spoof an email.  Being able to compose an email message outside of Microsoft Outlook lets you specify the sender, rather than having Outlook do it. Exchange must authenticate the message, but you can set your display name to anything you want. This can create the illusion that a message was sent by someone else.   A spammer&#8217;s daily routine includes using this technique regularly.</p>
<p>When you send an email message using Microsoft Outlook, it combines the sender, subject and body with various SMTP mail delivery control commands. Then Outlook sends out the message to the server. Although isn’t usually practical, a person can actually use the same commands to manually send a message from the command line or from a script without using Microsoft Outlook.<span id="more-917"></span></p>
<p>For the cyber criminal, spoofing an email message is only half of the equation. A hacker must also know the email address of the mailbox that&#8217;s being used as the journal repository. With these two factors in place, it&#8217;s fairly easy for a hacker to sneak a spoofed message into the journaling mailbox.  By changing certain properties of an email (i.e. From, return path,  reply to fields etc.), the bad guys can make an email appear to be from someone other than the actual sender. The result is the email appears to come from a fake email address indicated in the &#8220;From&#8221; field, when it actually comes from a totally different source.</p>
<p>Other journaling defense methodologies include the protecting Exchange email archives from spoofing attacks. The key component to protecting your archives against these types of attack is a clear understanding that there is a difference between the sender and the display name. The display name is the name the email recipient sees. It has no value in authenticating the user. The user&#8217;s true identity is connected to the account&#8217;s <a target="_blank" href="http://en.wikipedia.org/wiki/GUID" target="_blank">globally unique identifier</a> (GUID).</p>
<p>Within the same Exchange Server organization an email recipient can be deceived by a  spoofed display name, when an authenticated email user sends a spoofed message to that  email recipient’s mail box. The Exchange server is not fooled. It knows exactly who actually sent the message, because of how the sender was authenticated.</p>
<p>This authentication process is significant, because journaling always sends messages to the designated recipient mail box in a consistent manner regardless of who sent or received the message being placed in the journal mail box. For example, let’s say email user #1 sends a message to email user #2. The Exchange mail server is also set up to journal a copy of the message to a mail box called “Journal”.  In this scenario, email user #1 or email user #2 won&#8217;t send the message to the Journal mailbox. The email will be sent to the Exchange hub server. Then the Exchange hub server sends the message as a Microsoft Exchange message on behalf of the message&#8217;s original sender.</p>
<p>If we know that all email messages sent to the journaling mailbox are only supposed to be from Microsoft Exchange, some easy steps can be taken to prevent anyone else or any other entity from sending messages to this mail box. Not publishing the mailbox in the directory is one way to do this.</p>
<p>A further step would be to ensure that only the Exchange server can place items into the journaling mail box.  <strong>Below is the process for creating a tunneling mechanism only between the Exchange server and the journal mail box</strong>. This ensures the journal mail box does not accept email from any outside entity.</p>
<ol>
<li>Open the Exchange Server Management console.</li>
<li>Select Recipient Configuration &gt; Mailbox.</li>
<li>Right click on the journal mail box and choose Properties from the menu. This causes the console to display the mailbox&#8217;s properties sheet.</li>
<li>Go to the properties sheet&#8217;s &#8220;<strong>Mail Flow Settings</strong>&#8221; tab</li>
<li>Select the Message Delivery Restrictions option.</li>
<li>Click the &#8220;Properties&#8221; button to display the Message Delivery Restrictions dialog box.  At this point you can require that all senders to this mailbox be authenticated.  You can also choose to accept only specific senders.  For the journal mail box, accept only messages from Microsoft Exchange.</li>
</ol>
<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/go-beyond-encryption-with-a-tunnel/">Go Beyond Encryption with a Tunnel</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2009/04/go-beyond-encryption-with-a-tunnel/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>This is why you get spam emails</title>
		<link>http://www.allspammedup.com/2009/04/this-is-why-you-get-spam-emails/</link>
		<comments>http://www.allspammedup.com/2009/04/this-is-why-you-get-spam-emails/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 11:44:51 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Fighting spam]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Connection Filtering]]></category>
		<category><![CDATA[Directory Harvesting]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=735</guid>
		<description><![CDATA[Have you ever wondered how spammers manage to find your email address and start sending you junk and scam emails?  In this post I&#8217;ll describe three ways in which spammers are able to get their hands on lists of valid &#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/this-is-why-you-get-spam-emails/">This is why you get spam emails</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-737" title="This is why you get spam emails" src="http://www.allspammedup.com/wp-content/uploads/2009/04/139263_1981.jpg" alt="139263_1981" width="200" height="200" />Have you ever wondered how spammers manage to find your email address and start sending you junk and scam emails?  In this post I&#8217;ll describe three ways in which spammers are able to get their hands on lists of valid email addresses to target with their spam.</p>
<h2>Directory Harvesting</h2>
<p>Directory harvesting is a technique spammers use to trick an email server into telling them which email addresses exist in an organisation and which do not.  The spammer bombards the email server with thousands of combinations of common names.  Any test emails that are accepted mean the spammer can be confident that particular email address exists at that domain and can be a target for future spam.  Sometimes the directory harvesting is performed by other parties who then sell the lists of valid email address to spammers.<span id="more-735"></span>Although email server products such as Microsoft Exchange Server 2007 include some inbuilt <a href="http://www.allspammedup.com/2008/12/protecting-exchange-server-2007-from-directory-harvesting-attacks/">directory harvesting protection</a> measures, these usually rely on slowing the attack down (known as tar-pitting).  The best way for an organisation to protect itself from this attack is to implement a quality anti-spam system that includes directory harvesting detection and prevents the attack by cutting off further connections from the attacker.</p>
<h2>Address Recycling</h2>
<p>Some people find that they begin receiving spam as soon as they are given a new email address.  Although the person did not take any action that would attract spam they nonetheless begin receiving junk emails addressed directly to them.</p>
<p>Often this will occur in organisations, or any email provider for that matter, that recycles email addresses.  Not only does this practice expose the new user to whatever spam the previous person managed to attract, but it also carries other security risks as <a target="_blank" href="http://www.theemailadmin.com/2009/03/be-careful-of-your-unused-hotmail-addresses/">recently discovered by Livejournal users</a>.</p>
<p>Once an email address is in the hands of spammers there is no way to get it back from them.  The only way to prevent spam from being received once an email address has been exposed is with an anti-spam solution that applies a range of preventative measures 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>, <a href="http://www.allspammedup.com/2008/12/how-to-protect-exchange-server-2007-with-content-filtering/">content filtering</a>, <a href="http://www.allspammedup.com/2009/01/bayesian-spam-filtering-with-exchange-server-2007/">Bayesian detection</a>, and <a href="http://www.allspammedup.com/2009/01/managing-whitelists-and-blocklists-for-exchange-server-environments/">black listing</a>.</p>
<h2>Free Online Giveaways</h2>
<p>Sometimes regardless of the amount of caution a person normally applies when surfing the web, the lure of a freebie causes them to drop all defences and give away their email address to a website online.  After all, who wouldn&#8217;t want a free 15 day supply of the latest miracle weight loss pill?</p>
<p>Sadly these websites are often run by shady affiliate marketers who immediately begin spamming the newly acquired email address with dozens of offers for other scams.  Often times they will sell the email address onto other spammers who will do the same.  Giving away your email address can result in a torrent of spam email thanks to these dodgy operators.</p>
<p>In these cases prevention is the best cure for an organisation trying to reduce their spam volumes.  <a href="http://www.allspammedup.com/2009/01/the-last-line-of-defense-against-spam/">Educating end users</a> on the risks of giving out your email address to unknown parties can help reduce the number of addresses exposed to spammers in this fashion.</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/this-is-why-you-get-spam-emails/">This is why you get spam emails</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2009/04/this-is-why-you-get-spam-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is spam prevention too costly for your business?</title>
		<link>http://www.allspammedup.com/2009/02/is-spam-prevention-too-costly-for-your-business/</link>
		<comments>http://www.allspammedup.com/2009/02/is-spam-prevention-too-costly-for-your-business/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 13:27:28 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Fighting spam]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=410</guid>
		<description><![CDATA[Anti-spam companies around the world generally agree that the average volume of spam travelling through the internet is as much as 90% of total global email traffic. That is an alarming, but not surprising statistic.  Spammers have relatively low business &#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/02/is-spam-prevention-too-costly-for-your-business/">Is spam prevention too costly for your business?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Anti-spam companies around the world generally agree that the average volume of spam travelling through the internet is as much as 90% of total global email traffic.</p>
<p style="text-align: center;"><img class="size-full wp-image-411 aligncenter" title="Is spam prevention too costly for your business?" src="http://www.allspammedup.com/wp-content/uploads/2009/02/costofspam.png" alt="costofspam" width="550" height="150" /></p>
<p>That is an alarming, but not surprising statistic.  Spammers have relatively low business expenses.  They only need to harvest an email address database, buy a swarm of virus infected computers to send the emails through, and they are able to pump out millions of spam emails in minutes.</p>
<p>Effective spam prevention costs money.  Just like insuring your property against theft, it would be nice not to have to pay to protect oneself from the evil-doers of the world, but free solutions are simply not as effective as dedicated commercial email security products.  Some businesses would prefer not to pay though, and will give some consideration to not installing an anti-spam system.</p>
<h3>What does it cost to NOT prevent spam?</h3>
<p>When planning an Exchange server deployment there are formulas used to size the servers and storage that will host the email system.  One of the elements of the formula is the type of mailbox user.  An &#8220;average&#8221; mailbox user is considered one who sends 10 email messages and receives 40 email messages each day.</p>
<p><span id="more-410"></span>Without spam protection that user would receive more like 400 email messages each day, based on the statistic that 90% of global email traffic is spam.  Most end users I speak with already think they receive too much email, so 400 would be an enormous amount to deal with.</p>
<p>Your average end user can recognise most spam email for what it is and delete it accordingly, but that still takes time.  Some spam emails are easier to spot than others, so a generous estimate would be about 5 seconds to assess and delete each spam email.  5 seconds for 360 spam emails is about half an hour of that person&#8217;s work time spent dealing with spam each day.  Imagine if you sat down at your computer each morning to sort out your 40 legitimate emails from the 360 spam emails.</p>
<p>For a customer of mine that is a business of about 50 staff the average hourly wage is about $25/hr.  Each day that the business operates without spam protection is $12.50 per employee (1/2 hours x $25), or $625 that it costs the business in lost productivity every day ($12.50 x 50 staff).  The business is open for approximately 230 days each year, which means that <strong>spam has just cost them nearly $144,000 for the year</strong> just for the time it takes their staff to identify and delete it.</p>
<h3>Spam costs your business in lost productivity</h3>
<p>The simple calculation above demonstrates one way in which spam can cost your business.  You are paying wages to staff for time spent sorting through spam emails, time that could otherwise be spent servicing your customers and generating revenues.</p>
<p>Before you consider running your email server with no anti-spam protection, or consider running a less effective free solution, take a moment to calculate what it costs your business every day to deal with spam.  You may be surprised just how cost effective an anti-spam solution can be.</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/02/is-spam-prevention-too-costly-for-your-business/">Is spam prevention too costly for your business?</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2009/02/is-spam-prevention-too-costly-for-your-business/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Is your email server an open relay?</title>
		<link>http://www.allspammedup.com/2009/02/is-your-email-server-an-open-relay/</link>
		<comments>http://www.allspammedup.com/2009/02/is-your-email-server-an-open-relay/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 14:50:01 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Open Relay]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=389</guid>
		<description><![CDATA[When talking about email servers the term &#8220;open relay&#8221; means a mail server that allows anyone to send email through it to any destination.  An email server may become an open relay through accidental misconfiguration by the server administrator, or &#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/02/is-your-email-server-an-open-relay/">Is your email server an open relay?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>When talking about email servers the term &#8220;open relay&#8221; means a mail server that allows anyone to send email through it to any destination.  An email server may become an open relay through accidental misconfiguration by the server administrator, or from malicious action by an attacker.</p>
<p><a href="http://www.allspammedup.com/wp-content/uploads/2009/02/openrelay.jpg"><img class="alignnone size-full wp-image-390" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2009/02/openrelay.jpg" alt="Open relay email servers" width="500" height="136" /></a></p>
<h3>How do open relays cause spam?</h3>
<p>Open relays are like gold to spammers.  When a spammer knows about an open relay they will use it to send thousands or even millions of spam emails to recipients via the open relay server.  The benefit to the spammer is twofold &#8211; they can mask their own location by relaying through another source; and they can leverage the positive reputation of the email server they are relaying through (at least until that reputation is ruined).</p>
<h3>What damage can an open relay do to your business?</h3>
<p>There are many ways in which an open relay email server can harm your business -</p>
<p><span id="more-389"></span></p>
<p><strong>Loss of reputation</strong> &#8211; if your email server becomes known as a source of spam, particularly if the spammer is sending the email messages to appear to be from your email domain, your business reputation can be tarnished.</p>
<p><strong>Blocked by other email administrators</strong> &#8211; an email server administrator who sees a large volume of spam emails originating from your email server may add your IP address to their <a href="http://www.allspammedup.com/2009/01/managing-whitelists-and-blocklists-for-exchange-server-environments/">block list</a>.  Some products such as Exchange Server 2007 will automatically block your IP address for a period such as 24 hours if it fails an open relay test.</p>
<p><strong>Blocked by block list providers</strong> &#8211; an even worse scenario than an individual email server admin blocking your IP address is that your IP address may be added to a block list provider database such as SpamHaus.  Many anti-spam systems are configured to use such block list providers to reduce the administrative burden of managing block lists.  If your IP address is added to one of these databases you may suddenly find all of your customers and business partners unable to receive email from you.  Furthermore, it can take a lot of time and effort to get your IP address removed from these databases.</p>
<h3>How is an open relay email server created?</h3>
<p>Most email server products are not open relays by default.  There are three common scenarios in which an email server might become an open relay.</p>
<p><strong>Accidental</strong> &#8211; an email server administrator might accidentally cause a server to become an open relay when they are reconfiguring the server.  For example, the admin might be trying to configure the email server to allow the office scanner to send scanned documents to email addresses.</p>
<p><strong>Deliberate</strong> &#8211; an attacker that is able to access the email server might deliberately configure it as an open relay and then sell that information to spammers.  The attacker could even be a disgruntled former employee who knows how to access the system, such as <a href="http://www.allspammedup.com/2008/11/former-it-manager-sentenced-to-one-year-in-prison-for-hacking-former-employer/">this former IT manager</a>.</p>
<p><strong>Malicious software</strong> &#8211; many trojans and other malware contain code which installs email software on the computer.  If one of these programs is run on a server it may become an open relay.  This is not limited to just email servers.  Web servers and remote access servers that already have access through the corporate firewall are also at risk.</p>
<h3>How to test for open relays</h3>
<p>The simplest test to perform on your email servers (or any other server that is accessible from the internet) is to run the <a target="_blank" href="http://www.spamhelp.org/shopenrelay/" target="_blank">mail relay test</a> at SpamHelp.org.  This test runs through a series of different relay attempts against your server to cover all of the possible ways in which a spammer might try to relay spam through your servers.</p>
<h3>How to reduce the damage an open relay causes</h3>
<p>An open relay is only useful to a spammer if it can send emails out to the internet through the firewall and without any content filtering being applied.  To prevent non-email servers from causing damage as open relays always configure your corporate firewall to only allow outbound SMTP traffic from specific email servers.</p>
<p>Email server products such as Exchange Server 2007 include content filtering features but these do not apply to <a href="http://www.allspammedup.com/2009/01/the-importance-of-filtering-outgoing-email-in-exchange-environments/">outbound email</a>.  To reduce the impact of an Exchange server that has become an open relay always ensure that the Exchange server must send outbound email via a secured, trusted server running a dedicated email security solution that includes <a href="http://www.allspammedup.com/2009/01/the-importance-of-filtering-outgoing-email-in-exchange-environments/">outbound filtering</a>.</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/02/is-your-email-server-an-open-relay/">Is your email server an open relay?</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2009/02/is-your-email-server-an-open-relay/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The importance of filtering outgoing email in Exchange environments</title>
		<link>http://www.allspammedup.com/2009/01/the-importance-of-filtering-outgoing-email-in-exchange-environments/</link>
		<comments>http://www.allspammedup.com/2009/01/the-importance-of-filtering-outgoing-email-in-exchange-environments/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 15:12:09 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Fighting spam]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[anti spam]]></category>
		<category><![CDATA[email security]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=359</guid>
		<description><![CDATA[When planning an email security solution many organizations put a lot of thought and effort into protecting their environment from external threats.  They use such measures as blocklists and content filtering to prevent spam from reaching end user mailboxes. Despite &#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/01/the-importance-of-filtering-outgoing-email-in-exchange-environments/">The importance of filtering outgoing email in Exchange environments</a></p>
]]></description>
			<content:encoded><![CDATA[<p>When planning an email security solution many organizations put a lot of thought and effort into protecting their environment from external threats.  They use such measures as <a href="http://www.allspammedup.com/2009/01/managing-whitelists-and-blocklists-for-exchange-server-environments/">blocklists</a> and <a href="http://www.allspammedup.com/2008/12/how-to-protect-exchange-server-2007-with-content-filtering/">content filtering</a> to prevent spam from reaching end user mailboxes.</p>
<p>Despite this effort some businesses fail to also consider filtering outbound emails.  Often the outbound email path bypasses the system that scans incoming emails from the internet, and instead sends the emails directly out to the destination.</p>
<p style="center;"><img class="alignnone size-full wp-image-360" src="http://www.allspammedup.com/wp-content/uploads/2009/01/outboundfiltering.png" alt="Outbound filtering" width="500" height="136" /></p>
<h2>Why should we scan and filter outbound email messages?</h2>
<p>Outbound email messages should be checked for spam or malicious content because of the risk such content poses to the organization&#8217;s reputation.</p>
<p>An organization found to be sending spam or viruses risks:</p>
<ul>
<li>Damage to their brand names</li>
<li>Loss of trust and reputation with customers and business partners</li>
<li>Being blocked by other email administrators</li>
<li>Being added to IP block list provider databases such as <a href="http://www.allspammedup.com/2008/12/how-to-protect-your-exchange-server-2007-with-the-connection-filter-agent/">SpamHaus</a></li>
<li>Bandwidth saturation impeding other online communications</li>
</ul>
<h2>How can spam or viruses be sent from our business networks?</h2>
<p>I&#8217;ve worked with a lot of customers over the last 10 years and it is not uncommon to find more than one of the following weaknesses in their network security:<span id="more-359"></span></p>
<ul>
<li>Unsecured wireless networks</li>
<li>No doors or security barriers in offices</li>
<li>Firewalls that allow any device on the network to sent outbound SMTP</li>
<li>Email servers that permit any device on the network to relay SMTP</li>
</ul>
<p>Some of these combinations create very serious security problems.  If I can get access to your network via an unsecured wireless access point, and your email server permits any device on the LAN to relay so that the photocopiers can automatically order more toner from the supplier, then what is to stop me sending spam or virus emails from your network?</p>
<p>A worse scenario is what can potentially be done with a legitimate user account without any of the abovementioned security weaknesses existing.  A disgruntled staff member, or someone who gains access to an unlocked computer in an insecure part of the office, could use those network credentials to send email out of the network.</p>
<h2>How do we filter outbound email messages?</h2>
<p>Although Exchange Server 2007 contains anti-spam features that can be used to protect an organization from incoming spam, they provide no protection for outgoing threats.  The inbound protection also suffers from some disadvantages such as a lack of <a href="http://www.allspammedup.com/2009/01/bayesian-spam-filtering-with-exchange-server-2007/">Bayesian capabilities</a>, <a href="http://www.allspammedup.com/2009/01/anti-spam-reporting-for-exchange-server-2007/">poor reporting</a>, and <a href="http://www.allspammedup.com/2008/12/managing-spam-quarantine-for-exchange-server-2007/">cumbersome quarantine management</a>.</p>
<p>Combine this with the habit of many email administrators of sending outbound email directly from Exchange to the destination on the internet and the risks become clear.</p>
<p>The solution to this problem is to implement an email security solution into the network.  This carries a dual benefit in that it can be used to filter both inbound and outbound email for the organisation.  The email security solution solves the weaknesses and deficiencies of the built in Exchange Server 2007 anti-spam features as well as provides outbound protection to preserve the reputation of the business.</p>
<p>Always consider outbound filtering when planning your email protection strategy.</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/01/the-importance-of-filtering-outgoing-email-in-exchange-environments/">The importance of filtering outgoing email in Exchange environments</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2009/01/the-importance-of-filtering-outgoing-email-in-exchange-environments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing whitelists and blocklists for Exchange Server environments</title>
		<link>http://www.allspammedup.com/2009/01/managing-whitelists-and-blocklists-for-exchange-server-environments/</link>
		<comments>http://www.allspammedup.com/2009/01/managing-whitelists-and-blocklists-for-exchange-server-environments/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 15:13:44 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=338</guid>
		<description><![CDATA[Most organisations that have deployed an email anti-spam solution will at some stage encounter a situation in which a false positive (legitimate email blocked as spam) or a false negative (spam email allowed to pass through) causes a problem for &#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/01/managing-whitelists-and-blocklists-for-exchange-server-environments/">Managing whitelists and blocklists for Exchange Server environments</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Most organisations that have deployed an email anti-spam solution will at some stage encounter a situation in which a false positive (legitimate email blocked as spam) or a false negative (spam email allowed to pass through) causes a problem for their business.</p>
<p><img class="alignnone size-full wp-image-343" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2009/01/whitelistsandblocklists.png" alt="Whitelists and blocklists" width="500" height="150" /></p>
<p>False positives can affect important business emails and can have a very high cost to the organisation if the email was time sensitive.  False negatives can have a similar impact on the business by annoying or offending end users who receive unwanted spam.  Both situations can also erode the confidence the end users have in the organisation&#8217;s email system.</p>
<p>To combat these issues many organisations configure whitelists or blocklists on their anti-spam systems.</p>
<h2>What is a Whitelist?</h2>
<p>A whitelist is a list of known safe email senders.  Whitelists can be made up of IP addresses, domain names, or email addresses.  In most cases businesses will choose to whitelist domain names of highly trusted customers or suppliers, or email addresses that are the source of critical emails.</p>
<p>As a real world example in one customer I worked with the email address that was the sender of voicemail attachments from the external voicemail system was whitelisted to ensure that the anti-spam system never blocked a voicemail message as a false positive.</p>
<p>Whitelists carry some risks.  For example some domains such as hotmail.com, ebay.com, and paypal.com are frequently forged by spammers sending commercial spam or phishing emails.  If ebay.com was whitelisted it would cause eBay phishing scams to pass through the anti-spam system to end users.</p>
<h2>What is a Blocklist?</h2>
<p>A blocklist (also sometimes called a blacklist) is the opposite of a whitelist.  Blocklists can also be made up of IP addresses, domain names, and email addresses.  Businesses will choose to blocklist domains or email addresses that are found to always be the source of spam yet sometimes slip through the anti-spam system as a false negative.</p>
<p>In some customer environments I have worked in, the email administrators have chosen to block entire top level domains such as .ru (Russia) and .tw (Taiwan) because the company did no business with anyone in those countries yet constantly received spam, viruses, and phishing emails from those domains.</p>
<p>Blocklists carry some risks as well.  For example even though hotmail.com is often used by spammers blocking the entire hotmail.com domain would prevent any customers or legitimate senders who utilise Hotmail from emailing your business.</p>
<h2>How does Exchange Server 2007 manage Whitelists and Blocklists?</h2>
<p>Exchange Server 2007 can apply whitelists and blocklists on Edge Transport servers and Hub Transport servers that have the Exchange Server 2007 Anti-Spam components installed.<span id="more-338"></span></p>
<p>Whitelists are configured in two places.  Whitelisted IP addresses (or the IP Allow List) are handled by the <a title="How to protect Exchange Server 2007 with Content Filtering" href="http://www.allspammedup.com/2008/12/how-to-protect-exchange-server-2007-with-content-filtering/">Connection Filter agent</a> but are not configured at the organisation level.  Instead they are configured on the Edge Transport or Hub Transport servers.  Typically the IP address whitelist is configured on any Transport server that accepts email from the internet.</p>
<p><img class="alignleft alignnone size-full wp-image-340" style="float: left;" src="http://www.allspammedup.com/wp-content/uploads/2009/01/exchange2007ipallowlist.png" alt="Connection Filter Agent" width="500" height="288" /></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>Whitelisted domains and email addresses are configured on the Content Filtering agent at the organisation level.</p>
<p><img class="alignleft alignnone size-full wp-image-342" style="float: left;" src="http://www.allspammedup.com/wp-content/uploads/2009/01/exchange2007whitelist.png" alt="Content Filtering Properties" width="500" height="182" /></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>Blocklists are also configured in two places.  Blocklisted IP addresses (or IP Block Lists) are similar to whitelists in that they are configured on the individual Transport servers where appropriate.</p>
<p><img class="alignleft alignnone size-full wp-image-339" style="float: left;" src="http://www.allspammedup.com/wp-content/uploads/2009/01/exchange2007blocklist.png" alt="Sender Filtering Agent" width="500" height="230" /></p>
<p>Blocklisted domains and email addresses are configured on the Sender Filtering agent at the organisation level.</p>
<h2>Exchange Server 2007 Safelist Aggregation</h2>
<p>Although whitelists and blocklists can be managed at the Exchange organisation and server level there is an additional level of configuration that can be applied.</p>
<p>Outlook clients from version 2003 onwards contain Junk Email controls including the ability to specify safe senders and safe recipients.  This safelist information is stored in the user mailbox and can be optionally pushed to the Active Directory user object.</p>
<p>The Exchange administrator can enable Safelist Aggregation on the Exchange servers, which aggregates all of the safelist information stored in user objects into one list that Transport servers can apply to the entire organisation.  In short this means that if user John added the email address <a target="_blank" href="mailto:peter@fabrikam.com">peter@fabrikam.com</a> to his safelist, the Transport server&#8217;s Content Filtering agent would consider emails sent by <a target="_blank" href="mailto:peter@fabrikam.com">peter@fabrikam.com</a> to be trusted and pass them through to the recipients within the organisation.</p>
<h2>Disadvantages of Exchange 2007 Safelist Aggregation</h2>
<p>Although Safelist Aggregation may help reduce the number of false positives it carries some disadvantages.</p>
<p>Firstly the default configuration of the Update-Safelist cmdlet on the Exchange servers includes both safe senders and safe recipients data, even though safe recipients data is ignored by the Content Filtering agent.  This can lead to unnecessary replication traffic and storage bloat on the Transport servers.</p>
<p>Also the update process is cumbersome and requires a scheduled task be created on the Exchange server to run the Update-Safelist cmdlet.  There is no functionality within the Exchange management tools to create or manage this schedule.</p>
<p>Finally the default configuration of the Update-Safelist cmdlet includes domain names that end users have marked as safe.  For example, John may have intended to add <a target="_blank" href="mailto:jane@hotmail.com">jane@hotmail.com</a> to his safelist but instead added @hotmail.com as a safe domain.  When this information is aggregated to the Transport servers any spam emails from forged @hotmail.com email addresses will not be blocked by the Content Filtering agent.</p>
<h2>Alternatives to Exchange Server 2007 whitelists and blocklists</h2>
<p>Despite the value of whitelists and blocklists they can become an administrative burden over time as they are manually managed by the Exchange administrators.  Even though the Exchange Server 2007 Safelist Aggregation feature seeks to alleviate some of this burden it also carries disadvantages and risks.</p>
<p>Dedicated third party email anti-spam solutions feature similar whitelist and blocklist capabilities but present them in a more effective and manageable way.  When considering an anti-spam solution that will provide these capabilities you should look for products that allow end users to participate in the whitelist and blocklist process but also permit administrators full control of the organisation-wide whitelist and blocklist behaviour.</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/01/managing-whitelists-and-blocklists-for-exchange-server-environments/">Managing whitelists and blocklists for Exchange Server environments</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2009/01/managing-whitelists-and-blocklists-for-exchange-server-environments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Anti-spam reporting for Exchange Server 2007</title>
		<link>http://www.allspammedup.com/2009/01/anti-spam-reporting-for-exchange-server-2007/</link>
		<comments>http://www.allspammedup.com/2009/01/anti-spam-reporting-for-exchange-server-2007/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 15:18:49 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Exchange Server]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=312</guid>
		<description><![CDATA[In recent posts I&#8217;ve written about how to configure and manage Exchange Server 2007 anti-spam features such as connection filtering, content filtering, quarantine, and directory harvest protection. Each of these features carries a variety of advantages and disadvantages.  A consistent &#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/01/anti-spam-reporting-for-exchange-server-2007/">Anti-spam reporting for Exchange Server 2007</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In recent posts I&#8217;ve written about how to configure and manage Exchange Server 2007 anti-spam features such as <a title="How to Protect your Exchange Server 2007 with the Connection Filter agent" href="http://www.allspammedup.com/2008/12/how-to-protect-your-exchange-server-2007-with-the-connection-filter-agent/">connection filtering</a>, <a title="How to protect Exchange Server 2007 with Content Filtering" href="http://www.allspammedup.com/2008/12/how-to-protect-exchange-server-2007-with-content-filtering/">content filtering</a>, <a title="Managing spam quarantine for Exchange Server 2007" href="http://www.allspammedup.com/2008/12/managing-spam-quarantine-for-exchange-server-2007/">quarantine</a>, and <a title="Protecting Exchange Server 2007 from Directory Harvesting Attacks" href="http://www.allspammedup.com/2008/12/protecting-exchange-server-2007-from-directory-harvesting-attacks/">directory harvest protection</a>.</p>
<p>Each of these features carries a variety of advantages and disadvantages.  A consistent disadvantage across all of them is limited reporting capabilities.</p>
<p style="center;"><img class="alignnone size-full wp-image-323" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2009/01/spamreporting.png" alt="Spam Reporting" width="500" height="150" /></p>
<h2>Why do we need reporting for anti-spam systems?</h2>
<p>An organization&#8217;s anti-spam solution is a critical component of the entire messaging infrastructure.  The objective of an anti-spam solution is to protect the business from malicious and unwanted emails such as spam, viruses, phishing attacks, and inappropriate material, yet still allow genuine business emails to pass through to the intended recipients.</p>
<p>If you read my real world example of <a href="http://www.allspammedup.com/2009/01/bayesian-spam-filtering-with-exchange-server-2007/">content filtering gone wrong</a> you will understand why the email administrators and business stakeholders need to measure the performance of the email and anti-spam systems.<span id="more-312"></span></p>
<h2>What should we be reporting on to measure anti-spam performance?</h2>
<p>Some of the key metrics to report on are:</p>
<ul>
<li>How many inbound and outbound emails are sent?</li>
<li>What is the proportion of valid email to spam email determined by the anti-spam system?</li>
<li>On what basis are emails being blocked?</li>
<li>Where is the most spam coming from?</li>
<li>Who are the most targeted recipients of spam email within our organization?</li>
</ul>
<h2>Using Exchange Server 2007 anti-spam reporting</h2>
<p>Exchange Server 2007 ships with several PowerShell scripts that can be used for reporting on anti-spam performance.  These scripts must be executed via the Exchange Management Shell and the output read as text.</p>
<p>The reporting scripts are located in the <strong>\Scripts</strong> folder in the location you installed the Exchange Server application files on any Hub Transport server.  By default the path is <strong>C:\Program Files\Microsoft\Exchange Server\Scripts</strong>.</p>
<p>The script files are named:</p>
<ul>
<li>get-AntispamFilteringReport.ps1</li>
<li>get-AntispamSCLHistogram.ps1</li>
<li>get-AntispamTopBlockedSenderDomains.ps1</li>
<li>get-AntispamTopBlockedSenderIPs.ps1</li>
<li>get-AntispamTopBlockedSenders.ps1</li>
<li>get-AntispamTopRBLProviders.ps1</li>
<li>get-AntispamTopRecipients.ps1</li>
</ul>
<p>Each of the scripts queries the appropriate agent log file and calculates the result depending on the parameters passed to the script by the administrator.  For example you can pass a start date and end date to only show results within that time period.</p>
<p><strong>Example: </strong>using the <strong>get-AntispamFilterReport.ps1</strong> script we can output the total number of blocked or quarantined messages depending on the parameters we choose.</p>
<p><img class="alignnone size-full wp-image-313" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2009/01/messagesquarantined.png" alt="Anti-Spam Filter Report" width="500" height="63" /></p>
<p><img class="alignnone size-full wp-image-314" src="http://www.allspammedup.com/wp-content/uploads/2009/01/messagesrejected.png" alt="" width="500" height="60" /></p>
<p><strong>Example: </strong>using the <strong>get-AntispamSCLHistogram.ps1</strong> script we can output the total number of emails that were calculated for each SCL rating (0-9, where 0 is least likely to be spam and 9 is most likely to be spam).</p>
<p><img class="alignnone size-full wp-image-322" src="http://www.allspammedup.com/wp-content/uploads/2009/01/sclhistogram.png" alt="" width="500" height="176" /></p>
<p><strong>Example:</strong> using the <strong>get-AntispamTopBlockedSenderIPs.ps1</strong> script we can see the top 10 IP addresses that sent spam to our Exchange servers.  As responsible email administrators we might follow up on this information by reporting the IP addresses to the ISP or net block owner, or submit them to an RBL provider.</p>
<p><img class="alignnone size-full wp-image-324" src="http://www.allspammedup.com/wp-content/uploads/2009/01/topblockedips.png" alt="" width="500" height="148" /></p>
<p><strong>Example:</strong> using the <strong>get-AntispamTopBlockedSenderDomains.ps1</strong> script we can see which domains were most responsible for spam being sent to our organization.  Although this information is useful it is also often misleading due to address spoofing.  In some cases though it can be an advantage to block certain domains that are frequent sources of spam but clearly not business related (e.g. cheapviagra.com) so that spam emails are blocked based on sending domain rather than the more resource intensive content filtering.</p>
<p><img class="alignnone size-full wp-image-325" src="http://www.allspammedup.com/wp-content/uploads/2009/01/topblockedsenderdomains.png" alt="" width="500" height="145" /></p>
<p><strong>Example:</strong> using the <strong>get-AntispamTopRBLProviders.ps1</strong> script we can see which of the RBL providers configured for our Connection Filter agent are performing the best.  If the provider that is first used by the agent is underperforming it can be set to a lower priority in favour of a higher performing RBL provider.</p>
<p><img class="alignnone size-full wp-image-326" src="http://www.allspammedup.com/wp-content/uploads/2009/01/toprblproviders.png" alt="" width="500" height="60" /></p>
<h2>Disadvantages of Exchange Server 2007 anti-spam reporting</h2>
<p>While each of the anti-spam reporting scripts provided with Exchange Server 2007 is basically useful they are inadequate for most organizations&#8217; reporting needs.  Although some of the key reporting metrics can be retrieved with the scripts, the output is just basic numbers suitable for email administrators but unsuitable for presentation to business stakeholders.</p>
<p>In the real world if I walked into a meeting and handed out a piece of paper with those figures on it I would not get a positive response at all.  If I was to go back and perform some data entry and manipulation to generate colourful charts and a trend analysis it could take a lot of time and is a completely manual process performed each time the report was requested.</p>
<p>Furthermore, the reporting scripts retrieve information from the local server only.  In order to get a complete organization-wide reporting view the scripts must be run on all Hub Transport servers that may have processed spam emails.</p>
<h2>How to deliver quality anti-spam performance reports to your organization</h2>
<p>To keep administrative costs low and business stakeholders happy an anti-spam solution that includes comprehensive reporting features should be implemented in the environment.</p>
<p><a href="http://www.allspammedup.com/wp-content/uploads/2009/01/msecrp_adminreports.gif"><img class="alignnone size-medium wp-image-315" src="http://www.allspammedup.com/wp-content/uploads/2009/01/msecrp_adminreports-400x258.gif" alt="" width="290" height="186" /></a><a href="http://www.allspammedup.com/wp-content/uploads/2009/01/msecrp_executivereports.gif"><img class="alignnone size-medium wp-image-318" src="http://www.allspammedup.com/wp-content/uploads/2009/01/msecrp_executivereports-400x258.gif" alt="" width="291" height="187" /></a></p>
<p>Some of the key features are:</p>
<ul>
<li>automatic report generation (e.g. PDF files and emailed reports) including charts, tables and graphs</li>
<li>both manual and scheduled report execution</li>
<li>access for both administrators and business stakeholders without granting privileged access to production Exchange servers</li>
<li>high quality pre-canned reports along with custom report building</li>
</ul>
<p><a href="http://www.allspammedup.com/wp-content/uploads/2009/01/msecrp_scheduledreportsactivity.gif"><img class="alignnone size-medium wp-image-320" src="http://www.allspammedup.com/wp-content/uploads/2009/01/msecrp_scheduledreportsactivity-400x244.gif" alt="" width="293" height="173" /></a><a href="http://www.allspammedup.com/wp-content/uploads/2009/01/msecrp_userinterface.gif"><img class="alignnone size-medium wp-image-321" src="http://www.allspammedup.com/wp-content/uploads/2009/01/msecrp_userinterface-400x363.gif" alt="" width="233" height="211" /></a></p>
<p>When considering an anti-spam solution for your organization you must consider the administrative cost and the limitations of the built-in Exchange Server 2007 anti-spam reporting.</p>
<p>For some more additional information you may also want to read the following blog post: <a target="_blank" href="http://techiefixation.blogspot.com/2008/12/fight-e-mail-spam-with-exchange-2007.html">http://techiefixation.blogspot.com/2008/12/fight-e-mail-spam-with-exchange-2007.html</a> with focuses on some of the most important anti-spam features present in Exchange 2007.</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/01/anti-spam-reporting-for-exchange-server-2007/">Anti-spam reporting for Exchange Server 2007</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2009/01/anti-spam-reporting-for-exchange-server-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bayesian spam filtering with Exchange Server 2007</title>
		<link>http://www.allspammedup.com/2009/01/bayesian-spam-filtering-with-exchange-server-2007/</link>
		<comments>http://www.allspammedup.com/2009/01/bayesian-spam-filtering-with-exchange-server-2007/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 09:27:00 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Bayesian Filtering]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=300</guid>
		<description><![CDATA[Bayesian spam filtering is a technique used to classify email as spam based on the contents of the email message.  This is similar to other forms of Exchange content filtering with one important distinction &#8211; standard content filtering uses a &#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/01/bayesian-spam-filtering-with-exchange-server-2007/">Bayesian spam filtering with Exchange Server 2007</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Bayesian spam filtering is a technique used to classify email as spam based on the contents of the email message.  This is similar to other forms of <a href="http://www.allspammedup.com/2008/12/how-to-protect-exchange-server-2007-with-content-filtering/">Exchange content filtering</a> with one important distinction &#8211; standard content filtering uses a database of spam &#8220;signatures&#8221;, whereas <a title="How Bayesian spam filtering works" href="http://www.allspammedup.com/anti-spam/bayesian-spam-filtering/">Bayesian spam filtering</a> uses a mathematical probability calculation that is based on what the filter has learned about an organisations email.</p>
<p><img class="alignnone size-full wp-image-301" src="http://www.allspammedup.com/wp-content/uploads/2008/12/bayesianfiltering.png" alt="" width="500" height="125" /></p>
<h2>Why isn&#8217;t signature-based content filtering enough?</h2>
<p>As a real world example I once deployed an anti-spam solution to a client in the tourism industry.  The chosen product was of good quality and performed well at other client installations, but encountered many problems with the tourism client.</p>
<p>The biggest problem was that the database of spam signatures was treating email with certain characteristics as spam despite these emails being quite legitimate.  The type of characteristics were things like:</p>
<ul class="unIndentedList">
<li>Email sources being in an Asian or European country</li>
<li>Emails containing &#8220;offers&#8221; and &#8220;deals&#8221; with heavy marketing language</li>
<li>Emails regarding hotels and travel insurance</li>
</ul>
<p><span id="more-300"></span></p>
<p>For many organisations outside of the tourism industry these types of emails would very likely be spam, however for this client these were legitimate business emails getting blocked as spam!  In order to let these emails pass through the spam filter an extensive whitelist of keywords and sender addresses was built, as well as lowering the overall sensitivity of the spam filter.</p>
<p>The end result was a massive administrative overhead in developing and maintaining the whitelist, investigating rejected emails, and releasing quarantined items.  In addition to these costs the end users developed a perception that the email system was unreliable, and also complained loudly about the amount of real spam that was slipping through the less sensitive spam filter.</p>
<h2>How does Bayesian spam filtering solve this problem?</h2>
<p>For a Bayesian filter to be effective it must first learn about your organisation&#8217;s email content.  This achieved by &#8220;training&#8221; the Bayesian filter with a sample of your regular business emails (usually those sent by the organisation).</p>
<p>The Bayesian filter uses this training process to learn about words, phrases, or names that indicate that a message is less likely to be spam.</p>
<p>As an example, many signature-based spam filters will treat words such as &#8220;Viagra&#8221; or &#8220;Rolex&#8221; as indicating a high probability that the email is spam.  But if the words appear in an email message alongside other words, phrases or names that the Bayesian filter has learned are legitimate then it will consider the email to have a lower probability of being spam.  So while &#8220;Viagra&#8221; email might be spam, it probably isn&#8217;t spam if your company manufactures or distributes the product legitimately.</p>
<p>In other words, Bayesian filtering solves the problem of the &#8220;one size fits all&#8221; approach of signature-based content filtering.</p>
<h2>How can Bayesian spam filtering protect Exchange Server 2007?</h2>
<p>Exchange Server 2007 ships with anti-spam features included in the product.  Among these is a <a href="http://www.allspammedup.com/2008/12/how-to-protect-exchange-server-2007-with-content-filtering/">Content Filter agent</a> that filters spam based on email contents.  The Content Filter agent uses signature-based spam filtering, which is based on a database of spam submissions from Microsoft customers and partners.</p>
<p>Although the Content Filter agent can be effective it often requires constant attention and fine tuning, and has no ability to learn the characteristics of your organisation&#8217;s typical email content unliked Bayesian filtering.</p>
<p>Deploying a Bayesian filter in an Exchange Server 2007 environment can be done in a few different ways:</p>
<h3>Client based solution</h3>
<p>By installing a client-based Bayesian filter solution on each end user computer <a href="http://www.allspammedup.com/anti-spam/bayesian-spam-filtering/">Bayesian filtering</a> can be utilised.  This approach carries several disadvantages:</p>
<ul class="unIndentedList">
<li>Large administrative effort deploying the client software to all computers</li>
<li>End user education required on how to &#8220;train&#8221; the Bayesian filter, as well as the productivity lost in performing the training</li>
<li>Spam emails are delivered to the end user mailbox before the filtering is applied, wasting server and bandwidth resources</li>
</ul>
<h3>Server based solution</h3>
<p>By installing a dedicated server-based Bayesian filter solution in front of the Exchange servers the Bayesian filtering can be performed on email messages before they arrive on the Exchange servers.  However despite that advantage over client-based solutions there are still several advantages:</p>
<ul class="unIndentedList">
<li>Spam emails are fully downloaded to the filtering server before they can be checked for spam content, wasting bandwidth resources.</li>
<li>Earlier spam checks such as Connection Filtering which can block likely spam based on the sending IP address are not applied first as they should be</li>
<li>Many of the dedicated Bayesian filter solutions have no features such as reporting or end user quarantine management</li>
</ul>
<h2>Approaching Bayesian filtering for Exchange Server environments</h2>
<p>Many organisations that attempt to solve their spam problems with a built in <a target="_blank" href="http://www.gfi.com/mes/" target="_blank">Exchange 2007 spam filter</a> will be dissatisfied with the performance and look for more effective solutions such as Bayesian filtering.</p>
<p>When considering a server-based Bayesian filtering solution the disadvantages listed above should be taken into account.  To get the best improvement over the Exchange Server 2007 anti-spam features organisations should look for a dedicated email security solution that includes a range of protective measures (including Bayesian filtering), as well as advanced features such as end user self service for quarantined items and advanced reporting.</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/01/bayesian-spam-filtering-with-exchange-server-2007/">Bayesian spam filtering with Exchange Server 2007</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2009/01/bayesian-spam-filtering-with-exchange-server-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to protect Exchange Server 2007 with Content Filtering</title>
		<link>http://www.allspammedup.com/2008/12/how-to-protect-exchange-server-2007-with-content-filtering/</link>
		<comments>http://www.allspammedup.com/2008/12/how-to-protect-exchange-server-2007-with-content-filtering/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 14:47:15 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Content Filtering]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=264</guid>
		<description><![CDATA[Exchange Server 2007 anti-spam functionality includes the Content Filter agent which is designed to provide spam detection based on the contents of an email message. The Connection Filter agent is based on the Intelligent Message Filter first introduced in Exchange &#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/12/how-to-protect-exchange-server-2007-with-content-filtering/">How to protect Exchange Server 2007 with Content Filtering</a></p>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Exchange Server 2007 anti-spam functionality includes the Content Filter agent which is designed to provide spam detection based on the contents of an email message.</p>
<p style="text-align: left;">The Connection Filter agent is based on the Intelligent Message Filter first introduced in <a href="http://www.allspammedup.com/2008/05/exchange-2003-spam-filters-%e2%80%93-a-really-good-start-is-it-enough/">Exchange Server 2003</a>.  The Intelligent Message Filter bases its spam detection on a database of email submissions from Microsoft partners that is used as a basis for heuristic scanning of email content.  A &#8220;spam confidence level&#8221; (SCL) rating is then assigned to the email message and used to determine whether to classify the message as spam or not.</p>
<p style="text-align: left;">The SCL rating is a number from 0 to 9 where the higher the number the more likely the email message is spam.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-271" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/contentfiltering.jpg" alt="How to protect Exchange Server 2007 with Content Filtering" width="500" height="125" /></p>
<p style="text-align: left;">The Content Filter agent assesses the content of email messages after the <a href="http://www.allspammedup.com/2008/12/how-to-protect-your-exchange-server-2007-with-the-connection-filter-agent/">Connection Filter agent</a> has initially determined whether the sending host should be blocked entirely or not.  The order of priority improves Exchange server performance by removing the most obvious spam based on the sending IP address before the more resource intensive content filtering takes place.<span id="more-264"></span></p>
<h2 style="text-align: left;">How to configure the Content Filter agent for Exchange Server 2007</h2>
<p style="text-align: left;">The Content Filter agent is enabled by default on Edge Transport servers but must be enabled by an administrator on Hub Transport servers using the &#8220;install-antiSpamAgents.ps1&#8243; script that is included with Exchange Server 2007.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-272" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/htinstallantispamagents2.png" alt="How to configure the Content Filter agent for Exchange Server 2007" width="500" height="109" /></p>
<p style="text-align: center;">The Anti-spam tab now appears in the Hub Transport section of the Exchange Management Console.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-265" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/agentconfig-01.png" alt="The Anti-spam tab now appears in the Hub Transport section of the Exchange Management Console" width="500" height="277" /></p>
<h3 style="text-align: center;">Configuring custom word lists</h3>
<p style="text-align: center;">The Content Filter agent can be configured to never block messages containing certain keywords or phrases.  This option is effectively a whitelist of words that when contained within an email message must ensure that the message is not blocked as spam.</p>
<p style="text-align: center;">Although some organisations will require this functionality most will not.  Using a whitelist in this manner carries the risk that a spam message that happens to contain a whitelisted word will not be blocked.  A message that contains a whitelisted keyword or phrase is assigned an SCL of 0 regardless of whether it contains spam content that would score it higher.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-266" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/agentconfig-02.png" alt="Content Filtering properties" width="445" height="257" /></p>
<p style="text-align: center;">Keywords and phrases can also be configured as a blacklist, which will cause any message containing those words to be blocked as spam.  To block the message as spam the Content Filter agent assigns an SCL of 9 to the message.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-267" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/agentconfig-03.png" alt="Blocking messages as spam" width="446" height="214" /></p>
<h3 style="text-align: center;">Configuring exceptions</h3>
<p style="text-align: center;">The Content Filter agent can be configured to ignore messages sent to certain email addresses within the organisation.  An example would be an important customer service email address.  If the organisation wishes to ensure that no customer service emails are inadvertently blocked as spam then the customer service email address can be added as an exception.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-268" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/agentconfig-04.png" alt="Content Filtering properties exceptions" width="448" height="176" /></p>
<h3 style="text-align: center;">Configuring actions for spam messages</h3>
<p style="text-align: center;">The default Content Filter agent configuration rejects messages with an SCL of 7 or higher.  This configuring will reject the most obvious spam but will more than likely result in many spam messages getting through to user mailboxes.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-269" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/agentconfig-05.png" alt="Configuring actions for spam messages" width="447" height="300" /></p>
<p style="text-align: left;">To configure the Content Filter agent to deal with spam messages we must first understand the three available actions:</p>
<ul class="unIndentedList" style="text-align: left;">
<li><strong>Delete</strong> &#8211; the message is silently deleted with no notification to the sending host.</li>
<li><strong>Reject</strong> &#8211; the message is rejected with a Non Delivery Report to the sending host. The NDR can be customised to a limited degree.</li>
<li><strong>Quarantine</strong> &#8211; the message is redirected to a specified email address, usually a special mailbox on the Exchange server.</li>
</ul>
<p style="text-align: left;">Delete takes precedence over Reject and Quarantine, and when used must always be set to a higher SCL than Reject or Quarantine.  Reject takes precedence over Quarantine and must also always be set to a higher SCL than Quarantine.</p>
<p style="text-align: left;">Using the Delete action is risky when combined with blacklisted keywords or phrases.  A legitimate email message that happens to contain a blacklisted word will be deleted with no notification to either the sender or the intended recipient, and with no way of retrieving the message from a quarantine area.  For this reason the blacklisted custom word list should only contain keywords or phrases that the organisation wants to block regardless of the importance of the content of the email message.</p>
<p style="text-align: left;">The Reject action is most commonly used to handle likely spam but requires constant monitoring and tuning to ensure that it is not producing too many false positives, nor that it is allowing too much spam through to user mailboxes.</p>
<p style="text-align: left;">Quarantine can be used to store likely spam in a mailbox where it can be retrieved if requested by the end user.</p>
<h2 style="text-align: left;">Pros and cons of the Exchange Server 2007 Content Filter agent</h2>
<p style="text-align: left;">The most obvious advantage of the built in Content Filter agent is that is provides content filtering at no additional cost to the business.  However this cost saving may be negated by one or more of the following disadvantages.</p>
<ul class="unIndentedList" style="text-align: left;">
<li>The effectiveness of the content filtering relies on anti-spam signatures released by Microsoft. There is no capability for the Content Filter agent to &#8220;learn&#8221; about your organisations email content and make better judgements as to what is and isn&#8217;t spam.</li>
<li>When the Reject action is used and a message is rejected it cannot be retrieved from the server by the Exchange administrator.</li>
<li>When the Quarantine action is used and a message is quarantined neither the sender nor the intended recipient are notified. Crucial time may pass before an important business email is suspected of being quarantined and the Exchange administrator is asked to retrieve it.</li>
<li>There is no &#8220;self service&#8221; capability for end users to check and retrieve their own quarantined items. Only a single quarantine mailbox can be used, which raises privacy concerns if end users were given access to it and able to look at quarantined emails that are intended for other recipients.</li>
<li>Very limited reporting capabilities.</li>
</ul>
<h2 style="text-align: left;">Alternatives to Exchange Server 2007 Content Filter agent</h2>
<p style="text-align: left;">The shortcomings of the Exchange Server 2007 Content Filter agent can be addressed by implementing a more comprehensive email security solution.</p>
<p style="text-align: left;">A dedicated, quality email security product contains more effective spam content analysis, the ability to &#8220;learn&#8221; about an organisation&#8217;s business emails, greater configurability in how to handle suspected spam emails, end user &#8220;self service&#8221; to make quarantine management easier for users and less costly for administrators, and detailed reporting features so that system administrators and business stakeholders can see and judge the performance of the email security product.</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/12/how-to-protect-exchange-server-2007-with-content-filtering/">How to protect Exchange Server 2007 with Content Filtering</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2008/12/how-to-protect-exchange-server-2007-with-content-filtering/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using IP Block List Providers and the Connection Filter agent in Exchange 2007</title>
		<link>http://www.allspammedup.com/2008/12/using-ip-block-list-providers-and-the-connection-filter-agent-in-exchange-2007/</link>
		<comments>http://www.allspammedup.com/2008/12/using-ip-block-list-providers-and-the-connection-filter-agent-in-exchange-2007/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 12:45:27 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[anti spam]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=240</guid>
		<description><![CDATA[Exchange Server 2007 includes integrated anti-spam features that run on Edge Transport servers and can optionally be enabled on Hub Transport servers.  In this blog post I will discuss the Connection Filter agent and how IP block list providers can be used to &#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/12/using-ip-block-list-providers-and-the-connection-filter-agent-in-exchange-2007/">Using IP Block List Providers and the Connection Filter agent in Exchange 2007</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Exchange Server 2007 includes integrated anti-spam features that run on Edge Transport servers and can optionally be enabled on Hub Transport servers.  In this blog post I will discuss the Connection Filter agent and how IP block list providers can be used to protect Exchange servers from spam.</p>
<p><img class="alignnone size-full wp-image-242" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/connectionfiltering.jpg" alt="Connection Filtering" width="500" height="125" /></p>
<p><span id="more-240"></span></p>
<h2>What is the Connection Filter agent?</h2>
<p>The Connection Filter agent is a Transport server feature that performs filtering actions based on the IP address of the remote server that is making a connection to the Exchange server.  The Connection Filter agent checks whether the remote IP address is on an IP Allow list, an IP Block list, or on neither and takes action based on the result.</p>
<p>When the Connection Filter agent is enabled it is the first anti-spam agent that assesses any incoming SMTP communication.</p>
<p><img class="alignnone size-full wp-image-241" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/connectionfilteragent.png" alt="Connection Filtering Agent" width="500" height="140" /></p>
<p>This preserves system resources on the Transport server by avoiding the need to accept the entirety of the email message data and perform more thorough content scanning of the message for spam.  The Transport server simply assumes that an email coming from an IP address on an IP Block list is almost certainly going to be spam and terminates the SMTP session before the DATA command is issued.</p>
<h2>What is an IP Allow/Block list?</h2>
<p>An IP Allow/Block list can be made up of an administrator-defined list of IP addresses or it can come from a third party provider.</p>
<p>Administrator-defined lists typically are used when an Exchange administrator needs to explicitly allow or block a specific IP address, and are assessed first before any third party IP Allow/Block lists.  For example, if a customer&#8217;s network has been blacklisted for some reason you can override that by adding their IP address to your IP Allow list.  Similarly if you are receiving spam from an IP address that has not yet been blacklisted you can add the IP address to your IP Block list.</p>
<p>Third party list providers such as <a target="_blank" href="http://www.au.sorbs.net/">SORBS</a> and <a target="_blank" href="http://www.spamhaus.org/zen/">SpamHAUS</a> provide a service that you can use to look up an IP address and determine whether it is on one of the IP Allow or IP Block lists.  These providers maintain lists of IP addresses of known and suspect spam sources based on actual spam reports, proactive open relay scans, and other likely sources such as ISP customer IP ranges.</p>
<h2>Using IP Allow/Block list providers with Exchange Server 2007</h2>
<p>Exchange Server 2007 can be configured to query one or more of these lists when the Connection Filter agent is assessing an SMTP connection.  In fact it is recommended to configure more than one provider to improve coverage and ensure that if a list provider is not responding to queries that another provider is checked.</p>
<p>Using IP Block list providers has some disadvantages.  The IP address of a legitimate email server may be inadvertently added to an IP Block list even though they are not sending spam.  From time to time the Exchange administrator may need to explicitly allow one of these IP addresses so that email communication is not disrupted, or contact a list provider to get their own IP address removed from an IP Block list.</p>
<p>Another disadvantage is that each new SMTP connection requires a query sent to the list provider.  If the response is delayed for any reason it can slow down email traffic at the Transport server.  To reduce the impact of this the Exchange server will cache the results of a query for a short period of time so that an IP can continue to be blocked on subsequent attempts without another query being sent to the list provider.</p>
<p>IP Block lists are far more commonly used than IP Allow lists, but IP Allow lists are useful to prevent highly trusted IP addresses from being blocked.</p>
<h2>How to configure an IP Block list with Exchange Server 2007</h2>
<p>The Exchange anti-spam components are installed by default on Edge Transport servers but must be manually installed on Hub Transport servers by the administrator using the &#8220;install-antiSpamAgents.ps1&#8243; script that is included with Exchange Server 2007.</p>
<p><img class="alignnone size-full wp-image-245" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/htinstallantispamagents1.png" alt="Install anti-spam agents script" width="500" height="109" /></p>
<p>The Anti-spam tab now appears in the Hub Transport section of the Exchange Management Console.  Open the properties of IP Block List Providers and select the Providers tab.</p>
<p><img class="alignnone size-full wp-image-246" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/ipblocklist1.png" alt="IP Block List Providers" width="500" height="224" /></p>
<p>Click Add to configure a new provider.  Here we are configuring SpamHAUS as the IP Block list provider.  Note that you should review the <a target="_blank" href="http://www.spamhaus.org/organization/dnsblusage.html">SpamHAUS usage guidelines</a> to verify that your organisation qualifies for free use of this service.</p>
<p><img class="alignnone size-full wp-image-247" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/ipblocklist2.png" alt="IP Block List Provider Properties" width="435" height="146" /></p>
<p><img class="alignnone size-full wp-image-248" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/ipblocklist3.png" alt="Add IP Block List Provider" width="449" height="132" /></p>
<p>You can configure as many IP Block list providers as you wish and they will be queried in the order that they are listed.  You can also configure exceptions for email addresses within your organisation that you do not want to be filtered.  For example you may choose not to filter email to your postmaster@ email address so that an organisation that is being blocked by your email servers can still report the problem to your Exchange administrator.</p>
<p><img class="alignnone size-full wp-image-249" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/ipblocklist4.png" alt="" width="443" height="160" /></p>
<h2>Using IP Block list providers with internal Exchange servers</h2>
<p>IP address filtering is most commonly applied at the internet-facing Exchange servers, but in some cases your Exchange servers may have another email server that receives internet email first.  The Exchange server must parse the email message headers to determine which IP address is the original source of the email message when performing IP Block list provider queries.</p>
<p>To ensure that the Exchange server can do this you must specify the IP addresses of any email servers within your organisation that would receive internet email before it reaches the Exchange servers.  This is configured in the Global Settings for your Exchange organisation.</p>
<p><img class="alignnone size-full wp-image-243" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/global1.png" alt="" width="500" height="178" /></p>
<p>Open the properties of the Transport Settings and select the Message Delivery tab.  Select Add and enter the IP address or IP range of the email servers.</p>
<p><img class="alignnone size-full wp-image-244" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/global2.png" alt="Transport Settings Properties" width="445" height="324" /></p>
<h2>Is the Exchange Connection Filter agent enough protection?</h2>
<p>The Exchange Connection Filter agent does an acceptable job of blocking spam based on the sender&#8217;s IP address but it is by no means a complete anti-spam solution.  Connection filtering is best used in combination with other forms of spam protection such as content filtering.  An effective way to improve Exchange anti-spam protection is to combine inbuilt features of Exchange such as the Connection Filter agent with comprehensive third party email security products that include a greater degree of configurability and more advanced features such as detailed reporting.</p>
<h2>Connection Filtering saves time and resources</h2>
<p>A correctly configured Connection Filter agent saves the Exchange administrator a lot of time by avoiding the need to manually maintain a large list of blocked and allowed IP addresses.  The Connection Filter agent also reduces server load by rejecting likely spam before it has been transmitted to the Exchange server and without requiring resource-intensive content scanning of the email message.  It is recommended that you always configure the Connection Filter agent on your internet-facing Exchange Transport servers, and consider enhancing your anti-spam protection with third party email security products.</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/12/using-ip-block-list-providers-and-the-connection-filter-agent-in-exchange-2007/">Using IP Block List Providers and the Connection Filter agent in Exchange 2007</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2008/12/using-ip-block-list-providers-and-the-connection-filter-agent-in-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Protecting Exchange Server 2007 from Directory Harvesting Attacks</title>
		<link>http://www.allspammedup.com/2008/12/protecting-exchange-server-2007-from-directory-harvesting-attacks/</link>
		<comments>http://www.allspammedup.com/2008/12/protecting-exchange-server-2007-from-directory-harvesting-attacks/#comments</comments>
		<pubDate>Fri, 05 Dec 2008 14:48:45 +0000</pubDate>
		<dc:creator>Paul Cunningham</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Directory Harvesting]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=220</guid>
		<description><![CDATA[Directory Harvesting is a term used to describe a technique used by spammers to discover valid email addresses, usually targeting corporate networks. Spammers try to use this technique to trick an email system into telling them which email addresses are &#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/12/protecting-exchange-server-2007-from-directory-harvesting-attacks/">Protecting Exchange Server 2007 from Directory Harvesting Attacks</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Directory Harvesting is a term used to describe a technique used by spammers to discover valid email addresses, usually targeting corporate networks. Spammers try to use this technique to trick an email system into telling them which email addresses are valid and which are not, which allows them to increase their database of valid email addresses to send spam emails to.</p>
<p style="center;"> <img class="size-medium wp-image-231" style="vertical-align: middle;" title="Protecting Exchange Server from Directory Harvesting Attacks" src="http://www.allspammedup.com/wp-content/uploads/2008/12/harvest-400x100.jpg" alt="Protecting Exchange Server from Directory Harvesting Attacks" width="400" height="100" /></p>
<p><span id="more-220"></span></p>
<p>A Directory Harvesting Attack normally consists of a basic dictionary attack combining common names and initials together into standard corporate email addresses and then sending a test message to each email address that is generated. For example, the spammer may send a message to john.smith@contoso.com, johns@contoso.com, and jsmith@contoso.com.</p>
<p style="center;"><img class="size-full wp-image-230" style="vertical-align: middle;" src="http://www.allspammedup.com/wp-content/uploads/2008/12/dha.png" alt="Directory Harvesting results in spammers finding valid email addresses" width="574" height="248" /></p>
<p>The attack relies on invalid email addresses being rejected by the email system either during the SMTP conversation or afterwards via a Delivery Status Notification (DSN). When the spammer receives a rejection the email address is considered invalid and is discarded. When no rejection or DSN is received the email address is considered &#8220;live&#8221; and is added to a database to later be targeted with spam emails either by the same person or another spammer that they sell the database to.</p>
<p>Email address databases are valuable information for spammers so directory harvesters can make a living by performing these attacks and selling the resulting information.</p>
<p>Aside from the exposure of your corporate email addresses to spammers a Directory Harvest Attack can also cause a performance problem for your internet-facing email servers as the process hundreds of thousands (or even millions) of SMTP connection attempts as the attacker works through every combination in their name dictionary.</p>
<h2>How is Exchange Server 2007 vulnerable to Directory Harvesting Attacks?</h2>
<p>In many Exchange Server 2007 environments incoming email is received directly by an internet-facing Hub Transport server. By default the transport server will use recipient lookups to notify the connecting host whether an email address is valid or not. When an inbound email is addressed to a recipient that does not exist a &#8220;550 5.1.1 User unknown&#8221; SMTP response is sent to the connecting host. When an email is addressed to a valid recipient a &#8220;250 2.1.5 Recipient OK&#8221; SMTP response is sent.</p>
<p>This behaviour complies with the RFCs for SMTP communication, and is important for many email users (if someone sent you an important email but misspelled your email address, you want your email server to notify them of the mistake so they can resend the message).</p>
<p>Though it is useful and important to provide this recipient lookup feedback to sending email servers this is also exactly the behaviour that enables a Directory Harvest Attack to occur.</p>
<p>There are two strategies that can be employed to protect an Exchange server from Directory Harvesting Attacks. The first makes use of an Exchange security feature known as &#8220;tarpitting&#8221;.</p>
<h2>Protecting Exchange Server 2007 with Tarpitting</h2>
<p>Tarpitting is a feature of Edge Transport and Hub Transport servers that inserts an artificial delay in the SMTP session before any &#8220;550 5.1.1 User unknown&#8221; response is sent. This increases the cost and difficulty to the spammer of a Directory Harvesting Attack, by slowing down the rate at which they are able to discover valid and invalid email addresses. This strategy reduces the effectiveness of Directory Harvesting Attacks while still retaining RFC compliance by sending the appropriate responses to incorrectly addressed email messages.</p>
<p>In order for tarpitting to be applied to suspected attacks the Recipient Filter Agent must be active. The Recipient Filter Agent is enabled by default on Edge Transport servers but must be installed by an administrator on Hub Transport servers. Here we see a Hub Transport server with the default transport agents enabled.</p>
<p style="center;"><img class="alignnone size-full wp-image-228" src="http://www.allspammedup.com/wp-content/uploads/2008/12/htdefaulttransagents.png" alt="Hub Transport Server" width="500" height="82" /></p>
<p>To make the Recipient Filter Agent available the administrator installs the Exchange anti-spam components using the &#8220;install-AntiSpamAgents.ps1&#8243; script that is included with Exchange Server 2007.</p>
<p style="center;"><img class="alignnone size-full wp-image-229" src="http://www.allspammedup.com/wp-content/uploads/2008/12/htinstallantispamagents.png" alt="Install-AntiSpamAgents.ps1 script " width="500" height="109" /></p>
<p>Once the Microsoft Exchange Transport service is restarted the Recipient Filter Agent is now installed and enabled on the Hub Transport server.</p>
<p style="center;"><img class="alignnone size-full wp-image-226" src="http://www.allspammedup.com/wp-content/uploads/2008/12/htantispamtransagents.png" alt="The Recipient Filter Agent is installed" width="500" height="136" /></p>
<p>When the Recipient Filter Agent is enabled it uses the TarpitInterval configured on the Receive Connector to determine how long to insert a delay for any &#8220;550 5.1.1 User unknown&#8221; responses to suspected attackers. The default delay is 5 seconds but this can be increased by the administrator.</p>
<p>Although tarpitting increases the cost and difficulty of a Directory Harvesting Attack it is not always going to be effective. If the spammer is patient enough they can put up with the tarpitting delays and still achieve the desired outcome. However tarpitting is a low cost option because it can be implemented on existing Exchange Server 2007 servers with no additional outlay on server hardware or software.</p>
<h2>Protecting Exchange Server 2007 with third party products</h2>
<p>Often a more effective strategy is to implement a third party email security solution that includes more advanced DHA protection. When a harvest attempt is detected by the security product the sending host is disconnected and then blocked by the server so that it cannot reconnect and continue the attack.</p>
<p>This is more effective than simply slowing down the attack however this strategy will usually involve additional costs of servers and software. This cost is usually justifiable though when you also consider the additional protection that the third party product can provide you from email viruses, spam, and phishing attempts. In the best commercial email security products the configurability and protection are both much greater than what can be provided with the built in features of Exchange Server 2007.</p>
<h2>Always consider Directory Harvesting Attacks when protecting your Exchange servers</h2>
<p>Directory Harvesting Attacks should not be ignored when assessing the threat landscape for your Exchange server environment. By implementing either the built-in Exchange protection for DHAs or a third party commercial email security product you can reduce both the load on your email servers and the risk of exposure of your corporate email addresses to spammers.</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/12/protecting-exchange-server-2007-from-directory-harvesting-attacks/">Protecting Exchange Server 2007 from Directory Harvesting Attacks</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2008/12/protecting-exchange-server-2007-from-directory-harvesting-attacks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vanity Be Thy Email Name</title>
		<link>http://www.allspammedup.com/2008/08/vanity-be-thy-email-name/</link>
		<comments>http://www.allspammedup.com/2008/08/vanity-be-thy-email-name/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 15:25:40 +0000</pubDate>
		<dc:creator>Carl E. Reid</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Fighting spam]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email administration]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=85</guid>
		<description><![CDATA[As every experienced network administrator knows, standardization lowers the total cost of ownership. Creating standards lowers helpdesk support calls and facilitates easier maintenance. Companies establish standards for everyone using the same software and hardware. Server hardware configurations are standard for &#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/08/vanity-be-thy-email-name/">Vanity Be Thy Email Name</a></p>
]]></description>
			<content:encoded><![CDATA[<p>As every experienced network administrator knows, standardization lowers the total cost of ownership. Creating standards lowers helpdesk support calls and facilitates easier maintenance. Companies establish standards for everyone using the same software and hardware. Server hardware configurations are standard for every new application implementation. Each server uses the same hard drive configuration, same memory chips and all software service packs are all the same version. So issues encountered with any server around the world can be easily resolved.<span id="more-85"></span></p>
<p>Change management committees ensure there are standards in system modification procedures. Other administrative committees keep company operating procedures standard. There is much long term value in standardization. This results in efficient company operations that directly impact the company bottom line.</p>
<p><strong>Something as simple as creating an email address should not be exempt from company standardization.</strong> Often times this is not the case. I&#8217;ve seen companies that allow employees to pick their own email address, use only their first name in the address or change their email address whenever it suits them. The end result makes life very easy for spammers and creates support nightmares for email administrators. Helpdesk calls increase with people complaining about the spam filter not working, because they are receiving tons of spam.</p>
<p><strong>As an email administrator, your role dictates fearlessly stepping up to the plate. Ignoring objections, champion email address naming standards that:</strong></p>
<ul>
<li>Maintain a professional company image</li>
<li>Provides a naming convention everyone follows</li>
<li>Prevents vanity email addresses from being created by employees</li>
<li>Are unique, but make it extremely difficult for spam machines to guess</li>
<li>Makes it easy for current and future administrators to maintain uniformity in creating email addresses</li>
</ul>
<p>Certainly you have more control if you have the opportunity to implement an email system from the beginning. If you inherit administration of an email system, it&#8217;s more difficult to change email addresses. There are ways you can build a case for getting management authorization. Your spam filter logs are excellent tools for presenting reasons why email addresses need to be changed.</p>
<p><strong>Your job is many times harder, if email address naming standards are not implemented and enforced by senior management.</strong> It is definitely worth the extra effort.</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/08/vanity-be-thy-email-name/">Vanity Be Thy Email Name</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2008/08/vanity-be-thy-email-name/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Being Blacklisted Can Choke a Company</title>
		<link>http://www.allspammedup.com/2008/08/being-blacklisted-can-choke-a-company/</link>
		<comments>http://www.allspammedup.com/2008/08/being-blacklisted-can-choke-a-company/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 09:19:15 +0000</pubDate>
		<dc:creator>Carl E. Reid</dc:creator>
				<category><![CDATA[anti spam]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Fighting spam]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[email administration]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=77</guid>
		<description><![CDATA[GFI MailEssentials does an excellent job of leveraging third party blacklists such as ORDB, SpamHaus, Spamcop. This tool protects your email users from receiving spam. What do you do, if your company email server gets blacklisted? &#8220;No way&#8221; you say. &#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/08/being-blacklisted-can-choke-a-company/">Being Blacklisted Can Choke a Company</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://4.bp.blogspot.com/_wA8aLidZk3Y/SJp4awycXwI/AAAAAAAAAQc/eZL6brxw2wo/S240/Spam+Wanted+Poster.bmp" alt="" width="199" height="240" />GFI MailEssentials does an excellent job of leveraging third party blacklists such as ORDB, SpamHaus, Spamcop. This tool protects your email users from receiving spam. What do you do, if your company email server gets blacklisted? &#8220;No way&#8221; you say. This scenario can and does happen to companies that run a legitimate and ethical business.</p>
<p>Being blacklisted can temporarily put a chokehold on company communications. <strong>It&#8217;s like being an innocent person on a spammer wanted flyer in the post office.</strong> This situation can have a direct impact on company profits.</p>
<p>Not locking down your server to prevent relaying is not the only reason an email server can be blacklisted. Although there are many reasons, at this moment it&#8217;s not important why this happened. What&#8217;s important is to quickly coordinate getting your SMTP server off the blacklists.<span id="more-77"></span></p>
<p>Right now all company eyes are on you as the email administrator to resolve this &#8220;high impact&#8221; issue. Despite the yelling and screaming, which can occur from executive powers upstairs, stay calm and focused on getting your email server off the blacklist. This is a serious situation that needs to be resolved expeditiously. Take a deep breath and start contacting the RBL sites.</p>
<p><strong>How to Get Your Email server Removed from a Blacklist</strong></p>
<ol>
<li>Make this a priority task. Every minute counts. Your email senders may start receiving bounce backs, because other servers are rejecting your server&#8217;s connection due to DNS/RBL lookups.</li>
<li>Identify which RBL sites have your domain/IP address blacklisted.</li>
<li>Follow the blacklist site process exactly to request getting your server off the blacklist.</li>
<li>Make sure the tonality of your request is polite and humble. Clearly explain no one in your company would deliberately send spam. The goal is to convince the blacklisting site, your company is not in the business of sending spam.</li>
<li>Repeat this process with each RBL site, which lists your server.</li>
<li>Once the server is off all the blacklists, now you can review with your team what caused this situation. Then implement proactive measures to prevent his from happening again.</li>
</ol>
<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/08/being-blacklisted-can-choke-a-company/">Being Blacklisted Can Choke a Company</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2008/08/being-blacklisted-can-choke-a-company/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2003 SPAM filters – A Really good Start, is it enough?</title>
		<link>http://www.allspammedup.com/2008/05/exchange-2003-spam-filters-%e2%80%93-a-really-good-start-is-it-enough/</link>
		<comments>http://www.allspammedup.com/2008/05/exchange-2003-spam-filters-%e2%80%93-a-really-good-start-is-it-enough/#comments</comments>
		<pubDate>Wed, 07 May 2008 10:10:52 +0000</pubDate>
		<dc:creator>Nicolas Blank</dc:creator>
				<category><![CDATA[Exchange Server]]></category>

		<guid isPermaLink="false">http://www.allspammedup.com/?p=10</guid>
		<description><![CDATA[Even though Exchange 2007 has been released for a while, I thought it would be worthwhile spending a moment on Exchange 2003 spam features, especially due to the large amounts of Small Business Server users still on SBS 2003 with &#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/05/exchange-2003-spam-filters-%e2%80%93-a-really-good-start-is-it-enough/">Exchange 2003 SPAM filters – A Really good Start, is it enough?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Even though Exchange 2007 has been released for a while, I thought it would be worthwhile spending a moment on Exchange 2003 spam features, especially due to the large amounts of Small Business Server users still on SBS 2003 with Exchange 2003.</p>
<p>With the advent of Service Pack 2 for Exchange 2003, a number of anti spam features became available, these include:</p>
<ul>
<li>Connection filtering including Allow/Deny IP lists with Real-time block lists</li>
<li>Sender Filtering</li>
<li>Recipient Filtering</li>
<li>Sender ID filtering</li>
<li>Intelligent Message Filter including Anti-phishing</li>
</ul>
<p>These features can be enabled globally and controlled per virtual SMTP server. Furthermore, since Exchange supports multiple virtual SMTP servers on an Exchange server, huge amounts of granularity and control became available. Messages could be split amongst incoming and outgoing SMTP stacks, even if only one physical exchange server was present.</p>
<p>As with most spam strategies, a combined approach is needed in order to combat spam. A number of these features are incredibly useful, such as:</p>
<p>Connection Filtering coupled with Real-time block lists cover the well known spam networks and hosts.</p>
<p>Recipient Filtering does not accept email for invalid recipients, greatly reducing the load on an Exchange Server. However this does increase the risk of a directory harvesting attack. Spammers may use dictionaries to generate inbound emails, using NDR’s as a validation mechanism to know which email addresses are valid and which ones are not. Recipient Filtering coupled with Tar Pitting (Microsoft KB article 842851) prevents a number of attacks including NDR flood attacks and lessens the effectiveness of a directory harvesting attack. NDR’s are greatly delayed, since Tar Pitting delays the reply for a 5.x.x conversation.</p>
<p>Intelligent Message Filters are updated regularly and offer intelligent protection by examining email headers, words and other data in the mail to make a classification decision. Based on the classification, email is stamped and deleted, rejected, archived or forwarded to the user. The user may find the mail in their inbox or spam folder based on the classification it carries.</p>
<p>The good news is that this technology is available in every version of Exchange 2003, Standard, Enterprise and SBS. Most businesses on a budget will benefit directly from these features.</p>
<p>The bad news is that as good as it is, it may not be enough.</p>
<p>Due to the very nature of spam and spam protection, spamming techniques are changing and constantly evolving. A number of years ago Real-Time Block Lists were sufficient protection. In my opinion, Exchange should not be exposed directly to the internet and should be protected by another vendor’s solution in order to add another tier and therefore another level of complexity protecting against SPAM attacks.  A <a target="_blank" href="http://www.gfi.com/mes">multi tiered anti spam approach</a> is required in order to gain a level of protection acceptable to any size organization.</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/05/exchange-2003-spam-filters-%e2%80%93-a-really-good-start-is-it-enough/">Exchange 2003 SPAM filters – A Really good Start, is it enough?</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.allspammedup.com/2008/05/exchange-2003-spam-filters-%e2%80%93-a-really-good-start-is-it-enough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

