Skip to content

Commit 14dcc55

Browse files
authored
Merge pull request #1079 from zeze-zeze/zeze/feat/DirectInput
feat: log keystrokes via direct input
1 parent 7ae786c commit 14dcc55

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
rule:
2+
meta:
3+
name: log keystrokes via direct input
4+
namespace: collection/keylog
5+
authors:
6+
- zeze-zeze
7+
scopes:
8+
static: function
9+
dynamic: call
10+
att&ck:
11+
- Collection::Input Capture::Keylogging [T1056.001]
12+
examples:
13+
- 0db010298586f17ee7e46f390d5724be.exe_
14+
features:
15+
- or:
16+
- api: dinput8.DirectInput8Create
17+
- api: dinput.DirectInputCreateEx
18+
- api: dinput.DirectInputCreateW
19+
- api: dinput.DirectInputCreateA

0 commit comments

Comments
 (0)