Remove Bulk Data from Disk
Description
Detect a process running to clear bulk data from disk with the intention to destroy data, possibly interrupting availability to systems. Profile your environment and use user_known_remove_data_activities to tune this rule.
Query · falco
spawned_process and clear_data_procs and not user_known_remove_data_activities
Rule dependencies
Depends on
-
composes · Falco macro
clear_data_procsA shared condition, not a detection — not indexed on this site. -
composes · Falco macro
spawned_processA shared condition, not a detection — not indexed on this site. -
composes · Falco macro
user_known_remove_data_activitiesA shared condition, not a detection — not indexed on this site.
Analyst notes
Bulk data has been removed from disk | file=%fd.name evt_type=%evt.type user=%user.name user_uid=%user.uid user_loginuid=%user.loginuid process=%proc.name proc_exepath=%proc.exepath parent=%proc.pname command=%proc.cmdline terminal=%proc.tty exe_flags=%evt.arg.flags