SUSP_LNX_ARCH_ALPM_Hook_Jun26
Description
Detects suspicious execution commands in Arch ALPM hooks
Query · yara
strings:
$s1 = "[Action]"
$s2 = "Exec = "
$s3 = "npm install "
$s4 = "2>/dev/null"
condition:
filesize < 5KB
and all of them