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_path in ("*\powershell.exe", "*\pwsh.exe", "*\cmd.exe")) and 
 (actor_process_command_line contains "MsiExec.exe" and 
 actor_process_command_line contains "-Embedding ")) and 
 (not 
 ((action_process_image_path contains ":\Windows\System32\cmd.exe" and 
 action_process_image_command_line contains "C:\Program Files\SplunkUniversalForwarder\bin\") or 
 (action_process_image_command_line contains "\DismFoDInstall.cmd" or 
 (actor_process_command_line contains "\MsiExec.exe -Embedding " and 
 actor_process_command_line contains "Global\MSI0000"))))))