Falco high stable other
Fileless execution via memfd_create
Detect if a binary is executed from memory using the memfd_create technique. This is a well-known defense evasion technique for executing malware on a victim machine without storing the payload on disk and to avoid leaving traces about what has been executed. Adopters can whitelist processes that may use fileless execution for benign purposes by adding items to the list known_memfd_execution_processes.
Detection Logic
spawned_process and proc.is_exe_from_memfd=true and not known_memfd_execution_processes Field Validations
Loading…
Comments (0)
Loading comments...