Recipes Reference
Learn All Options and Values of Detection Recipes
Required Fields
kind
: Unique identifier for the recipe typename
: Name of the specific recipe instanceversion
: Recipe version (numeric)description
: Brief descriptionmechanism
: Detection mechanism typebreed
: Detection categorytactic
: MITRE ATTACK tactictechnique
: MITRE ATTACK techniquesubtechnique
: MITRE ATTACK sub-techniqueimportance
: Severity level
File Action Values
Individual Actions:
fasync
: File asynchronous operationsflock
: File locking operationsfsync
: File synchronizationllseek
: Low-level seek operationsmmap
: Memory mapping operationsopen
: File open operationsread
: File read operationswrite
: File write operationsrename
: File rename operationstruncate
: File truncation operationsunlink
: File deletion operationscreate
: File creation operationsclose
: File close operationslink
: Hard link operationsexecve
: Executable file operations
Action Matching:
how
: Specifies how actions should matchany
: Any action matchesall
: All actions must match
Macros (expanded automatically):
any
✅
✅
✅
✅
✅
✅
✅
✅
✅
✅
✅
✅
✅
✅
✅
open_related
✅
✅
read_related
✅
✅
✅
modify_related
✅
✅
✅
✅
✅
✅
✅
access_related
✅
✅
✅
✅
✅
✅
✅
✅
✅
✅
✅
✅
access_no_mmap_related
✅
✅
✅
✅
✅
✅
✅
✅
✅
✅
✅
tamper_related
✅
✅
✅
✅
Times Kind Values
times_per_proc
Per process
times_per_exe
Per executable
times_per_parent_proc
Per parent process
times_per_parent_exe
Per parent executable
times_per_full_ancestry
Per full process tree
times_per_hostname
Per hostname
times_per_host
Global limit
Classification Values
Mechanism:
file_access
execution
network_peers
baseline
Breed:
file_access
execution
remote_domains
remote_ips
local_domains
local_ips
Importance:
low
medium
high
critical
Last updated