mirror of
https://github.com/MBCProject/mbc-markdown
synced 2026-06-08 11:36:36 +00:00
641 B
641 B
| ID | F0002 |
| Objective(s) | Collection, Credential Access |
| Related ATT&CK Sub-Technique | Input Capture: Keylogging |
Keylogging
Malware captures user keyboard input.
See ATT&CK: Input Capture: Keylogging.
Methods
| Name | ID | Description |
|---|---|---|
| Application Hook | F0002.001 | Keystrokes are captured with an application hook. |
| Polling | F0002.002 | Keystrokes are captured via polling (e.g., user32.GetAsyncKeyState, user32.GetKeyState). |