Hello,
I’m trying to create a save search in Google Chronicle where a field matches a regex pattern instead of performing an exact match.
Specifically, my query looks like this:
metadata.log_type = "MCAFEE_WEBPROXY"
target.url = ${URL} nocase
However, I want target.url to match a regex pattern rather than being equal to a specific value.
How can I achieve a regex-based search on the save searches with using Variable detected in Google secops?
Thanks for your help!