APT_MAL_LUA_Hunting_Lua_SKIPJACK_2
Description
Hunting rule looking for strings observed in SKIPJACK samples.
Query · yara
strings:
$str1 = "hdr:name() == 'Content-ID'"
$str2 = "hdr:body() ~= nil"
$str3 = "string.match(hdr:body(),\"^[%w%+/=\\r\\n]+$\")"
$str4 = "openssl aes-256-cbc"
$str5 = "| base64 -d| sh 2>"
condition:
all of them