Skip to content

Commit 4612c46

Browse files
committed
VIPKeyLogger detection
1 parent e91a7e2 commit 4612c46

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

data/yara/CAPE/VIPKeyLogger.yar

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
rule VIPKeyLogger
2+
{
3+
meta:
4+
author = "kevoreilly"
5+
description = "Detects VIPKeyLogger Keylogger"
6+
cape_type = "VIPKeyLogger Payload"
7+
packed = "edaba79c3d43a416a86003f336d879ed3a513aa24dd401340584615647ed6da2"
8+
strings:
9+
$s1 = "/ VIP Recovery \\" wide
10+
$s2 = "Clipboard Logs ID" wide
11+
$s3 = "Keylogger" wide
12+
condition:
13+
uint16(0) == 0x5a4d and all of them
14+
}

0 commit comments

Comments
 (0)