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_LINUX and 
 (action_process_image_path contains "/lastlog" or 
 action_process_image_command_line contains "'x:0:'" or 
 ((action_process_image_path in ("*/cat", "*/ed", "*/head", "*/more", "*/nano", "*/tail", "*/vi", "*/vim", "*/less", "*/emacs", "*/sqlite3", "*/makemap")) and 
 (action_process_image_command_line in ("*/etc/passwd*", "*/etc/shadow*", "*/etc/sudoers*", "*/etc/spwd.db*", "*/etc/pwd.db*", "*/etc/master.passwd*"))) or 
 action_process_image_path contains "/id" or 
 (action_process_image_path contains "/lsof" and 
 action_process_image_command_line contains "-u")))