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 
 ((actor_process_command_line contains "SHELL32.DLL" and 
 (actor_process_command_line in ("*#568*", "*#570*", "*#572*", "*#576*"))) and 
 (((actor_process_command_line in ("*comspec*", "*iex*", "*Invoke-*", "*msiexec*", "*odbcconf*", "*regsvr32*")) or 
 (actor_process_command_line in ("*\Desktop\*", "*\ProgramData\*", "*\Temp\*", "*\Users\Public\*"))) or 
 (action_process_image_path in ("*\bash.exe", "*\bitsadmin.exe", "*\cmd.exe", "*\cscript.exe", "*\curl.exe", "*\mshta.exe", "*\msiexec.exe", "*\msxsl.exe", "*\odbcconf.exe", "*\powershell.exe", "*\pwsh.exe", "*\regsvr32.exe", "*\schtasks.exe", "*\wmic.exe", "*\wscript.exe")))))