- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
11-29-2011 07:21 AM
Hi all,
my Palo don't accept this regex when i try to creta a data pattern: [^d][^2][^t]\.xxxxxx\.fr
can anyone correct me if there is any mistake in this regexp
Thanks
12-20-2011 06:42 AM
yes exactly i get this error
12-20-2011 07:03 AM
What are you trying to search for? I'm going to guess this is for a custom application.
I think you just need to rework your RegEx.
12-20-2011 07:17 AM
i have this regex in my old proxy and i am trying to implement it in my Palo Alto to block an URL, as URL filtering in Palo Alto don't support the regex i am trying to implement this in data filtering with data pattern.i hope that you see what i mean.
i found the regex in the old proxy and it worked but in the palo i get error.
12-20-2011 09:39 AM
Can you give an example of that URL you are trying to filter on?
12-20-2011 12:58 PM
Are you trying to match on web domain *.xxxxxx.fr ?
12-20-2011 11:18 PM
here is the exact regex, the problem is not in the URL it's on the regex:
[^d][^2][^t]\.terra-octet\.fr
12-21-2011 05:58 AM
Looks like you're trying to block a file sharing website.
Would blocking *.terra-octet.fr in the URL filtering profile not work?
12-21-2011 06:23 AM
I know this can be a last solution and it works of course in the URL block list and this is what i had configuredon my PAN.
it not me who has configured the ironport.
but for me, i'am working on Palo Alto, and when trynig to configure excatly what is configured in the Ironport i have the error on the regex and i am asking why Palo Alto don't support this regex which is already working in the IronPort independtly on what the regex looking for.
i think that Palo Alto don't support all types of regex.
12-21-2011 06:41 AM
based on your link Palo Alto support [] and ^ but based on the example that i've shared it can't support a mixture of them like this: [^][^]
12-21-2011 06:50 AM
correct, two DFAs [^][^] is currently not supported.
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!