Skip to content

Commit 9f9ddfb

Browse files
authored
Merge pull request #2677 from kevoreilly/revert-2674-patch-2
Revert "Update Stealc.yar"
2 parents 0cecf1e + 61eb72b commit 9f9ddfb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

data/yara/CAPE/Stealc.yar

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import "pe"
21
rule Stealc
32
{
43
meta:
@@ -10,9 +9,7 @@ rule Stealc
109
$nugget1 = {68 04 01 00 00 6A 00 FF 15 [4] 50 FF 15}
1110
$nugget2 = {64 A1 30 00 00 00 8B 40 0C 8B 40 0C 8B 00 8B 00 8B 40 18 89 45 FC}
1211
condition:
13-
uint16(0) == 0x5A4D
14-
and not (pe.imports("tier0.dll") or pe.imports("msdart.dll"))
15-
and any of them
12+
uint16(0) == 0x5A4D and any of them
1613
}
1714

1815
rule StealcV2

0 commit comments

Comments
 (0)