Skip to content

Commit a7a2e9d

Browse files
committed
AuraStealer monitor yara
1 parent 21567ff commit a7a2e9d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
rule AuraStealerBypass
2+
{
3+
meta:
4+
author = "enzok"
5+
description = "Bypass AuraStealer"
6+
cape_options = "bp0=$antivm1+3,action0=skip,count=0"
7+
packed = "a9c47f10d5eb77d7d6b356be00b4814a7c1e5bb75739b464beb6ea03fc36cc85"
8+
strings:
9+
$antivm1 = {39 04 11 0f 94 C3 8B 44 ?? ?? 85 C0} //+3, skip
10+
$conf = {8D BE ?? 00 00 00 68 00 40 00 00 5? 5? FF D1 83 C4 ?? 8B 07 8B 57 04 29 C2}
11+
$keyexpansion = {31 C0 8A 1C 82 88 1C 81 8A 5C 82 01 88 5C 81 01 8A 5C 82 02 88 5C 81 02 8A 5C 82 03 88 5C 81 03 4? 83 F8 08 75 ?? B? 08 00 00 00}
12+
condition:
13+
all of them
14+
}
15+
16+
17+
rule AuraStealerConfig
18+
{
19+
meta:
20+
author = "enzok"
21+
description = "AuraStealer Config"
22+
cape_options = "bp1=$conf*-1,action1=string:eax,count=1,hc1=1,typestring=AuraStealer Config"
23+
packed = "a9c47f10d5eb77d7d6b356be00b4814a7c1e5bb75739b464beb6ea03fc36cc85"
24+
strings:
25+
$conf = {8D BE ?? 00 00 00 68 00 40 00 00 5? 5? FF D1 83 C4 ?? 8B 07 8B 57 04 29 C2}
26+
$antivm1 = {39 04 11 0f 94 C3 8B 44 ?? ?? 85 C0}
27+
$keyexpansion = {31 C0 8A 1C 82 88 1C 81 8A 5C 82 01 88 5C 81 01 8A 5C 82 02 88 5C 81 02 8A 5C 82 03 88 5C 81 03 4? 83 F8 08 75 ?? B? 08 00 00 00}
28+
condition:
29+
all of them
30+
}

0 commit comments

Comments
 (0)