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.
1 parent e91a7e2 commit 4612c46Copy full SHA for 4612c46
data/yara/CAPE/VIPKeyLogger.yar
@@ -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