<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to Decipher Strings Originating from SQL Injection Attacks</title><link>http://blogs.msdn.com/debuggingtoolbox/archive/2008/09/09/how-to-decipher-strings-originating-from-sql-injection-attacks.aspx</link><description>This blog article was written by Ayax Vargas, a friend and co-worker from my team. Ayax is very skilled in development/debugging and SQL Server. A few days ago I was reading one analysis done by Ayax and I was impressed by how he translated what looked</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>a-foton &amp;raquo; How to Decipher Strings Originating from SQL Injection Attacks</title><link>http://blogs.msdn.com/debuggingtoolbox/archive/2008/09/09/how-to-decipher-strings-originating-from-sql-injection-attacks.aspx#8937497</link><pubDate>Wed, 10 Sep 2008 00:37:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8937497</guid><dc:creator>a-foton &amp;raquo; How to Decipher Strings Originating from SQL Injection Attacks</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blog.a-foton.ru/2008/09/how-to-decipher-strings-originating-from-sql-injection-attacks/"&gt;http://blog.a-foton.ru/2008/09/how-to-decipher-strings-originating-from-sql-injection-attacks/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: How to Decipher Strings Originating from SQL Injection Attacks</title><link>http://blogs.msdn.com/debuggingtoolbox/archive/2008/09/09/how-to-decipher-strings-originating-from-sql-injection-attacks.aspx#8937502</link><pubDate>Wed, 10 Sep 2008 00:39:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8937502</guid><dc:creator>tony roth</dc:creator><description>&lt;p&gt;you have a warped sense of cool, but your right its cool! &lt;/p&gt;</description></item><item><title>re: How to Decipher Strings Originating from SQL Injection Attacks</title><link>http://blogs.msdn.com/debuggingtoolbox/archive/2008/09/09/how-to-decipher-strings-originating-from-sql-injection-attacks.aspx#8938500</link><pubDate>Wed, 10 Sep 2008 05:19:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8938500</guid><dc:creator>Barry Kelly</dc:creator><description>&lt;p&gt;The data are just hex-encoded ASCII values. Seems to me it would be much safer to translate those directly rather than feed it through a SQL server instance.&lt;/p&gt;</description></item><item><title>re: How to Decipher Strings Originating from SQL Injection Attacks</title><link>http://blogs.msdn.com/debuggingtoolbox/archive/2008/09/09/how-to-decipher-strings-originating-from-sql-injection-attacks.aspx#8939427</link><pubDate>Wed, 10 Sep 2008 11:04:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8939427</guid><dc:creator>Roberto Farah</dc:creator><description>&lt;p&gt;I know it's hex-encoded ASCII :) I didn't know that using SQL Server we could translate it. It's way faster and simpler than using WinDbg, for example.&lt;/p&gt;</description></item><item><title>re: How to Decipher Strings Originating from SQL Injection Attacks</title><link>http://blogs.msdn.com/debuggingtoolbox/archive/2008/09/09/how-to-decipher-strings-originating-from-sql-injection-attacks.aspx#8963878</link><pubDate>Wed, 24 Sep 2008 20:30:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8963878</guid><dc:creator>skyemark</dc:creator><description>&lt;p&gt;We've been getting hit hard for a few months now. When the injection code is found in the querystring we redirect to a page that doesn't exist. We were hoping if the bots got enough 404 errors they would leave us alone, but that's not working. Anyone know of a poison pill we can send back to them?&lt;/p&gt;</description></item><item><title>re: How to Decipher Strings Originating from SQL Injection Attacks</title><link>http://blogs.msdn.com/debuggingtoolbox/archive/2008/09/09/how-to-decipher-strings-originating-from-sql-injection-attacks.aspx#8972184</link><pubDate>Wed, 01 Oct 2008 23:45:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8972184</guid><dc:creator>John H.</dc:creator><description>&lt;p&gt;To speed things up I've stopped giving any response to these. &amp;nbsp; I'm sure enough of my own code, that I parse my inbound variables for semicolons -- If I find one, I abort the page and don't send any response.&lt;/p&gt;
&lt;p&gt;If nothing else, it speeds up my server a little.&lt;/p&gt;</description></item></channel></rss>