capa-rules/nursery/get-current-pid-on-linux.yml
2024-04-23 13:49:05 +02:00

17 lines
331 B
YAML

rule:
meta:
name: get current PID on Linux
namespace: host-interaction/process
authors:
- michael.hunhoff@mandiant.com
scopes:
static: basic block
dynamic: call
features:
- and:
- or:
- os: linux
- os: android
- or:
- api: getpid
- api: getppid