MAL_APT_NK_Andariel_DTrack_Unpacked
Description
Detects DTrack variant used by Andariel
Query · yara
strings:
$x_str_cmd_4 = "/c systeminfo > \"%s\" & tasklist > \"%s\" & netstat -naop tcp > \"%s\"" wide
$x_str_cmd_2 = "/c ping -n 3 127.0.01 > NUL % echo EEE > \"%s\"" wide
$str_mutex = "MTX_Global"
$str_cmd_1 = "/c net use \\\\" wide
$str_cmd_3 = "/c move /y %s \\\\" wide
condition:
// I changed the condition here because there are two strings which are highly specific and unique, F.R.
uint16(0) == 0x5A4D
and (
1 of ($x*)
or 3 of them
)