<?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: blocking URLS with MPF in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/blocking-urls-with-mpf/m-p/1487272#M662012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check out the example configurations in the link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.cisco.com/docs/DOC-1268;jsessionid=04C0678692F3EDA69D5921326AEC1195.node0"&gt;https://supportforums.cisco.com/docs/DOC-1268;jsessionid=04C0678692F3EDA69D5921326AEC1195.node0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you in configuring the allow part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jul 2010 18:45:33 GMT</pubDate>
    <dc:creator>Nagaraja Thanthry</dc:creator>
    <dc:date>2010-07-08T18:45:33Z</dc:date>
    <item>
      <title>blocking URLS with MPF</title>
      <link>https://community.cisco.com/t5/network-security/blocking-urls-with-mpf/m-p/1487268#M661973</link>
      <description>&lt;P&gt;I would like to write a policy on the ASA to block any URL with the word "facebook" in it, except for&lt;SPAN style="background-color: #f8fafd;"&gt; &lt;A href="http://www.facebook.com" target="_blank"&gt;www.facebook.com&lt;/A&gt; so &lt;A href="http://www.wwfacebook.com" target="_blank"&gt;www.wwfacebook.com&lt;/A&gt; and &lt;A href="http://www.wwwfacebook.com" target="_blank"&gt;www.wwwfacebook.com&lt;/A&gt; would be blocked but &lt;A href="http://www.facebook.com" target="_blank"&gt;www.facebook.com&lt;/A&gt; would not.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8fafd;"&gt;I believe the blocking policy should look like below, but I am unsure how I should create an exception to allow &lt;A href="http://www.facebook.com" target="_blank"&gt;www.facebook.com&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex blockex1 "/facebook/"&lt;/P&gt;&lt;P&gt;class-map type inspect http match-any block-url-class&lt;BR /&gt; match request uri regex blockex1&lt;/P&gt;&lt;P&gt;policy-map type inspect http block-url-policy&lt;BR /&gt; parameters&lt;BR /&gt; class block-url-class&lt;BR /&gt;&amp;nbsp; drop-connection log&lt;BR /&gt;policy-map global_policy&lt;BR /&gt; class inspection_default&lt;BR /&gt;&amp;nbsp; inspect http block-url-policy&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:08:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-urls-with-mpf/m-p/1487268#M661973</guid>
      <dc:creator>networker99</dc:creator>
      <dc:date>2019-03-11T18:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: blocking URLS with MPF</title>
      <link>https://community.cisco.com/t5/network-security/blocking-urls-with-mpf/m-p/1487269#M661979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a more specific regex that will match &lt;A href="https://community.cisco.com/www.facebook.com" target="_blank"&gt;www.facebook.com&lt;/A&gt; and put that policy first in the MPF policy-map.&amp;nbsp; When this traffic is matched (ie when someone goes to &lt;A href="https://community.cisco.com/www.facebook.com)" target="_blank"&gt;www.facebook.com)&lt;/A&gt;, this class of traffic will be matched first and will allow that connection.&amp;nbsp; When the user attempts to go to any other website with 'facebook' in the URL, it will NOT match the first policy (for &lt;A href="https://community.cisco.com/www.facebook.com)" target="_blank"&gt;www.facebook.com)&lt;/A&gt; but will match the second policy (matching 'facebook' anywhere else in the URL) and will be dropped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 15:54:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-urls-with-mpf/m-p/1487269#M661979</guid>
      <dc:creator>Kevin Redmon</dc:creator>
      <dc:date>2010-07-08T15:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: blocking URLS with MPF</title>
      <link>https://community.cisco.com/t5/network-security/blocking-urls-with-mpf/m-p/1487270#M661989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, but what action do I apply to the permit traffic? as their is no forward or permit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 16:32:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-urls-with-mpf/m-p/1487270#M661989</guid>
      <dc:creator>networker99</dc:creator>
      <dc:date>2010-07-08T16:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: blocking URLS with MPF</title>
      <link>https://community.cisco.com/t5/network-security/blocking-urls-with-mpf/m-p/1487271#M662002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need to put an action for the 'www.facebook.com' instance - leaving the &lt;BR /&gt;policy blank should do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 18:40:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-urls-with-mpf/m-p/1487271#M662002</guid>
      <dc:creator>Kevin Redmon</dc:creator>
      <dc:date>2010-07-08T18:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: blocking URLS with MPF</title>
      <link>https://community.cisco.com/t5/network-security/blocking-urls-with-mpf/m-p/1487272#M662012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check out the example configurations in the link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.cisco.com/docs/DOC-1268;jsessionid=04C0678692F3EDA69D5921326AEC1195.node0"&gt;https://supportforums.cisco.com/docs/DOC-1268;jsessionid=04C0678692F3EDA69D5921326AEC1195.node0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you in configuring the allow part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jul 2010 18:45:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/blocking-urls-with-mpf/m-p/1487272#M662012</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-07-08T18:45:33Z</dc:date>
    </item>
  </channel>
</rss>

