Files
MBCProject-mbc-markdown/collection/keylogging.md
T
2020-08-21 17:49:32 -04:00

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).