APT_APT29_NOBELIUM_BoomBox_May21_1
Description
Detects BoomBox malware as described in APT29 NOBELIUM report
Query · yara
strings:
// PowerShell tool - e1765eafb68fc6034575f126b014fcad6bb043c2961823b7cef5f711e9e01d1c
$a1 = "]::FromBase64String($" ascii wide
$xa1 = "123do3y4r378o5t34onf7t3o573tfo73" ascii wide fullword
$xa2 = "1233t04p7jn3n4rg" ascii wide fullword
$s1 = "\\Release\\BOOM.pdb" ascii
$s2 = "/files/upload" ascii
$s3 = "/tmp/readme.pdf" ascii fullword
$s4 = "/new/{0}" ascii fullword
$s5 = "(&(objectClass=user)(objectCategory=person))"
condition:
(
uint16(0) == 0x5a4d
or 1 of ($a*)
)
and (
1 of ($x*)
or 3 of ($s*)
)