mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 10:58:40 +00:00
18 lines
397 B
YAML
18 lines
397 B
YAML
rule:
|
|
meta:
|
|
name: open thread
|
|
authors:
|
|
- 0x534a@mailbox.org
|
|
lib: true
|
|
scopes:
|
|
static: basic block
|
|
dynamic: call
|
|
mbc:
|
|
- Process::Open Thread [C0066]
|
|
examples:
|
|
- 787cbc8a6d1bc58ea169e51e1ad029a637f22560660cc129ab8a099a745bd50e:00502F4C
|
|
features:
|
|
- or:
|
|
- api: kernel32.OpenThread
|
|
- api: NtOpenThread
|
|
- api: ZwOpenThread
|