<?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: Custom App for CRL downloads in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46204#M33953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The URL-filter has severe limitations. Unless I maintain a huge custom category of all the common CRL distribution points on the Internet, I can't see how I would do this. I have two main issues with the URL-filter expressions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. matching hosts, the wildcard has to match a complete token. I can't use&amp;nbsp; *crl.*.* -&amp;gt; *crl is invalid because it is not the only character in the token. So, I can't restrict destination URLs based on the hostname.&lt;BR /&gt;2. The path is not predictable enough. All I know is that the file name is going to be .crl,, but it might a very long path (many subdirectories) or a short one. ex:&amp;nbsp; /*.crl, /*/*/*/*.crl ... Still, that's not so bad because I could create a dozen of URL filter expressions that would match the file up to 11 directories deep, as an exemple. And that would cover most case... But it still something that could be avoided with a custom appid, or less restrictive URL expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless there is something I don't know yet about Pan-OS url-filter expressions...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Feb 2013 14:59:45 GMT</pubDate>
    <dc:creator>dennisss</dc:creator>
    <dc:date>2013-02-26T14:59:45Z</dc:date>
    <item>
      <title>Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46202#M33951</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;&lt;SPAN&gt;I am trying to create a custom app that will match CRL downloads, to allow them without any questions ask. Shouldn't be too hard : on a previous web security gateway, I would match a pattern like the following: "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://([^/:])*crl.*\.crl"&gt;http://([^/:])*crl.*\.crl&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When translated to an app signature, I already know I am looking for two patterns, on the following contexts:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;http-req-host-header&lt;/LI&gt;&lt;LI&gt;http-req-uri-path&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, my issue is that my pattern are incredibly simple. I am not able to reach the 7 bytes limit with this. One other way would be to match the MIME type in the RSP header I guess... application/pkix-crl or application/x-pkcs7-crl are fine. The issue is with the occasional misconfigured root CAs that still reports text/plain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So....&amp;nbsp; Is there anything I can do with this to simply allow CRLs without creating a huge custom category?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2013 21:14:39 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46202#M33951</guid>
      <dc:creator>dennisss</dc:creator>
      <dc:date>2013-02-25T21:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46203#M33952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps creating an URL-filter instead?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 06:40:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46203#M33952</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2013-02-26T06:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46204#M33953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The URL-filter has severe limitations. Unless I maintain a huge custom category of all the common CRL distribution points on the Internet, I can't see how I would do this. I have two main issues with the URL-filter expressions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. matching hosts, the wildcard has to match a complete token. I can't use&amp;nbsp; *crl.*.* -&amp;gt; *crl is invalid because it is not the only character in the token. So, I can't restrict destination URLs based on the hostname.&lt;BR /&gt;2. The path is not predictable enough. All I know is that the file name is going to be .crl,, but it might a very long path (many subdirectories) or a short one. ex:&amp;nbsp; /*.crl, /*/*/*/*.crl ... Still, that's not so bad because I could create a dozen of URL filter expressions that would match the file up to 11 directories deep, as an exemple. And that would cover most case... But it still something that could be avoided with a custom appid, or less restrictive URL expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unless there is something I don't know yet about Pan-OS url-filter expressions...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2013 14:59:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46204#M33953</guid>
      <dc:creator>dennisss</dc:creator>
      <dc:date>2013-02-26T14:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46205#M33954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Sounds like a case where you should contact the appid team and submit this as a request: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://researchcenter.paloaltonetworks.com/tools/"&gt;http://researchcenter.paloaltonetworks.com/tools/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 08:21:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46205#M33954</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2013-02-27T08:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46206#M33955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I was able to create a working signature. I just needed to increase my "scope" ; I used the http-req-headers instead of http-req-uri-path. So, I can match on something like&amp;nbsp; ".*\.crl HTTP.*User\-Agent.*, and I looking into the http-rsp-headers for the transaction as well. Simple enough... I feel like it was a worthy exercise after all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I attached the file for other people to use, and I submitted the request as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 22:27:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46206#M33955</guid>
      <dc:creator>dennisss</dc:creator>
      <dc:date>2013-03-06T22:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46207#M33956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you -&lt;/P&gt;&lt;P&gt;That was a very interesting work around, and will be useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 22:46:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46207#M33956</guid>
      <dc:creator>craymond</dc:creator>
      <dc:date>2013-03-06T22:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46208#M33957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="p1"&gt;You can try to match on the http-rsp-headers for the content type of crl : &lt;SPAN class="s1"&gt;application/pkix-&lt;/SPAN&gt;crl, application/x-pkcs7-crl, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Apr 2013 20:15:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/46208#M33957</guid>
      <dc:creator>SRA</dc:creator>
      <dc:date>2013-04-07T20:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/319354#M81901</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested this custom APP ID but on PAN 9.1.1 and i think also on 9.0.7 it is not working. As i see, there is a problem in the http-rsp-headers match condition. Without the http-rsp-headers condition it is working. The other way around, only with the http-rsp-headers it does also not working, therefore it seems a problem in the http-rsp-headers condition. I tried to simplify this condition .*((pkix-crl)|(x-pkcs7-crl)|(plain)).* but it does not match. I also tried .*((pkix\-crl)|(x-pkcs7\-crl)|(plain)).* and only pkix\-crl , because my test&amp;nbsp; response is a pkix one, but nothing, the requests alwys recognized as web-browsing. Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Mar 2020 11:10:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/319354#M81901</guid>
      <dc:creator>fhu_omi</dc:creator>
      <dc:date>2020-03-30T11:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/341423#M85645</link>
      <description>&lt;P&gt;Hi Everyone&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to the topic of custom App-IDs, i tried this custom App-ID. but when accessing these CRL urls then it never matches this rule. It is either incomplete or web-browsing. I am running 9.1.3 currently.&lt;/P&gt;&lt;P&gt;Has anyone this custom App-ID still running and working?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any help and best regards&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 14:15:52 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/341423#M85645</guid>
      <dc:creator>AlexNC</dc:creator>
      <dc:date>2020-07-30T14:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/342502#M85835</link>
      <description>&lt;P&gt;I've been testing the custom application and trying to figure out what is causing it to not work anymore.&lt;/P&gt;&lt;P&gt;My knowledge of custom App-ID's is very limited so if there is a mistake within the application please apologize and let me know.&lt;/P&gt;&lt;P&gt;For now I have adjusted the custom App-ID and got it to work (i was testing it out by blocking anything matching that App-ID) and checking if all the CRL URL's are being blocked now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I got the following results:&lt;/P&gt;&lt;P&gt;&lt;A href="http://crl.sca1b.amazontrust.com/sca1b.crl" target="_blank"&gt;http://crl.sca1b.amazontrust.com/sca1b.crl&lt;/A&gt; &amp;gt; working OK&lt;BR /&gt;&lt;A href="http://crl.quovadisglobal.com/hydsslg2.crl" target="_blank"&gt;http://crl.quovadisglobal.com/hydsslg2.crl&lt;/A&gt; &amp;gt; working OK&lt;BR /&gt;&lt;A href="http://cdp.geotrust.com/GeoTrustRSACA2018.crl" target="_blank"&gt;http://cdp.geotrust.com/GeoTrustRSACA2018.crl&lt;/A&gt; &amp;gt; working OK&lt;BR /&gt;&lt;A href="http://cdp.geotrust.com/GeoTrustRSACA2018.crl" target="_blank"&gt;http://cdp.geotrust.com/GeoTrustRSACA2018.crl&lt;/A&gt; &amp;gt; working OK&lt;BR /&gt;&lt;A href="http://crl3.digicert.com/ssca-sha2-g6.crl" target="_blank"&gt;http://crl3.digicert.com/ssca-sha2-g6.crl&lt;/A&gt; &amp;gt; working OK&lt;BR /&gt;&lt;A href="http://crl4.digicert.com/ssca-sha2-g6.crl" target="_blank"&gt;http://crl4.digicert.com/ssca-sha2-g6.crl&lt;/A&gt; &amp;gt; working OK&lt;BR /&gt;&lt;A href="http://crl.pki.goog/GTS1O1core.crl" target="_blank"&gt;http://crl.pki.goog/GTS1O1core.crl&lt;/A&gt; &amp;gt; working OK&lt;BR /&gt;&lt;A href="http://crl.godaddy.com/gdig2s1-1878.crl" target="_blank"&gt;http://crl.godaddy.com/gdig2s1-1878.crl&lt;/A&gt; &amp;gt; working OK&lt;BR /&gt;&lt;A href="http://crl3.digicert.com/sha2-ev-server-g2.crl" target="_blank"&gt;http://crl3.digicert.com/sha2-ev-server-g2.crl&lt;/A&gt; &amp;gt; working OK&lt;BR /&gt;&lt;A href="http://crl4.digicert.com/sha2-ev-server-g2.crl" target="_blank"&gt;http://crl4.digicert.com/sha2-ev-server-g2.crl&lt;/A&gt; &amp;gt; working OK&lt;/P&gt;&lt;P&gt;&lt;A href="http://mscrl.microsoft.com/pki/mscorp/crl/Microsoft%20IT%20TLS%20CA%205.crl" target="_blank"&gt;http://mscrl.microsoft.com/pki/mscorp/crl/Microsoft%20IT%20TLS%20CA%205.crl&lt;/A&gt; &amp;gt; working OK &amp;gt; application/octet-stream&lt;/P&gt;&lt;P&gt;&lt;A href="http://crl.swisssign.net/EEFD46CAF7275E91BC5AB6E787CD0AFA550A2642" target="_blank"&gt;http://crl.swisssign.net/EEFD46CAF7275E91BC5AB6E787CD0AFA550A2642&lt;/A&gt; &amp;gt; not working yet&lt;BR /&gt;&lt;A href="http://crl.swisssign.net/E7F1E7FD2E53AD11E5811A57A4738F127D98C8AE" target="_blank"&gt;http://crl.swisssign.net/E7F1E7FD2E53AD11E5811A57A4738F127D98C8AE&lt;/A&gt; &amp;gt; not working yet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now I only need to know how to upload a file and i'll gladly share the app&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2020 16:06:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/342502#M85835</guid>
      <dc:creator>AlexNC</dc:creator>
      <dc:date>2020-08-06T16:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/350901#M87015</link>
      <description>&lt;P&gt;I've removed the rsp section, and only used the GET http-req-headers.&amp;nbsp; &amp;nbsp;The match specified in the above article does not work.&amp;nbsp; &amp;nbsp; It's not the rsp section that is the problem, it is the initial http-req-headers pattern match.&amp;nbsp; What did you do to get the first match working?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the packet captures taken on the firewall it appears there is a /r/n at the end of the request.&amp;nbsp; &amp;nbsp;Does wireshark add these in, or is this something literally being read by the firewall?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything else has been removed except the 1st http-request header, method get:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.*\.crl HTTP.*\r\n&amp;nbsp; will match&lt;/P&gt;&lt;P&gt;.*\.crl HTTP.* does not match&lt;/P&gt;&lt;P&gt;.*\.crl\sHTTP.*&amp;nbsp; does not match&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 17:30:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/350901#M87015</guid>
      <dc:creator>Sec101</dc:creator>
      <dc:date>2020-09-21T17:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/350904#M87016</link>
      <description>&lt;LI-CODE lang="markup"&gt;&amp;lt;application version="9.1.0"&amp;gt;
  &amp;lt;entry name="APP_CRL_VAL"&amp;gt;
    &amp;lt;signature&amp;gt;
      &amp;lt;entry name="GET CRL File"&amp;gt;
        &amp;lt;and-condition&amp;gt;
          &amp;lt;entry name="And Condition 1"&amp;gt;
            &amp;lt;or-condition&amp;gt;
              &amp;lt;entry name="Or Condition 1"&amp;gt;
                &amp;lt;operator&amp;gt;
                  &amp;lt;pattern-match&amp;gt;
                    &amp;lt;qualifier&amp;gt;
                      &amp;lt;entry name="http-method"&amp;gt;
                        &amp;lt;value&amp;gt;GET&amp;lt;/value&amp;gt;
                      &amp;lt;/entry&amp;gt;
                    &amp;lt;/qualifier&amp;gt;
                    &amp;lt;pattern&amp;gt;.*\.crl HTTP.*User\-Agent.*&amp;lt;/pattern&amp;gt;
                    &amp;lt;context&amp;gt;http-req-headers&amp;lt;/context&amp;gt;
                  &amp;lt;/pattern-match&amp;gt;
                &amp;lt;/operator&amp;gt;
              &amp;lt;/entry&amp;gt;
            &amp;lt;/or-condition&amp;gt;
          &amp;lt;/entry&amp;gt;
          &amp;lt;entry name="And Condition 2"&amp;gt;
            &amp;lt;or-condition&amp;gt;
              &amp;lt;entry name="Or Condition 1"&amp;gt;
                &amp;lt;operator&amp;gt;
                  &amp;lt;pattern-match&amp;gt;
                    &amp;lt;pattern&amp;gt;((application/pkix-crl)|(application/x-pkcs7-crl)|(text/plain)|(application/octet-stream)).*&amp;lt;/pattern&amp;gt;
                    &amp;lt;context&amp;gt;http-rsp-headers&amp;lt;/context&amp;gt;
                  &amp;lt;/pattern-match&amp;gt;
                &amp;lt;/operator&amp;gt;
              &amp;lt;/entry&amp;gt;
            &amp;lt;/or-condition&amp;gt;
          &amp;lt;/entry&amp;gt;
        &amp;lt;/and-condition&amp;gt;
        &amp;lt;scope&amp;gt;session&amp;lt;/scope&amp;gt;
        &amp;lt;order-free&amp;gt;no&amp;lt;/order-free&amp;gt;
      &amp;lt;/entry&amp;gt;
    &amp;lt;/signature&amp;gt;
    &amp;lt;subcategory&amp;gt;infrastructure&amp;lt;/subcategory&amp;gt;
    &amp;lt;category&amp;gt;networking&amp;lt;/category&amp;gt;
    &amp;lt;technology&amp;gt;client-server&amp;lt;/technology&amp;gt;
    &amp;lt;description&amp;gt;matches CRL download&amp;lt;/description&amp;gt;
    &amp;lt;risk&amp;gt;2&amp;lt;/risk&amp;gt;
    &amp;lt;evasive-behavior&amp;gt;no&amp;lt;/evasive-behavior&amp;gt;
    &amp;lt;consume-big-bandwidth&amp;gt;no&amp;lt;/consume-big-bandwidth&amp;gt;
    &amp;lt;used-by-malware&amp;gt;no&amp;lt;/used-by-malware&amp;gt;
    &amp;lt;able-to-transfer-file&amp;gt;no&amp;lt;/able-to-transfer-file&amp;gt;
    &amp;lt;has-known-vulnerability&amp;gt;yes&amp;lt;/has-known-vulnerability&amp;gt;
    &amp;lt;tunnel-other-application&amp;gt;no&amp;lt;/tunnel-other-application&amp;gt;
    &amp;lt;tunnel-applications&amp;gt;no&amp;lt;/tunnel-applications&amp;gt;
    &amp;lt;prone-to-misuse&amp;gt;no&amp;lt;/prone-to-misuse&amp;gt;
    &amp;lt;pervasive-use&amp;gt;no&amp;lt;/pervasive-use&amp;gt;
    &amp;lt;file-type-ident&amp;gt;no&amp;lt;/file-type-ident&amp;gt;
    &amp;lt;virus-ident&amp;gt;no&amp;lt;/virus-ident&amp;gt;
    &amp;lt;data-ident&amp;gt;no&amp;lt;/data-ident&amp;gt;
    &amp;lt;default&amp;gt;
      &amp;lt;port&amp;gt;
        &amp;lt;member&amp;gt;tcp/80&amp;lt;/member&amp;gt;
      &amp;lt;/port&amp;gt;
    &amp;lt;/default&amp;gt;
  &amp;lt;/entry&amp;gt;
