LoFP LoFP / debugging or legitimate software testing

Techniques

Sample rules

ASLR Disabled Via Sysctl or Direct Syscall - Linux

Description

Detects actions that disable Address Space Layout Randomization (ASLR) in Linux, including:

Detection logic

condition: 1 of selection_*
selection_syscall:
  a0: 40000
  syscall: personality
  type: SYSCALL
selection_sysctl:
  a0: sysctl
  a1: -w
  a2: kernel.randomize_va_space=0
  type: EXECVE