File tree 1 file changed +20
-3
lines changed
1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -130,16 +130,33 @@ rule APT_APT29_NOBELIUM_LNK_Samples_May21_1 {
130
130
rule APT_APT29_NOBELIUM_BoomBox_May21_1 {
131
131
meta :
132
132
description = " Detects BoomBox malware as described in APT29 NOBELIUM report "
133
- author = " Florian Roth (Nextron Systems) "
133
+ author = " Florian Roth "
134
134
reference = " https://www.microsoft.com/security/blog/2021/05/27/new-sophisticated-email-based-attack-from-nobelium/ "
135
135
date = " 2021-05-27 "
136
+ modified = " 2025-03-20 "
136
137
score = 85
137
- id = " fe964f3e-1cda-5f16-838f-dd7b23cd5651 "
138
+ hash = " 8199f309478e8ed3f03f75e7574a3e9bce09b4423bd7eb08bb5bff03af2b7c27 "
138
139
strings :
140
+ // PowerShell tool - e1765eafb68fc6034575f126b014fcad6bb043c2961823b7cef5f711e9e01d1c
141
+ $ a1 = " ]::FromBase64String($ " ascii wide
142
+
139
143
$ xa1 = " 123do3y4r378o5t34onf7t3o573tfo73 " ascii wide fullword
140
144
$ 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)) "
141
151
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
+ )
143
160
}
144
161
145
162
rule APT_APT29_NOBELIUM_BoomBox_PDF_Masq_May21_1 {
You can’t perform that action at this time.
0 commit comments