&amp;lt;/application&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;This is the app that I got to work and added a 3rd way that I found within the wireshark traces.&lt;/P&gt;&lt;P&gt;But again, this is my first attempt on getting anything working with a custom PAN app-id and I used the base application provided within this Post. Without that I wouldn't have even known where to begin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Feel free to try it out and maybe/hopefully you find a flaw or something. I wouldn't be surprised if there is something odd in there.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 17:37:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/350904#M87016</guid>
      <dc:creator>AlexNC</dc:creator>
      <dc:date>2020-09-21T17:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/350921#M87017</link>
      <description>&lt;P&gt;I must have been doing something wrong, as I'm getting matches off of this now.&amp;nbsp; &amp;nbsp;Thank you for the quick reply.&amp;nbsp; &amp;nbsp;Appears to be working!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still not sure why the&amp;nbsp; below will create a match.&amp;nbsp; &amp;nbsp;I udnerstand the http.*&amp;nbsp; &amp;nbsp; But the User\-Agent directly after it doesn't make sense.&amp;nbsp; Unless the firewall is taking "any" of these patterns and making a match against what it sees?&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;HTTP.*User\-Agent.*&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A request I see in a browsers appears to look like:&lt;/P&gt;&lt;P&gt;GET /pkiops/crl/MicCodSigPCA2011_2011-07-08.crl HTTP/1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there is only a User-Agent listed as a separate request header:&lt;BR /&gt;User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0&lt;BR /&gt;But it must check any of these fields?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2020 19:49:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/350921#M87017</guid>
      <dc:creator>Sec101</dc:creator>
      <dc:date>2020-09-21T19:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/350950#M87023</link>
      <description>&lt;P&gt;Hi There&lt;BR /&gt;&lt;BR /&gt;To be honest the User Agent part was already in there.&lt;BR /&gt;I just took the app, tried it..... tried to so what wireshark says/shows and searched some documents on how the string should look.&lt;BR /&gt;&lt;BR /&gt;if I recall correctly there is only a difference was pattern matching and changing it to "session" instead of "protocol-data-unit" after that it worked and I added the case for "application/octet-stream" since I found some CRL Pages sending it like that.&lt;BR /&gt;&lt;BR /&gt;I don't know or do much with custom App-ID so maybe someone else can weigh in on it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 06:33:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/350950#M87023</guid>
      <dc:creator>AlexNC</dc:creator>
      <dc:date>2020-09-22T06:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/351167#M87041</link>
      <description>&lt;P&gt;I'm not sure on this, but it looks like octet-stream, might be a fallback for an unknown.&amp;nbsp; &amp;nbsp;BTW-Changing to session did the trick.&amp;nbsp; &amp;nbsp;Makes sense as to why "transaction" wouldn't match this no matter what I was adding.&amp;nbsp; &amp;nbsp;It almost looks as though the firewall wasn't reading that HTTP response.&amp;nbsp; Even though the below post seems to say otherwise:&lt;/P&gt;&lt;P&gt;&lt;A href="https://live.paloaltonetworks.com/t5/general-topics/transaction-and-session-of-signature-scope/td-p/45437" target="_blank"&gt;https://live.paloaltonetworks.com/t5/general-topics/transaction-and-session-of-signature-scope/td-p/45437&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 15:49:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/351167#M87041</guid>
      <dc:creator>Sec101</dc:creator>
      <dc:date>2020-09-22T15:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/351758#M87097</link>
      <description>&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So are you running the app successfully now in your environment?&lt;/P&gt;&lt;P&gt;I have it deployed on a larger scale now and so far if i add a URL filterping profile with alert for all alloed categories I do see only *.crl files in the URL log hitting. But in traffic Log I have a lot more hits (to the same public IPs) then what I have in the URL log.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 13:44:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/351758#M87097</guid>
      <dc:creator>AlexNC</dc:creator>
      <dc:date>2020-09-24T13:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/363817#M88421</link>
      <description>&lt;P&gt;Yes, appears to be working ok for us.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 15:03:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/363817#M88421</guid>
      <dc:creator>Sec101</dc:creator>
      <dc:date>2020-11-18T15:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/444643#M100380</link>
      <description>&lt;P&gt;I wonder if even the latest version can do that?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 08:19:33 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/444643#M100380</guid>
      <dc:creator>hebejena</dc:creator>
      <dc:date>2021-11-01T08:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/444646#M100381</link>
      <description>&lt;P&gt;Hi Hebejena&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you mean "if the latest version can do that" do you mean if there is a app-id or a built in way from Palo Alto to cover this use-case with their latest PAN-OS releases?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 08:46:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/444646#M100381</guid>
      <dc:creator>AlexNC</dc:creator>
      <dc:date>2021-11-01T08:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom App for CRL downloads</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/444844#M100400</link>
      <description>&lt;P&gt;That would be ideal really.&amp;nbsp; Something that would cover all .crl cases.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 19:28:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-app-for-crl-downloads/m-p/444844#M100400</guid>
      <dc:creator>Sec101</dc:creator>
      <dc:date>2021-11-01T19:28:45Z</dc:date>
    </item>
  </channel>
</rss>

