<?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>.Net Geek &#187; Spam</title>
	<atom:link href="http://www.aakashjain.com/tag/spam/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aakashjain.com</link>
	<description>Technology, musings and stuff by Aakash Jain</description>
	<lastBuildDate>Mon, 04 Jan 2010 13:51:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Foil the spam robots with SpamPoison</title>
		<link>http://www.aakashjain.com/misc/foil-the-spam-robots-with-spampoison-18</link>
		<comments>http://www.aakashjain.com/misc/foil-the-spam-robots-with-spampoison-18#comments</comments>
		<pubDate>Fri, 30 May 2008 09:57:51 +0000</pubDate>
		<dc:creator>Aakash</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.aakashjain.com/Foil+The+Spam+Robots+With+SpamPoison.aspx</guid>
		<description><![CDATA[SpamPoison is a small but useful utility to fight against spammers. It won’t directly help you in bringing down spam in your blog/Inbox but will stop spammers harvesting information which they can use for sending spam emails. Spammers usually get email addresses with the help of Bots. Bots (also known as wanderers, spiders or crawlers) [...]]]></description>
			<content:encoded><![CDATA[<p>SpamPoison is a small but useful utility to fight against spammers. It won’t directly help you in bringing down spam in your blog/Inbox but will stop spammers harvesting information which they can use for sending spam emails. Spammers usually get email addresses with the help of Bots. Bots (also known as wanderers, spiders or crawlers) crawls a web page and continually retrieving linked pages for extracting any email like string and store it in a database. Certainly this database is further used for sending spam emails using mass mailer software. Spam poison identifies these spammer’s crawlers and feed them through an infinite loop of dynamically generated fake email addresses. All you have to do is link back  <a href="http://english-73069216569.spampoison.com/" target="_blank">this page</a> so that whenever a spammer&#8217;s robot scans your page, it will be sucked into this one. To link to this page, just use this simple code:</p>
<pre><span style="color: #0000ff;">&lt;a href="<span style="color: #a52a2a;">http://english-130430879095.spampoison.com</span>"&gt;<span style="color: #a52a2a;">Fight Spam! Click Here!</span>&lt;/a&gt;</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.aakashjain.com/misc/foil-the-spam-robots-with-spampoison-18/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Busting Spam in My dasBlog</title>
		<link>http://www.aakashjain.com/dasblog/busting-spam-in-my-dasblog-25</link>
		<comments>http://www.aakashjain.com/dasblog/busting-spam-in-my-dasblog-25#comments</comments>
		<pubDate>Wed, 30 Jan 2008 11:33:37 +0000</pubDate>
		<dc:creator>Aakash</dc:creator>
				<category><![CDATA[Musings]]></category>
		<category><![CDATA[dasBlog]]></category>
		<category><![CDATA[Akismet]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.aakashjain.com/Busting+Spam+In+My+DasBlog.aspx</guid>
		<description><![CDATA[SPAM. Every one hate it and Why not? No one wish to waste his/her time in searching through all messages for a few legitimate messages. I have been receiving lot of SPAM comments before I find an effective way to stop it. (God knows why they were trying to sell Viagra and what not on [...]]]></description>
			<content:encoded><![CDATA[<p>SPAM. Every one hate it and Why not? No one wish to waste his/her time in searching through all messages for a few legitimate messages. I have been receiving lot of SPAM comments before I find an effective way to stop it. (God knows why they were trying to sell Viagra and what not on my blog) To fight it, I have had enabled CAPTCHA for comments on my blog. Enabling the CAPTCHA discouraged SPAM and amount of SPAM goes down significantly, but the genuine posts were also reduced. I believe that visitors don’t want to bear the pain of entering the security words while posting comments. I can understand this because even I feel discouraged leaving comment where someone has enabled CAPTCHA on their blogs. I really wanted to stop SPAM but not at the cost of comments of my dear readers. Other possible way to spam is to blacklist IPs responsible for SPAM messages. However, you just can’t create a list of black listed IPs and keep adding as you encounter the new one. They are very clever and keep changing their IPs frequently.</p>
<p>Finally, I found <a href="http://akismet.com" target="_blank">Akismet</a> is one other good (may be best) service which is helping the bloggers to fight SPAM. &#8220;Akismet is an automated spam blocking service which blocks Spam as it learns from its users/community marking SPAM Comments as &#8220;SPAM&#8221;. Luckily, dasBlog (my blog runs on dasBlog engine.) have implemented the Akismet service and can be enabled by entering the API Key under “Configuration” of dasBlog. Anyone, using dasBlog can enable this service as shown in picture below.</p>
<p><img src="http://www.aakashjain.com/content/binary/dasblogAkismet.PNG" border="1" alt="" /></p>
<p>(You need to enter the API Key box – <a href="http://akismet.com/personal" target="_blank"><strong>How to get Akismet API Key</strong></a>)</p>
<p>It&#8217;s been two months I am using their service and I am very happy with it. I like them so much (possibly I&#8217;m so confident now) that, now I am deleting any SPAM straightaway without moderation. I found Akismet most effective than CAPTCHA and Blacklist IPs. What are you people using?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aakashjain.com/dasblog/busting-spam-in-my-dasblog-25/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Possible Code Injection Hack on my Site</title>
		<link>http://www.aakashjain.com/personal/possible-code-injection-hack-on-my-site-39</link>
		<comments>http://www.aakashjain.com/personal/possible-code-injection-hack-on-my-site-39#comments</comments>
		<pubDate>Sun, 09 Sep 2007 15:07:37 +0000</pubDate>
		<dc:creator>Aakash</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.aakashjain.com/Possible+Code+Injection+Hack+On+My+Site.aspx</guid>
		<description><![CDATA[Recently, my site is put on warning by the Google. What I mean by put on warning is that when people search my site on Google, result lead to a warning page of Google instead of the targeted page of my site. The warning page of Google said that there is a badware/malware on my [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, my site is put on warning by the <a href="http://www.google.com" target="_blank">Google</a>. What I mean by put on warning is that when people search my site on Google, result lead to a warning page of Google instead of the targeted page of my site. The warning page of Google said that there is a badware/malware on my site. Google also suggest visiting <a href="http://www.stopbadware.org" target="_blank">stopbadware.org</a> for more information. As shown in the pictures below</p>
<p><img src="http://www.aakashjain.com/content/binary/harm_result.jpg" border="0" alt="" /></p>
<p><img src="http://www.aakashjain.com/content/binary/warning1.jpg" border="0" alt="" /></p>
<p>I have been experienced some delay in opening the home page, even sometime my I.E crashed. But I never thought that this could be due to some hack that had already taken over my website. It was only just two days, even before I could go deep into the details of error, When finally I got this mail from Google stating that they have identified my site as that one who distribute malware or badware. Now I found that some hack have happened to my site. It is trying to download some plug-in in background that is off course not from my domain. So I decided to redirect the user of my site to a maintenance page so that I can peep hard into the source code and do the cleaning stuff. Even I have tried deleting all blog entries and comments. But, I got no success finding malicious script/code.  Luckily, I have taken the full backup of my site few days back. So I deleted all current pages and uploaded the backup. It works fine.</p>
<p>Anyway this is the time for me to act fast as traffic of site has taken a plunge. It has gone down by 90%. I fear that Google may drop my pages from its index. This is killing me in frustration. However, I have sorted out the problem but Google yet to do a review on my site. It is necessary to remove that nasty warning message. I have made a Review Request on Google and Stopbadware and keeping my finger crossed. I hope Google and Stopbadware will remove my site from their defaulter list.</p>
<p>Probably, this could be a code insertion hack, some third-party supplied advertising may contain links to badware, or the server hacks may have resulted in the insertion of code onto the site&#8217;s webpage.</p>
<p>Stopbadware.org published some security tips &#8211; <a href="http://stopbadware.org/home/security" target="_blank">http://stopbadware.org/home/security</a></p>
<p>StopBadware discussion group &#8211; <a href="http://groups.google.com/group/stopbadware" target="_blank">http://groups.google.com/group/stopbadware</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aakashjain.com/personal/possible-code-injection-hack-on-my-site-39/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
