Falco low stable other

PTRACE attached to process

Detect an attempt to inject potentially malicious code into a process using PTRACE in order to evade process-based defenses or elevate privileges. Common anti-patterns are debuggers. Additionally, profiling your environment via the known_ptrace_procs template macro can reduce noise. A successful ptrace syscall generates multiple logs at once.

View Source

Detection Logic

ptrace_attach_or_injection and proc_name_exists and not known_ptrace_procs

Field Validations

Loading…

Comments (0)

Loading comments...