<?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: EDL blocking URL in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/edl-blocking-url/m-p/429420#M94902</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Yes, this is related to SSL decryption. The firewall can see HTTPS the connection from client to server and detect the server address via certificate CN or SNI values and these do not yet contain the URI part. A few packets later, when TLS session is set up the GET request will be sent with the URI - and this you'll only be able to see if you do decryption.&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Shai&lt;/P&gt;</description>
    <pubDate>Thu, 26 Aug 2021 12:16:14 GMT</pubDate>
    <dc:creator>ShaiW</dc:creator>
    <dc:date>2021-08-26T12:16:14Z</dc:date>
    <item>
      <title>EDL blocking URL</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/edl-blocking-url/m-p/429387#M94900</link>
      <description>&lt;P&gt;We have a feed for ELD in Palo Alto. We realised that we add this URL (&lt;A href="https://unrealengine.com" target="_blank"&gt;https://unrealengine.com&lt;/A&gt;) this web is been blocked properly, but not "&lt;A href="https://unrealengine.com/en-US/donwload" target="_blank"&gt;https://unrealengine.com/en-US/donwload&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;For example, &lt;A href="http://www.unrealengine.com" target="_blank"&gt;www.unrealengine.com&lt;/A&gt;. The URL part does not block the URI part either, only if you add it as a domain (without the URI part), it blocks effectively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it could be anything related to https decrypt SSL needed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 10:37:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/edl-blocking-url/m-p/429387#M94900</guid>
      <dc:creator>BigPalo</dc:creator>
      <dc:date>2021-08-26T10:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: EDL blocking URL</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/edl-blocking-url/m-p/429420#M94902</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Yes, this is related to SSL decryption. The firewall can see HTTPS the connection from client to server and detect the server address via certificate CN or SNI values and these do not yet contain the URI part. A few packets later, when TLS session is set up the GET request will be sent with the URI - and this you'll only be able to see if you do decryption.&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Shai&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 12:16:14 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/edl-blocking-url/m-p/429420#M94902</guid>
      <dc:creator>ShaiW</dc:creator>
      <dc:date>2021-08-26T12:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: EDL blocking URL</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/edl-blocking-url/m-p/429429#M94903</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/85066"&gt;@BigPalo&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/36075"&gt;@ShaiW&lt;/a&gt;&amp;nbsp; explained is correct, but it is only one part of your problem. I would say the main reason for your issues is how you have defined the URL in the EDL.&lt;/P&gt;&lt;P&gt;Lets break into to pieces:&lt;/P&gt;&lt;P&gt;- Your EDL contain only the domain "unrealengine.com", but this way any sub-domain will not match - this is not specific for PAN FWs, this is how domain and sub-domains works. If you want to block/allow URLs for the domain and any sub-domain you need to have two entries - "unrealengine.com" and "*.unrealengine.com"&lt;/P&gt;&lt;P&gt;- As &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/36075"&gt;@ShaiW&lt;/a&gt; already explained, if you don't perform SSL decryption firewall actually will never see the full URL. So the URL filtering feature will use the SSL certificate to determine which URL you are trying to reach. And because the SSL contain only the hostname (not the full URL), you can only filter based on domains and sub-domains. So you can still apply URL filtering, but without the complete control of the URI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 12:55:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/edl-blocking-url/m-p/429429#M94903</guid>
      <dc:creator>aleksandar.astardzhiev</dc:creator>
      <dc:date>2021-08-26T12:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: EDL blocking URL</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/edl-blocking-url/m-p/429485#M94908</link>
      <description>&lt;P&gt;To add to some of the URL Filtering wildcard behavior discussed above, please see previous posts like &lt;A href="https://live.paloaltonetworks.com/t5/general-topics/url-wildcard-pattern/td-p/136217" target="_self"&gt;this one&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 16:30:16 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/edl-blocking-url/m-p/429485#M94908</guid>
      <dc:creator>LAYER_8</dc:creator>
      <dc:date>2021-08-26T16:30:16Z</dc:date>
    </item>
  </channel>
</rss>

