Skip to content

Commit ddd6722

Browse files
committed
Rhadamanthys: restore anti-FP measure for full process dumps (monitor yara detection)
1 parent e40eaf5 commit ddd6722

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

data/yara/CAPE/Rhadamanthys.yar

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ rule Rhadamanthys
1313
$anti = {50 68 [4] 68 [4] E8 [4] 83 C4 0C A3 [4] 85 C0 74}
1414
$dnr = {99 52 50 8D 45 ?? 99 52 50 8B C7 99 52 50 8B C3 99 52 50}
1515
$sys = {83 E4 F0 6A 33 E8 00 00 00 00 83 04 24 05 CB}
16+
$cape_string = "cape_options"
1617
condition:
17-
2 of them
18+
2 of them and not $cape_string
1819
}
1920

2021
rule RhadamanthysLoader

0 commit comments

Comments
 (0)