config case_sensitive = false | preset=xdr_file | filter event_type = ENUM.FILE and 
 (agent_os_type = ENUM.AGENT_OS_WINDOWS and 
 (((action_file_name in ("*:\ProgramData\*", "*\AppData\Local\*")) and 
 action_file_name ~= "\\[a-zA-Z]{5,6}\.wll") or 
 (action_file_name in ("*\win32log.exe", "*\crdss.exe"))))