Hi,
when adding exceptions to detection rules, is it possible to use regular expressions or wildcards?
sometimes executable are started in directories created with random names, or have parameters with other variable parts, i.e. /home//some/path/to/file
Is it possible to for example match kind of:
/home/[a-z]/some/path/to/file
or even only
/home/./some/path/to/file ?
just want to ensure I don't accidentely miss what I'm looking for.
cheers,
Sebastian