We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cecf1e + 61eb72b commit 9f9ddfbCopy full SHA for 9f9ddfb
data/yara/CAPE/Stealc.yar
@@ -1,4 +1,3 @@
1
-import "pe"
2
rule Stealc
3
{
4
meta:
@@ -10,9 +9,7 @@ rule Stealc
10
9
$nugget1 = {68 04 01 00 00 6A 00 FF 15 [4] 50 FF 15}
11
$nugget2 = {64 A1 30 00 00 00 8B 40 0C 8B 40 0C 8B 00 8B 00 8B 40 18 89 45 FC}
12
condition:
13
- uint16(0) == 0x5A4D
14
- and not (pe.imports("tier0.dll") or pe.imports("msdart.dll"))
15
- and any of them
+ uint16(0) == 0x5A4D and any of them
16
}
17
18
rule StealcV2
0 commit comments