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 fa246a4 commit bed471aCopy full SHA for bed471a
collection/keylog/log-keystrokes-via-directx.yml
@@ -0,0 +1,17 @@
1
+rule:
2
+ meta:
3
+ name: log keystrokes via directx
4
+ namespace: collection/keylog
5
+ authors:
6
+ - https://github.com/zeze-zeze
7
+ scopes:
8
+ static: function
9
+ dynamic: call
10
+ att&ck:
11
+ - Collection::Input Capture::Keylogging [T1056.001]
12
+ examples:
13
+ - 52d8e95c9883cd16d7b44e3a7adc22d6.exe_
14
+ features:
15
+ - and:
16
+ - api: RegisterRawInputDevices
17
+ - api: GetRawInputData
0 commit comments