Skip to content

Commit 9b07805

Browse files
committed
Update apt_apt29_nobelium_may21.yar
1 parent 2fbe952 commit 9b07805

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

yara/apt_apt29_nobelium_may21.yar

+20-3
Original file line numberDiff line numberDiff line change
@@ -130,16 +130,33 @@ rule APT_APT29_NOBELIUM_LNK_Samples_May21_1 {
130130
rule APT_APT29_NOBELIUM_BoomBox_May21_1 {
131131
meta:
132132
description = "Detects BoomBox malware as described in APT29 NOBELIUM report"
133-
author = "Florian Roth (Nextron Systems)"
133+
author = "Florian Roth"
134134
reference = "https://www.microsoft.com/security/blog/2021/05/27/new-sophisticated-email-based-attack-from-nobelium/"
135135
date = "2021-05-27"
136+
modified = "2025-03-20"
136137
score = 85
137-
id = "fe964f3e-1cda-5f16-838f-dd7b23cd5651"
138+
hash = "8199f309478e8ed3f03f75e7574a3e9bce09b4423bd7eb08bb5bff03af2b7c27"
138139
strings:
140+
// PowerShell tool - e1765eafb68fc6034575f126b014fcad6bb043c2961823b7cef5f711e9e01d1c
141+
$a1 = "]::FromBase64String($" ascii wide
142+
139143
$xa1 = "123do3y4r378o5t34onf7t3o573tfo73" ascii wide fullword
140144
$xa2 = "1233t04p7jn3n4rg" ascii wide fullword
145+
146+
$s1 = "\\Release\\BOOM.pdb" ascii
147+
$s2 = "/files/upload" ascii
148+
$s3 = "/tmp/readme.pdf" ascii fullword
149+
$s4 = "/new/{0}" ascii fullword
150+
$s5 = "(&(objectClass=user)(objectCategory=person))"
141151
condition:
142-
1 of them
152+
(
153+
uint16(0) == 0x5a4d
154+
or 1 of ($a*)
155+
)
156+
and (
157+
1 of ($x*)
158+
or 3 of ($s*)
159+
)
143160
}
144161

145162
rule APT_APT29_NOBELIUM_BoomBox_PDF_Masq_May21_1 {

0 commit comments

Comments
 (0)