2021-05-27 02:46 AM
I am looking for a guidance to edit/ update APP rules in EndPoint log hybrid in which we have multiple param.dst which contains same parameter with only one or two words change. so instead of adding multiple queries i want to add only one same like we were using in ECAT as "%" as DB is changed now.
2021-05-27 12:39 PM
@YounisKhan You would need to use the regex operator in your app rule to accomplish this.
e.g.: ... && filename regex '(bash_|zsh_|z)?history' && ...