config case_sensitive = false | preset=xdr_process | filter (event_type = ENUM.PROCESS and 
 event_sub_type = ENUM.PROCESS_START) and 
 (agent_os_type = ENUM.AGENT_OS_WINDOWS and 
 ((action_process_image_command_line contains ":\Windows\Sysnative\" or 
 action_process_image_path contains ":\Windows\Sysnative\") and 
 (not 
 ((action_process_image_path in ("*C:\Windows\Microsoft.NET\Framework64\v*", "*C:\Windows\Microsoft.NET\Framework\v*", "*C:\Windows\Microsoft.NET\FrameworkArm\v*", "*C:\Windows\Microsoft.NET\FrameworkArm64\v*")) and 
 action_process_image_path contains "\ngen.exe" and 
 action_process_image_command_line contains "install")) and 
 (not 
 (action_process_image_command_line contains "\"C:\Windows\sysnative\cmd.exe\"" and 
 action_process_image_command_line contains "\xampp\" and 
 action_process_image_command_line contains "\catalina_start.bat"))))