mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
17 lines
331 B
YAML
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
|