Hi all,
I hope someone can help me to find a solution.
Within FireEye HX I could create an alert with "fileWriteEvent/fileName starts-with xxx"
I try to rebuild this within Jamf Protect.
I have created a custom analytic with the following analytic filter:
(($event.isNew == 1 OR $event.type == 0) AND
$event.prevFile == "protecttest")
I have also added this to a smart group called "protect-ProtectTest". I have created a smart group with the criteria Jamf Protect smart groups like protect-ProtectTest and assigned this smart group to a policy where a script removes the group from the client: rm /Library/Application\\ Support/JamfProtect/groups/protect-ProtectTest
I don't know where my fault is that it doesn't work.
I hope for your answers or hints what I did wrong.
Thx, Mario.