We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40eaf5 commit ddd6722Copy full SHA for ddd6722
data/yara/CAPE/Rhadamanthys.yar
@@ -13,8 +13,9 @@ rule Rhadamanthys
13
$anti = {50 68 [4] 68 [4] E8 [4] 83 C4 0C A3 [4] 85 C0 74}
14
$dnr = {99 52 50 8D 45 ?? 99 52 50 8B C7 99 52 50 8B C3 99 52 50}
15
$sys = {83 E4 F0 6A 33 E8 00 00 00 00 83 04 24 05 CB}
16
+ $cape_string = "cape_options"
17
condition:
- 2 of them
18
+ 2 of them and not $cape_string
19
}
20
21
rule RhadamanthysLoader
0 commit comments