<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/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/" xmlns:cs="http://blogs.iis.net/"><channel><title>Security</title><link>http://forums.iis.net/1031.aspx</link><description>A forum aimed at helping understand IIS security such as Authentication, IP restrictions, and SSL</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: urlscan and querystring</title><link>http://forums.iis.net/thread/1878592.aspx</link><pubDate>Fri, 05 Sep 2008 21:40:37 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1878592</guid><dc:creator>steve schofield</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1878592.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1031&amp;PostID=1878592</wfw:commentRss><description>&lt;p&gt;I agree with the previous post.&amp;nbsp; As they mention trimming rules, start with the common ones like CAST(, DECLARE, EXEC to see if you stop injections.&amp;nbsp; If you just monitor the querystring item, that can help cutdown on false positives.&amp;nbsp; I tried monitoring the RAW parameter and had a lot of legitimate traffic blocked.&amp;nbsp; The only way as the other poster said is to validate your input parameters before submitting to your data store.&lt;/p&gt;</description></item><item><title>Re: urlscan and querystring</title><link>http://forums.iis.net/thread/1878581.aspx</link><pubDate>Fri, 05 Sep 2008 19:16:48 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1878581</guid><dc:creator>naziml</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1878581.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1031&amp;PostID=1878581</wfw:commentRss><description>&lt;p&gt;Keep trimming the rules list till you remove the false positives. Remember that UrlScan is only a stopgap for you to protect your resources while you fix your application to be hardened against SQL injection. The real fix for the issue is to fix your web application logic.&lt;/p&gt;
&lt;p&gt;HTH.&lt;/p&gt;</description></item><item><title>Re: urlscan and querystring</title><link>http://forums.iis.net/thread/1878354.aspx</link><pubDate>Wed, 03 Sep 2008 20:35:55 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1878354</guid><dc:creator>sauminpatel</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1878354.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1031&amp;PostID=1878354</wfw:commentRss><description>Hi Steve,
Thanks for your response. I have the rules from your blog...but the problem is that even a keyword like &amp;quot;drop table&amp;quot; is a valid keyword on our site. How can i get around this problem? also, like i mentioned earlier &amp;quot;kill&amp;quot; is also a valid keyword. Please advise.

Thanks!</description></item><item><title>Re: urlscan and querystring</title><link>http://forums.iis.net/thread/1878102.aspx</link><pubDate>Mon, 01 Sep 2008 03:40:52 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1878102</guid><dc:creator>steve schofield</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1878102.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1031&amp;PostID=1878102</wfw:commentRss><description>&lt;p&gt;Make sure your key words list in your sql injection attack does not have the key words you mentioned.&amp;nbsp; I would verify what is listed in your rule.&lt;/p&gt;</description></item><item><title>urlscan and querystring</title><link>http://forums.iis.net/thread/1877986.aspx</link><pubDate>Fri, 29 Aug 2008 15:55:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1877986</guid><dc:creator>sauminpatel</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1877986.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1031&amp;PostID=1877986</wfw:commentRss><description>&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;our site is getting sql injection attacks right now and we have put up urlscan 3.0 on IIS 6. it is working fine. however, we have a search textbox where people can search for terms on our site...here if i enter words like &amp;quot;insertis&amp;quot; or &amp;quot;kill&amp;quot;, etc (which are valid keywords on our site), urlscan catches it and rejects the request. I wanted to find out how can i avoid this? there are many keywords (and they are changing too!) on our site, so i cant put it under allowedquerystrings. Please let me know ASAP.&lt;/p&gt;
&lt;p&gt;Thanks!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>