mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
* feat: log keystrokes via directx * fix: williballenthin review * move register-raw-input-devices from nursery * use original rule name
17 lines
406 B
YAML
17 lines
406 B
YAML
rule:
|
|
meta:
|
|
name: register raw input devices
|
|
namespace: collection/keylog
|
|
authors:
|
|
- zeze-zeze
|
|
- michael.hunhoff@mandiant.com
|
|
scopes:
|
|
static: basic block
|
|
dynamic: call
|
|
att&ck:
|
|
- Collection::Input Capture::Keylogging [T1056.001]
|
|
examples:
|
|
- 52d8e95c9883cd16d7b44e3a7adc22d6.exe_
|
|
features:
|
|
- or:
|
|
- api: user32.RegisterRawInputDevices
|