<?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 Problem adding URL to whitelist using Regex. in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/problem-adding-url-to-whitelist-using-regex/m-p/2368295#M271850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you ask us if you can't change anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wondering,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MiKa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Jan 2014 00:28:58 GMT</pubDate>
    <dc:creator>m.kafka</dc:creator>
    <dc:date>2014-01-12T00:28:58Z</dc:date>
    <item>
      <title>Problem adding URL to whitelist using Regex.</title>
      <link>https://community.cisco.com/t5/network-security/problem-adding-url-to-whitelist-using-regex/m-p/2368292#M271847</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;We have a Cisco 5525 ASA, and we have a Whitelist where only the agents are allowed to go to specific websites.&lt;/P&gt;&lt;P&gt;I am using the following commands to add a new URL to a list which was preconfigured by another IT member:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;(config)# regex allowurl1 "facebook\.com"&lt;/P&gt;&lt;P&gt;﻿(config)# class-map type inspect http match-all allow-url-class2&lt;/P&gt;&lt;P&gt;(-cmap)# match not request header host regex allowurl1&lt;/P&gt;&lt;P&gt;(-cmap)#end&lt;/P&gt;&lt;P&gt;#wr mem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the following commands added the new URL to the whitelist, but the other websites stopped working.&lt;/P&gt;&lt;P&gt;We were trying to fix the problem, and the firewall crashed on us !&lt;/P&gt;&lt;P&gt;After the restart all the websites went back working fine, and all the added websites are working fine as well !&lt;/P&gt;&lt;P&gt;I heard from other IT workers I know, that this is a bug in 5525 ASA, and to avoid it i need to take service policy off then re-enable it when am done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add other websites to our network, I would like to know if any one had&amp;nbsp; a similar situation, and the way i can avoid it.&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 03:27:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-adding-url-to-whitelist-using-regex/m-p/2368292#M271847</guid>
      <dc:creator>abdallah malas</dc:creator>
      <dc:date>2019-03-12T03:27:26Z</dc:date>
    </item>
    <item>
      <title>Problem adding URL to whitelist using Regex.</title>
      <link>https://community.cisco.com/t5/network-security/problem-adding-url-to-whitelist-using-regex/m-p/2368293#M271848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The simlest solution to match against several regex might be to use a regex-class with a match any.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your http class-map you then use regex-class instead of regex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a brief decription:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/mpf.html#wp1104509"&gt;http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/mpf.html#wp1104509&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jan 2014 13:31:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-adding-url-to-whitelist-using-regex/m-p/2368293#M271848</guid>
      <dc:creator>m.kafka</dc:creator>
      <dc:date>2014-01-11T13:31:45Z</dc:date>
    </item>
    <item>
      <title>Problem adding URL to whitelist using Regex.</title>
      <link>https://community.cisco.com/t5/network-security/problem-adding-url-to-whitelist-using-regex/m-p/2368294#M271849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks for the reply,&lt;BR /&gt;I read the article you sent, but I do not have the permission to change the Firewall configuration. They were made by a Cisco CCIE Engineer, am only allowed to modify (add websites)... on my other locations am using Kaspersky to Block URL and its User friendly and easy to change and modify.&lt;/P&gt;&lt;P&gt;But for this location am stuck with the Firewall URL allowed LIST ... I made the changes last time and they worked but after the Firewall crashed ! and required a manual restart. I want to see how I can do the changes again but avoid the crashing part. Is it related to service policy ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jan 2014 16:07:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-adding-url-to-whitelist-using-regex/m-p/2368294#M271849</guid>
      <dc:creator>abdallah malas</dc:creator>
      <dc:date>2014-01-11T16:07:03Z</dc:date>
    </item>
    <item>
      <title>Problem adding URL to whitelist using Regex.</title>
      <link>https://community.cisco.com/t5/network-security/problem-adding-url-to-whitelist-using-regex/m-p/2368295#M271850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you ask us if you can't change anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wondering,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MiKa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jan 2014 00:28:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/problem-adding-url-to-whitelist-using-regex/m-p/2368295#M271850</guid>
      <dc:creator>m.kafka</dc:creator>
      <dc:date>2014-01-12T00:28:58Z</dc:date>
    </item>
  </channel>
</rss>

