mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
14 lines
307 B
YAML
14 lines
307 B
YAML
rule:
|
|
meta:
|
|
name: open thread
|
|
author: 0x534a@mailbox.org
|
|
lib: true
|
|
scope: basic block
|
|
examples:
|
|
- 787cbc8a6d1bc58ea169e51e1ad029a637f22560660cc129ab8a099a745bd50e:00502F4C
|
|
features:
|
|
- or:
|
|
- api: kernel32.OpenThread
|
|
- api: NtOpenThread
|
|
- api: ZwOpenThread
|