MAL_APT_NK_Andariel_BindShell
Description
Detects a BindShell used by Andariel
Query · yara
strings:
$str_comspec = "COMSPEC"
$str_consolewindow = "GetConsoleWindow"
$str_ShowWindow = "ShowWindow"
$str_WSASocketA = "WSASocketA"
$str_CreateProcessA = "CreateProcessA"
$str_port = { B9 4D 05 00 00 89 }
condition:
uint16(0) == 0x5A4D
and all of them