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 7ae786c commit 14dcc55Copy full SHA for 14dcc55
collection/keylog/log-keystrokes-via-direct-input.yml
@@ -0,0 +1,19 @@
1
+rule:
2
+ meta:
3
+ name: log keystrokes via direct input
4
+ namespace: collection/keylog
5
+ authors:
6
+ - zeze-zeze
7
+ scopes:
8
+ static: function
9
+ dynamic: call
10
+ att&ck:
11
+ - Collection::Input Capture::Keylogging [T1056.001]
12
+ examples:
13
+ - 0db010298586f17ee7e46f390d5724be.exe_
14
+ features:
15
+ - or:
16
+ - api: dinput8.DirectInput8Create
17
+ - api: dinput.DirectInputCreateEx
18
+ - api: dinput.DirectInputCreateW
19
+ - api: dinput.DirectInputCreateA
0 commit comments