Commit 19fc17cc by mmorenog

Update WhiskeyAlfa.yara

parent f87b4264
...@@ -18,15 +18,7 @@ rule WhiskeyAlfa ...@@ -18,15 +18,7 @@ rule WhiskeyAlfa
7C EA jl short loc_402E8D 7C EA jl short loc_402E8D
*/ */
$randomBuffer = { $randomBuffer = {E8 [4] B1 ?? F6 E9 88 [3] 4? 81 ?? 00 00 01 00 7C}
E8 [4]
B1 ??
F6 E9
88 [3]
4?
81 ?? 00 00 01 00
7C
}
/* /*
89 58 09 mov [eax+9], ebx 89 58 09 mov [eax+9], ebx
...@@ -41,19 +33,7 @@ rule WhiskeyAlfa ...@@ -41,19 +33,7 @@ rule WhiskeyAlfa
89 58 19 mov [eax+19h], ebx 89 58 19 mov [eax+19h], ebx
B8 01 00 00 00 mov eax, 1 B8 01 00 00 00 mov eax, 1
*/ */
$mbrDiskInfo = { $mbrDiskInfo = {89 ?? 09 C7 ?? 65 00 00 02 00 C7 ?? 15 04 00 00 00 C6 ?? 08 08 C7 ?? 04 00 02 00 00 89 ?? 89 ?? 0D C7 ?? 11 01 00 00 00 89 ?? 69 89 ?? 19 B8 01 00 00 00}
89 ?? 09
C7 ?? 65 00 00 02 00
C7 ?? 15 04 00 00 00
C6 ?? 08 08
C7 ?? 04 00 02 00 00
89 ??
89 ?? 0D
C7 ?? 11 01 00 00 00
89 ?? 69
89 ?? 19
B8 01 00 00 00
}
// the replacement MBRs in both encoded (XOR 0x53) and decoded form // the replacement MBRs in both encoded (XOR 0x53) and decoded form
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment