<?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: Possible To Block HTTP/1.0 Requests? in Custom Signatures</title>
    <link>https://live.paloaltonetworks.com/t5/custom-signatures/possible-to-block-http-1-0-requests/m-p/144761#M153</link>
    <description>&lt;P&gt;Thanks! I'll give this a try!&lt;/P&gt;</description>
    <pubDate>Fri, 24 Feb 2017 15:25:07 GMT</pubDate>
    <dc:creator>pwebber</dc:creator>
    <dc:date>2017-02-24T15:25:07Z</dc:date>
    <item>
      <title>Possible To Block HTTP/1.0 Requests?</title>
      <link>https://live.paloaltonetworks.com/t5/custom-signatures/possible-to-block-http-1-0-requests/m-p/144361#M149</link>
      <description>&lt;P&gt;Can't seem to find a way to do it. I don't see a built-in signature, and was going to make a custom one, but the&amp;nbsp;patern match context doesn't seem to cover the HTTP version for some odd reason. Maybe I'm missing something?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2017 16:18:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/custom-signatures/possible-to-block-http-1-0-requests/m-p/144361#M149</guid>
      <dc:creator>pwebber</dc:creator>
      <dc:date>2017-02-22T16:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Possible To Block HTTP/1.0 Requests?</title>
      <link>https://live.paloaltonetworks.com/t5/custom-signatures/possible-to-block-http-1-0-requests/m-p/144364#M150</link>
      <description>Can you put in a screen shot of the packet capture you want to make it based off of?</description>
      <pubDate>Wed, 22 Feb 2017 16:34:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/custom-signatures/possible-to-block-http-1-0-requests/m-p/144364#M150</guid>
      <dc:creator>murphyj</dc:creator>
      <dc:date>2017-02-22T16:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Possible To Block HTTP/1.0 Requests?</title>
      <link>https://live.paloaltonetworks.com/t5/custom-signatures/possible-to-block-http-1-0-requests/m-p/144664#M152</link>
      <description>&lt;P&gt;Although the custom signature document indicates the "http-req-headers" context excludes the ablity to match on the method/path/version/host info, I have found that you can at least match on the method and version info using this context.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't tried to match path/host info, however, as there are specific contexts available for those headers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The attached vulnerability sig XML looks for v1.1 in a GET method, it would be easy enough to modify it to look for 1.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-C&lt;/P&gt;&lt;PRE&gt;&amp;lt;vulnerability-threat version="7.1.0"&amp;gt;
  &amp;lt;entry name="41002"&amp;gt;
    &amp;lt;signature&amp;gt;
      &amp;lt;standard&amp;gt;
        &amp;lt;entry name="sig-http-ver"&amp;gt;
          &amp;lt;and-condition&amp;gt;
            &amp;lt;entry name="And Condition 1"&amp;gt;
              &amp;lt;or-condition&amp;gt;
                &amp;lt;entry name="Or Condition 1"&amp;gt;
                  &amp;lt;operator&amp;gt;
                    &amp;lt;pattern-match&amp;gt;
                      &amp;lt;qualifier&amp;gt;
                        &amp;lt;entry name="http-method"&amp;gt;
                          &amp;lt;value&amp;gt;GET&amp;lt;/value&amp;gt;
                        &amp;lt;/entry&amp;gt;
                      &amp;lt;/qualifier&amp;gt;
                      &amp;lt;pattern&amp;gt;\x48 54 54 50 2f 31 2e 31\x&amp;lt;/pattern&amp;gt;
                      &amp;lt;context&amp;gt;http-req-headers&amp;lt;/context&amp;gt;
                      &amp;lt;negate&amp;gt;no&amp;lt;/negate&amp;gt;
                    &amp;lt;/pattern-match&amp;gt;
                  &amp;lt;/operator&amp;gt;
                &amp;lt;/entry&amp;gt;
              &amp;lt;/or-condition&amp;gt;
            &amp;lt;/entry&amp;gt;
          &amp;lt;/and-condition&amp;gt;
          &amp;lt;order-free&amp;gt;no&amp;lt;/order-free&amp;gt;
          &amp;lt;scope&amp;gt;protocol-data-unit&amp;lt;/scope&amp;gt;
          &amp;lt;comment&amp;gt;looks for http version 1.1 in header&amp;lt;/comment&amp;gt;
        &amp;lt;/entry&amp;gt;
      &amp;lt;/standard&amp;gt;
    &amp;lt;/signature&amp;gt;
    &amp;lt;default-action&amp;gt;
      &amp;lt;alert/&amp;gt;
    &amp;lt;/default-action&amp;gt;
    &amp;lt;threatname&amp;gt;http-header-get-v1-1&amp;lt;/threatname&amp;gt;
    &amp;lt;severity&amp;gt;informational&amp;lt;/severity&amp;gt;
    &amp;lt;direction&amp;gt;client2server&amp;lt;/direction&amp;gt;
    &amp;lt;comment&amp;gt;http 1.1&amp;lt;/comment&amp;gt;
    &amp;lt;affected-host&amp;gt;
      &amp;lt;client&amp;gt;yes&amp;lt;/client&amp;gt;
    &amp;lt;/affected-host&amp;gt;
  &amp;lt;/entry&amp;gt;
&amp;lt;/vulnerability-threat&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 00:25:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/custom-signatures/possible-to-block-http-1-0-requests/m-p/144664#M152</guid>
      <dc:creator>claudec</dc:creator>
      <dc:date>2017-02-24T00:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Possible To Block HTTP/1.0 Requests?</title>
      <link>https://live.paloaltonetworks.com/t5/custom-signatures/possible-to-block-http-1-0-requests/m-p/144761#M153</link>
      <description>&lt;P&gt;Thanks! I'll give this a try!&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 15:25:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/custom-signatures/possible-to-block-http-1-0-requests/m-p/144761#M153</guid>
      <dc:creator>pwebber</dc:creator>
      <dc:date>2017-02-24T15:25:07Z</dc:date>
    </item>
  </channel>
</rss>

