Skip to content

Commit f66350d

Browse files
committed
yara-ci
1 parent ea60bb3 commit f66350d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyzer/windows/data/yara/DarkGateLoader.yar

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rule DarkGateLoader
66
cape_options = "bp0=$decrypt1+30,bp0=$decrypt2+29,action0=dump:eax::ebx,bp1=$decrypt3+80,action1=dumpsize:eax,bp2=$decrypt3+124,hc2=1,action2=dump:eax,count=0"
77
packed = "b15e4b4fcd9f0d23d902d91af9cc4e01417c426e55f6e0b4ad7256f72ac0231a"
88
strings:
9-
$loader = {6C 6F 61 64 65 72}
9+
$loader = "loader"
1010
$decrypt1 = {B? 01 00 00 00 8B [3] E8 [4] 8B D7 32 54 [4] 88 54 18 FF 4? 4? 75}
1111
$decrypt2 = {B? 01 00 00 00 8B [2] E8 [4] 8B D7 2B D3 [4] 88 54 18 FF 4? 4? 75}
1212
$decrypt3 = {89 85 [4] 8B 85 [4] 8B F0 8D BD [4] B? 10 [3] F3 A5 8B 85 [4] 33 D2 [2] 8B 85 [4] 99}

0 commit comments

Comments
 (0)