- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
09-04-2012 02:22 PM
Dears
I have followed the tutorial below to create a custom signature in order to differentiate personnal gmail accounts to our corporate gmail.
https://live.paloaltonetworks.com/docs/DOC-1494
My problem is my domain is like domain.com.br
In the tutorial example they said
for domain loggedoff.org
context: http-req-url-path
value: /a/loggedoff\.org
is that correct for me:
domain: "domain.com.br"
context: http-req-url-path
value: /a/domain\.com.br or /a/domain\.com\.br
Also I am not able to see the application when I do filter in MONITOR tab... does anyone knows if custom apps wont show up in there (monitor > traffic (do filtering)?
Thanks
09-05-2012 01:21 AM
Since . is treated as wildcard in many regexp engines you need to escape such characters. Escaping is often done by adding a backslash in front of the character you wish to escape.
Same goes with if you want to detect \ you need to escape it so its written as \\
So in your case:
value: /a/domain\.com\.br
should be the proper one.
09-05-2012 06:33 AM
Hi..
Thanks for your reply... I did that...
But I am still not able to see the new application in the logs (monitor > traffic)
Right now I have PA working only as web filter (virtual wire).... that means some ssl traffic is not fully recognized ?
thanks again!
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!