Skip to content

Commit 5b10d96

Browse files
committed
Add MonsterV2 rule
1 parent 073fad7 commit 5b10d96

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

data/yara/CAPE/MonsterV2.yar

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
rule MonsterV2
2+
{
3+
meta:
4+
author = "doomedraven,YungBinary"
5+
description = "MonsterV2 Payload"
6+
cape_type = "MonsterV2 Payload"
7+
packed = "fe69e8db634319815270aa0e55fe4b9c62ce8e62484609c3a42904fbe5bb2ab3"
8+
strings:
9+
$decrypt_config = {
10+
41 B8 0E 04 00 00
11+
48 8D 15 ?? ?? ?? 00
12+
48 8B C?
13+
E8 ?? ?? ?? ?? [3-17]
14+
4C 8B C?
15+
48 8D 54 24 28
16+
48 8B CE
17+
E8 ?? ?? ?? ??
18+
}
19+
condition:
20+
$decrypt_config
21+
}

0 commit comments

Comments
 (0)