Hi,
I'm trying to create a regex for
3-213-29-168.836921650872.us-east-1.prod.rms.ring.devices.a2z.com
where everything to the left of .ring.devices.a2z.com is wildcarded. The url the Ring app is trying to get to is random up to the .prod.ms.ring…
Hi,
I would like to create a web exception by regex for a specific Facebook page and its content
https://www.facebook.com/ xxx where xxx is a literal string. This is the home company page
https://www.facebook.com/xxx/* i.e. this is for any content…
On my UTM firewall I was able to add a web exception like this: ^https?://([A-Za-z0-9.-]*\.)?gstatic\.com/
But on XG 18.0.4 if I try to enter this, I get an error "You must enter a valid domain name"
I was able to slightly modify the regex by removing…
Hello,
I would like to filter only events for all IPs from a specific subnet - let's call it 192.168.1.0/24.
So in logviewer I would create a filter for Src IP starts with 192.168.1.
Now the log viewer is ignoring the terminating dot in the filter…