Skip to content

Commit 9e4cc28

Browse files
authored
feat: log keystrokes via rawinput (#1078)
* feat: log keystrokes via directx * fix: williballenthin review * move register-raw-input-devices from nursery * use original rule name
1 parent 14dcc55 commit 9e4cc28

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
# generated using capa explorer for IDA Pro
21
rule:
32
meta:
43
name: register raw input devices
5-
namespace: host-interaction/hardware
4+
namespace: collection/keylog
65
authors:
6+
- zeze-zeze
77
88
scopes:
99
static: basic block
1010
dynamic: call
11+
att&ck:
12+
- Collection::Input Capture::Keylogging [T1056.001]
13+
examples:
14+
- 52d8e95c9883cd16d7b44e3a7adc22d6.exe_
1115
features:
1216
- or:
1317
- api: user32.RegisterRawInputDevices

0 commit comments

Comments
 (0)