2023-08-01 11:37:58 +00:00
|
|
|
id: cap-hookexkeylogger-malware
|
2023-02-28 01:18:13 +00:00
|
|
|
|
|
|
|
info:
|
2023-03-09 18:14:31 +00:00
|
|
|
name: CAP HookExKeylogger Malware - Detect
|
2023-02-28 01:18:13 +00:00
|
|
|
author: daffainfo
|
2023-08-01 09:54:35 +00:00
|
|
|
severity: info
|
2023-02-28 01:18:13 +00:00
|
|
|
reference: https://github.com/Yara-Rules/rules/blob/master/malware/MALW_CAP_HookExKeylogger.yar
|
|
|
|
tags: malware,file
|
|
|
|
file:
|
|
|
|
- extensions:
|
|
|
|
- all
|
|
|
|
|
|
|
|
matchers-condition: or
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2023-08-01 09:54:35 +00:00
|
|
|
part: raw
|
2023-02-28 01:18:13 +00:00
|
|
|
words:
|
|
|
|
- "SetWindowsHookEx"
|
|
|
|
- "WH_KEYBOARD_LL"
|
|
|
|
condition: and
|
|
|
|
case-insensitive: true
|
|
|
|
|
|
|
|
- type: word
|
2023-08-01 09:54:35 +00:00
|
|
|
part: raw
|
2023-02-28 01:18:13 +00:00
|
|
|
words:
|
|
|
|
- "SetWindowsHookEx"
|
|
|
|
- "WH_KEYBOARD"
|
|
|
|
condition: and
|
|
|
|
case-insensitive: true
|
|
|
|
|
|
|
|
- type: word
|
2023-08-01 09:54:35 +00:00
|
|
|
part: raw
|
2023-02-28 01:18:13 +00:00
|
|
|
words:
|
|
|
|
- "WH_KEYBOARD"
|
|
|
|
- "WH_KEYBOARD_LL"
|
|
|
|
condition: and
|
2023-10-14 11:27:55 +00:00
|
|
|
case-insensitive: true
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402200f26aeb3ca9df9f4045a64a911f4165e3d2cce3ecd67e137f3b2933a1ad58fdf02200afec8f59a9b9944c13e0480ccca71629e367d03dbe950f02440a6cf9f4a52cf:922c64590222798bb761d5b6d8e72950
|