<?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: URL Filtering - Changes in 3.1.7? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-changes-in-3-1-7/m-p/15080#M11063</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's easy, You will be a kung-fu champ in custom apps in no time &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/docs/DOC-1492"&gt;https://live.paloaltonetworks.com/docs/DOC-1492&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you see you can put in "OR" conditions, (in your case each virtual dir on that particular server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Oskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Feb 2011 20:28:59 GMT</pubDate>
    <dc:creator>rapoint_person</dc:creator>
    <dc:date>2011-02-09T20:28:59Z</dc:date>
    <item>
      <title>URL Filtering - Changes in 3.1.7?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-changes-in-3-1-7/m-p/15075#M11058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a PAN that has been running 3.1.6 quite happily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an internal Exchange/OWA server so we have rule in place to allow inbound access to it, and the rule uses a URL filtering profile that allows only the IIS virtual directories needed to access the OWA services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yesterday I upgraded to 3.1.7 and noticed this morning that immediately after the upgrade I was seeing URL blocking happening on inbound OWA URLs that had previously worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a case open with Vadition, but wondered if anyone else had encountered this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jan 2011 20:12:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-changes-in-3-1-7/m-p/15075#M11058</guid>
      <dc:creator>networkadmin</dc:creator>
      <dc:date>2011-01-27T20:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: URL Filtering - Changes in 3.1.7?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-changes-in-3-1-7/m-p/15076#M11059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain what you are doing in greater detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I take it you are not using a custom application for this paricular policy?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd suggest you create a custom application with lets say:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http-req-host-header = hostname\.domain\.com&lt;/P&gt;&lt;P&gt;http-req-uri-path = /virtualdir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then add add the application to your security rule and make sure the application is correctly categorized by adding an application override policy. Wouldn't that work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 20:00:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-changes-in-3-1-7/m-p/15076#M11059</guid>
      <dc:creator>rapoint_person</dc:creator>
      <dc:date>2011-02-09T20:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: URL Filtering - Changes in 3.1.7?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-changes-in-3-1-7/m-p/15077#M11060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the same way you can have an outbound allow/block whitelist/blacklist on a URL profile, you can do the same on inbound rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So we have an Outlook Web Access server with an inbound rule, I use URL filtering to ensure people can only get to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://server.fqdn/exchange"&gt;https://server.fqdn/exchange&lt;/A&gt;&lt;SPAN&gt; and not, say, &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://server.fqdn/system32/someexploit.etc"&gt;https://server.fqdn/system32/someexploit.etc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're obviously doing reverse SSL decryption on the inbound traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything worked perfectly until we upgraded from 3.1.6 to 3.1.7 at which point all of a sudden URLs were being blocked that weren't previously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adding server.fqdn to the whitelist (no sub-directories) has worked around it but we're now coming up to 2 weeks since I opened the case - it's fair to say I'm not comfortable without the URL filtering protection on the inbound traffic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 20:06:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-changes-in-3-1-7/m-p/15077#M11060</guid>
      <dc:creator>networkadmin</dc:creator>
      <dc:date>2011-02-09T20:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: URL Filtering - Changes in 3.1.7?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-changes-in-3-1-7/m-p/15078#M11061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I understand what you are saying. Thats a reason to open a case right there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't remember reading about any changes in the release notes for 3.1.7 regarding the URL-filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still think you should try defining this as an application and solving it that way. Any drawbacks/reasons you don't want to use a custom app?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean, if you have the complete fqdn and uri in the application you accomplish the same thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 20:19:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-changes-in-3-1-7/m-p/15078#M11061</guid>
      <dc:creator>rapoint_person</dc:creator>
      <dc:date>2011-02-09T20:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: URL Filtering - Changes in 3.1.7?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-changes-in-3-1-7/m-p/15079#M11062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One reason would be I don't know how to &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That reason aside, the URL list is quite long as you need to add each virtual directory - presumably even with an app you still need to do this so would I gain that much?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 20:23:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-changes-in-3-1-7/m-p/15079#M11062</guid>
      <dc:creator>networkadmin</dc:creator>
      <dc:date>2011-02-09T20:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: URL Filtering - Changes in 3.1.7?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-changes-in-3-1-7/m-p/15080#M11063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's easy, You will be a kung-fu champ in custom apps in no time &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://live.paloaltonetworks.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/docs/DOC-1492"&gt;https://live.paloaltonetworks.com/docs/DOC-1492&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you see you can put in "OR" conditions, (in your case each virtual dir on that particular server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Oskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 20:28:59 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/url-filtering-changes-in-3-1-7/m-p/15080#M11063</guid>
      <dc:creator>rapoint_person</dc:creator>
      <dc:date>2011-02-09T20:28:59Z</dc:date>
    </item>
  </channel>
</rss>

