Sneed-Reactivity/yara-mikesxrs/US CERT/Destructive_Target_Cleaning_Tool_3.yar
Sam Sneed 08e8d462fe OMG ISTG PLS WORK
RED PILL 🔴 💊
2024-07-25 12:43:35 -05:00

17 lines
No EOL
337 B
Text

rule Destructive_Target_Cleaning_Tool_3
{
meta:
author = "US CERT"
reference = "https://www.us-cert.gov/ncas/alerts/TA14-353A"
strings:
$S1_CMD_Arg = "/install" fullword
//$S2_CMD_Parse= ""\""%s'"' /install \""%s\""'"' fullword
//$S3_CMD_Builder= ""\'"'%s\"" \""%s\'"' \""%s\'"' %s'"' fullword
condition:
all of them
}