<?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: ASA - Inspecting HTTP traffic to URL in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-inspecting-http-traffic-to-url/m-p/718388#M1002351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try replacing the following command,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex regex_lycos "www.lycos.com"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex regex_lycos "w{3}\.lycos\.com"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate it if it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2007 15:06:53 GMT</pubDate>
    <dc:creator>sridharvaidyanathan</dc:creator>
    <dc:date>2007-08-22T15:06:53Z</dc:date>
    <item>
      <title>ASA - Inspecting HTTP traffic to URL</title>
      <link>https://community.cisco.com/t5/network-security/asa-inspecting-http-traffic-to-url/m-p/718386#M1002346</link>
      <description>&lt;P&gt;I'm trying to block access to lycos.com and doing it this way but it's not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex regex_lycos "&lt;A href="http://www.lycos.com" target="_blank"&gt;www.lycos.com&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;class-map cmap_test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type regex match-any cmap_regex1&lt;/P&gt;&lt;P&gt; match regex regex_lycos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type inspect http match-all http_traffic&lt;/P&gt;&lt;P&gt; match request uri regex class cmap_regex1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map type inspect http pmap_http&lt;/P&gt;&lt;P&gt; parameters&lt;/P&gt;&lt;P&gt; class http_traffic&lt;/P&gt;&lt;P&gt;  reset log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map pmap3&lt;/P&gt;&lt;P&gt; class cmap_test&lt;/P&gt;&lt;P&gt;  inspect http pmap_http &lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy pmap3 interface inside&lt;/P&gt;&lt;P&gt;service-policy pmap3 interface outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the output of my 'show service-policy' commands after going to lycos.com. The connection was allowed and nothing was blocked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H(config)# sh service-policy int inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface inside:&lt;/P&gt;&lt;P&gt;  Service-policy: pmap3&lt;/P&gt;&lt;P&gt;    Class-map: cmap_test&lt;/P&gt;&lt;P&gt;      Inspect: http pmap_http, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H(config)# sh service-policy int ou     &lt;/P&gt;&lt;P&gt;Interface outside:&lt;/P&gt;&lt;P&gt;  Service-policy: pmap3&lt;/P&gt;&lt;P&gt;    Class-map: cmap_test&lt;/P&gt;&lt;P&gt;      Inspect: http pmap_http, packet 0, drop 0, reset-drop 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:38:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-inspecting-http-traffic-to-url/m-p/718386#M1002346</guid>
      <dc:creator>ciscors</dc:creator>
      <dc:date>2019-03-11T10:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: ASA - Inspecting HTTP traffic to URL</title>
      <link>https://community.cisco.com/t5/network-security/asa-inspecting-http-traffic-to-url/m-p/718387#M1002349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The enhanced HTTP inspection feature, which is also known as an application firewall and is available when you configure an HTTP map  can help prevent attackers from using HTTP messages for circumventing network security policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/docs/security/asa/asa71/configuration/guide/inspect.html#wp1431359" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa71/configuration/guide/inspect.html#wp1431359&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 19:38:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-inspecting-http-traffic-to-url/m-p/718387#M1002349</guid>
      <dc:creator>a-vazquez</dc:creator>
      <dc:date>2007-07-06T19:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: ASA - Inspecting HTTP traffic to URL</title>
      <link>https://community.cisco.com/t5/network-security/asa-inspecting-http-traffic-to-url/m-p/718388#M1002351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try replacing the following command,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex regex_lycos "www.lycos.com"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex regex_lycos "w{3}\.lycos\.com"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rate it if it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 15:06:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-inspecting-http-traffic-to-url/m-p/718388#M1002351</guid>
      <dc:creator>sridharvaidyanathan</dc:creator>
      <dc:date>2007-08-22T15:06:53Z</dc:date>
    </item>
  </channel>
</rss>

