<?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: http uri inspect help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/http-uri-inspect-help/m-p/793371#M85795</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HTTP Inspection and URL Inspection are completely independent services. Enhanced HTTP inspection is configured via an 'http-map', which is then applied to the 'inspect htttp' statement.Both URL Filtering (via Websense and N2H2), and Java/ActiveX filtering are independant of enabling/disabling 'inspect http'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this bug details: CSCsd80188&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this configuration guide for HTTP inspection.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa70/configuration/guide/inspect.html#wp1144258" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa70/configuration/guide/inspect.html#wp1144258&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2007 18:27:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2007-09-10T18:27:02Z</dc:date>
    <item>
      <title>http uri inspect help</title>
      <link>https://community.cisco.com/t5/network-security/http-uri-inspect-help/m-p/793370#M85794</link>
      <description>&lt;P&gt;I am trying to block access to urls that include a certain file name as part of an exploit.  Here is a sample URL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.someplace.com/index.php?exec%20udp.pl" target="_blank"&gt;http://www.someplace.com/index.php?exec%20udp.pl&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is usually common in the exploits I am looking to block is the udp.pl.  Here is what I have so far, but the regex, even though it tests good so far in ASDM does not fire.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex udp.pl "udp"&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;class-map outside-class&lt;/P&gt;&lt;P&gt; match port tcp eq www&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect dns migrated_dns_map_1&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  message-length maximum 512&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns migrated_dns_map_1 &lt;/P&gt;&lt;P&gt;  inspect esmtp &lt;/P&gt;&lt;P&gt;  inspect ftp strict &lt;/P&gt;&lt;P&gt;policy-map type inspect http http_inspect&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt;  protocol-violation action drop-connection log&lt;/P&gt;&lt;P&gt; match request uri regex udp.pl&lt;/P&gt;&lt;P&gt;  drop-connection log&lt;/P&gt;&lt;P&gt;policy-map outside-policy&lt;/P&gt;&lt;P&gt; class outside-class&lt;/P&gt;&lt;P&gt;  inspect http http_inspect &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;service-policy outside-policy interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fw1# show service-policy &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global policy: &lt;/P&gt;&lt;P&gt;  Service-policy: global_policy&lt;/P&gt;&lt;P&gt;    Class-map: inspection_default&lt;/P&gt;&lt;P&gt;      Inspect: dns migrated_dns_map_1, packet 122579, drop 37, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: esmtp _default_esmtp_map, packet 65958, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;      Inspect: ftp strict, packet 31696, drop 50, reset-drop 43&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface outside:&lt;/P&gt;&lt;P&gt;  Service-policy: outside-policy&lt;/P&gt;&lt;P&gt;    Class-map: outside-class&lt;/P&gt;&lt;P&gt;      Inspect: http http_inspect, packet 716, drop 0, reset-drop 0&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 10:46:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/http-uri-inspect-help/m-p/793370#M85794</guid>
      <dc:creator>alphaomegahosting</dc:creator>
      <dc:date>2019-03-10T10:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: http uri inspect help</title>
      <link>https://community.cisco.com/t5/network-security/http-uri-inspect-help/m-p/793371#M85795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HTTP Inspection and URL Inspection are completely independent services. Enhanced HTTP inspection is configured via an 'http-map', which is then applied to the 'inspect htttp' statement.Both URL Filtering (via Websense and N2H2), and Java/ActiveX filtering are independant of enabling/disabling 'inspect http'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this bug details: CSCsd80188&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this configuration guide for HTTP inspection.&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa70/configuration/guide/inspect.html#wp1144258" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa70/configuration/guide/inspect.html#wp1144258&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 18:27:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/http-uri-inspect-help/m-p/793371#M85795</guid>
      <dc:creator />
      <dc:date>2007-09-10T18:27:02Z</dc:date>
    </item>
  </channel>
</rss>

