<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Havij SQL Injection Filter in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/havij-sql-injection-filter/m-p/13695#M10038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case you don't have to create a Custom Vulnerability Signature but a Custom Application Signature, in the way you have told and creating a security policy with the deny action for that application.&lt;/P&gt;&lt;P&gt;You have to use "http-req-headers" and insert "Havij" as pattern match. This should works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jun 2011 16:57:14 GMT</pubDate>
    <dc:creator>migration</dc:creator>
    <dc:date>2011-06-07T16:57:14Z</dc:date>
    <item>
      <title>Havij SQL Injection Filter</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/havij-sql-injection-filter/m-p/13694#M10037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There doesn't seem to be a filter for this vulnerability at this time so I am trying to write one.&amp;nbsp; By default the program uses its name in the agent string;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727) Havij&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a vulnerability filter that looks for "Havij" in the agent string, my belief based on what I have read is the filter should read something like pattern-match http-req-headers, where I am stuck though is the value, since it has to be at least 7 bytes, is there a way to pad "Havij" so it meets the requirement?&amp;nbsp; Or am I going about this wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 16:37:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/havij-sql-injection-filter/m-p/13694#M10037</guid>
      <dc:creator>rodrigum</dc:creator>
      <dc:date>2011-06-07T16:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Havij SQL Injection Filter</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/havij-sql-injection-filter/m-p/13695#M10038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case you don't have to create a Custom Vulnerability Signature but a Custom Application Signature, in the way you have told and creating a security policy with the deny action for that application.&lt;/P&gt;&lt;P&gt;You have to use "http-req-headers" and insert "Havij" as pattern match. This should works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 16:57:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/havij-sql-injection-filter/m-p/13695#M10038</guid>
      <dc:creator>migration</dc:creator>
      <dc:date>2011-06-07T16:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Havij SQL Injection Filter</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/havij-sql-injection-filter/m-p/13696#M10039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same error, "must be at least 7 bytes".&amp;nbsp; I am running 3.1 if that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 18:05:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/havij-sql-injection-filter/m-p/13696#M10039</guid>
      <dc:creator>rodrigum</dc:creator>
      <dc:date>2011-06-07T18:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Havij SQL Injection Filter</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/havij-sql-injection-filter/m-p/13697#M10040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you do not have a 7 byte anchor for your data pattern then you will get that error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case your data pattern is not long enough. Can you pad the pattern with additional characters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 18:19:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/havij-sql-injection-filter/m-p/13697#M10040</guid>
      <dc:creator>bpappas</dc:creator>
      <dc:date>2011-06-07T18:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Havij SQL Injection Filter</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/havij-sql-injection-filter/m-p/13698#M10041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The string I posted above is what is passed, is there an easy way to use that to create the match string included in it the padding I need/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 18:22:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/havij-sql-injection-filter/m-p/13698#M10041</guid>
      <dc:creator>rodrigum</dc:creator>
      <dc:date>2011-06-07T18:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Havij SQL Injection Filter</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/havij-sql-injection-filter/m-p/13699#M10042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;\)\ Havij&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2011 18:31:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/havij-sql-injection-filter/m-p/13699#M10042</guid>
      <dc:creator>bpappas</dc:creator>
      <dc:date>2011-06-07T18:31:31Z</dc:date>
    </item>
  </channel>
</rss>

