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 "tasklist /fi " and 
 action_process_image_command_line contains "Imagename eq lsass.exe") and 
 (action_process_image_command_line in ("*cmd.exe /c *", "*cmd.exe /r *", "*cmd.exe /k *", "*cmd /c *", "*cmd /r *", "*cmd /k *")) and 
 (action_process_username in ("*AUTHORI*", "*AUTORI*"))) or 
 (action_process_image_command_line contains "do rundll32.exe C:\windows\System32\comsvcs.dll, MiniDump" and 
 action_process_image_command_line contains "\Windows\Temp\" and 
 action_process_image_command_line contains " full" and 
 action_process_image_command_line contains "%%B") or 
 (action_process_image_command_line contains "tasklist /v /fo csv" and 
 action_process_image_command_line contains "findstr /i \"lsass\"")))