MAL_APT_NK_Andariel_CutieDrop_MagicRAT
Description
Detects the MagicRAT variant used by Andariel
Query · yara
strings:
// I removed the 'wide' from the strings because the samples don't contain the strings
// UTF-16 formatted and there's no indication that they ever will be, F.R.
$config_os_w = "os/windows" ascii
$config_os_l = "os/linux" ascii
$config_os_m = "os/mac" ascii
$config_comp_msft = "company/microsoft" ascii
$config_comp_orcl = "company/oracle" ascii
$POST_field_1 = "session=" ascii
$POST_field_2 = "type=" ascii
// $POST_field_3 = "id=" ascii wide // disabled this string because it's too short
$command_misspelled = "renmae" ascii
condition:
uint16(0) == 0x5a4d
and 7 of them