10-10-2016 11:39 AM
I’m wondering if there is a way to test for a 7 digit number that starts with a 4. Here is an example of a regex I know works, but will not work in the Palo 4[0-9]{6} and an example number 4123456. I have various other regex values I’m trying to test for such as specific credit card numbers. The first 6 digits are constant and the last 10 difits are random. Is there any way to setup DLP to search for these values?