- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
02-25-2013 01:14 PM
Hi,
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: "http://([^/:])*crl.*\.crl"
When translated to an app signature, I already know I am looking for two patterns, on the following contexts:
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.
So.... Is there anything I can do with this to simply allow CRLs without creating a huge custom category?
Thank you.
09-24-2020 06:44 AM
Hi There
So are you running the app successfully now in your environment?
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.
Regards
Alex
11-18-2020 07:03 AM
Yes, appears to be working ok for us.
11-01-2021 01:19 AM
I wonder if even the latest version can do that?
11-01-2021 01:46 AM
Hi Hebejena
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?
Regards
Alex
11-01-2021 12:28 PM
That would be ideal really. Something that would cover all .crl cases.
11-16-2021 03:15 AM
shouldn't be all "/" escaped?
.*((application/pkix-crl)|(application/x-pkcs7-crl)|(text/plain)|(application/octet-stream)).*
like this
.*((application\/pkix-crl)|(application\/x-pkcs7-crl)|(text\/plain)|(application\/octet-stream)).*
Just guessing because it was not working for me.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!