APT_APT29_NOBELIUM_Stageless_Loader_May21_2
Description
Detects stageless loader as used by APT29 / NOBELIUM
Query · yara
strings:
$x1 = "DLL_stageless.dll" ascii fullword
$s1 = "c:\\users\\devuser\\documents" ascii fullword nocase
$s2 = "VisualServiceComponent" ascii fullword
$s3 = "CheckUpdteFrameJavaCurrentVersion" ascii fullword
$op1 = { a3 d? 6? 04 10 ff d6 33 05 00 ?0 0? 10 68 d8 d4 00 10 57 a3 d? 6? 04 10 ff d6 33 05 00 ?0 0? 10 }
$op2 = { ff d6 33 05 00 ?0 0? 10 68 d8 d4 00 10 57 a3 d? 6? 04 10 ff d6 33 05 00 ?0 0? 10 68 e8 d4 00 10 }
condition:
uint16(0) == 0x5a4d and
filesize < 900KB and
2 of them or 3 of them