mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 10:58:40 +00:00
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
This commit is contained in:
parent
14dcc55c32
commit
9e4cc28265
1 changed files with 6 additions and 2 deletions
|
|
@ -1,13 +1,17 @@
|
|||
# generated using capa explorer for IDA Pro
|
||||
rule:
|
||||
meta:
|
||||
name: register raw input devices
|
||||
namespace: host-interaction/hardware
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue