APT_Sandworm_CyclopsBlink_core_command_check
Description
Detects the code bytes used to test the command ID being sent to the core component of Cyclops Blink
Query · yara
strings:
// Check for command ID equals 0x7, 0xa, 0xb, 0xc or 0xd
$cmd_check = {81 3F 00 18 88 09 00 05 54 00 06 3E 2F 80 00 (07|0A|0B|0C|0D) }
condition:
(uint32(0) == 0x464c457f) and (#cmd_check == 5)