<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Mass SQL Injection attack is still out there</title>
	<atom:link href="http://www.slaviks-blog.com/2008/06/20/mass-sql-injection-attack-is-still-out-there/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.slaviks-blog.com/2008/06/20/mass-sql-injection-attack-is-still-out-there/</link>
	<description>Slavik&#039;s Blog</description>
	<lastBuildDate>Thu, 22 Jul 2010 15:04:28 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: RandomUser</title>
		<link>http://www.slaviks-blog.com/2008/06/20/mass-sql-injection-attack-is-still-out-there/comment-page-1/#comment-3285</link>
		<dc:creator>RandomUser</dc:creator>
		<pubDate>Wed, 06 Aug 2008 13:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.slaviks-blog.com/?p=57#comment-3285</guid>
		<description>I&#039;ve been watching this botnet attempt to infect various servers I manage over the last week.  Eventually I got annoyed that they were triggering the error handling so I wrote some code to automatically add them to the banned IP list when they try.

They&#039;re still trying with the ton of IP addresses they have access to, but I don&#039;t have to see so many errors any more. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been watching this botnet attempt to infect various servers I manage over the last week.  Eventually I got annoyed that they were triggering the error handling so I wrote some code to automatically add them to the banned IP list when they try.</p>
<p>They&#8217;re still trying with the ton of IP addresses they have access to, but I don&#8217;t have to see so many errors any more. <img src='http://www.slaviks-blog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack</title>
		<link>http://www.slaviks-blog.com/2008/06/20/mass-sql-injection-attack-is-still-out-there/comment-page-1/#comment-3268</link>
		<dc:creator>Jack</dc:creator>
		<pubDate>Wed, 23 Jul 2008 17:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.slaviks-blog.com/?p=57#comment-3268</guid>
		<description>Thanks for the excellent info.  We converted your code into ColdFusion too - great article!</description>
		<content:encoded><![CDATA[<p>Thanks for the excellent info.  We converted your code into ColdFusion too &#8211; great article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slavik</title>
		<link>http://www.slaviks-blog.com/2008/06/20/mass-sql-injection-attack-is-still-out-there/comment-page-1/#comment-1546</link>
		<dc:creator>Slavik</dc:creator>
		<pubDate>Thu, 26 Jun 2008 09:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.slaviks-blog.com/?p=57#comment-1546</guid>
		<description>@Qwaider - The attacks are automated coming from a zombie botnet so they will keep trying to hit your site even if you are not vulnerable. Thanks for the suggestion about &#039;;&#039;. Actually, the last replace will replace &#039;;&#039; with &#039;,&#039;.</description>
		<content:encoded><![CDATA[<p>@Qwaider &#8211; The attacks are automated coming from a zombie botnet so they will keep trying to hit your site even if you are not vulnerable. Thanks for the suggestion about &#8216;;&#8217;. Actually, the last replace will replace &#8216;;&#8217; with &#8216;,&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luary</title>
		<link>http://www.slaviks-blog.com/2008/06/20/mass-sql-injection-attack-is-still-out-there/comment-page-1/#comment-1530</link>
		<dc:creator>Luary</dc:creator>
		<pubDate>Thu, 26 Jun 2008 01:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.slaviks-blog.com/?p=57#comment-1530</guid>
		<description>The regular expression did not work in my case. I ended up doing a Split(stringtoscan, &quot;;&quot;)(0) and with that result replaced &quot;&#039;&quot; with &quot;&#039;&#039;&quot;, removing &quot;@&quot; as well as removing SQL key words such as DROP, EXECUTE, UPDATE, etc.</description>
		<content:encoded><![CDATA[<p>The regular expression did not work in my case. I ended up doing a Split(stringtoscan, &#8220;;&#8221;)(0) and with that result replaced &#8220;&#8216;&#8221; with &#8220;&#8221;&#8221;, removing &#8220;@&#8221; as well as removing SQL key words such as DROP, EXECUTE, UPDATE, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qwaider</title>
		<link>http://www.slaviks-blog.com/2008/06/20/mass-sql-injection-attack-is-still-out-there/comment-page-1/#comment-1461</link>
		<dc:creator>Qwaider</dc:creator>
		<pubDate>Tue, 24 Jun 2008 19:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.slaviks-blog.com/?p=57#comment-1461</guid>
		<description>I&#039;m facing the very same attack, and I&#039;m monitoring it very closely. I wish I could figure out what these people want. I mean, it&#039;s obvious that I&#039;ve got everything parametrized and they will not get through. But this doesnt stop them from trying as I can see it.

Quick suggestion on your function above. Unless the querystring has a use for &quot;;&quot;, you might want to check for that in specific simply because someone might have &quot;;drop&quot; or something else that could be harmful

Just my 2c</description>
		<content:encoded><![CDATA[<p>I&#8217;m facing the very same attack, and I&#8217;m monitoring it very closely. I wish I could figure out what these people want. I mean, it&#8217;s obvious that I&#8217;ve got everything parametrized and they will not get through. But this doesnt stop them from trying as I can see it.</p>
<p>Quick suggestion on your function above. Unless the querystring has a use for &#8220;;&#8221;, you might want to check for that in specific simply because someone might have &#8220;;drop&#8221; or something else that could be harmful</p>
<p>Just my 2c</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DBA</title>
		<link>http://www.slaviks-blog.com/2008/06/20/mass-sql-injection-attack-is-still-out-there/comment-page-1/#comment-1458</link>
		<dc:creator>DBA</dc:creator>
		<pubDate>Tue, 24 Jun 2008 19:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.slaviks-blog.com/?p=57#comment-1458</guid>
		<description>THANK YOU VERY MUCH FOR THIS FIX.</description>
		<content:encoded><![CDATA[<p>THANK YOU VERY MUCH FOR THIS FIX.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.926 seconds -->
