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 "Invoke-WMIMethod win32_process -name create -argumentlist" and 
 action_process_image_command_line contains "rundll32 c:\windows") or 
 (action_process_image_command_line contains "wmic /node:" and 
 action_process_image_command_line contains "process call create \"rundll32 c:\windows")))