mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-05 04:47:21 +00:00
13 lines
318 B
YAML
13 lines
318 B
YAML
rule:
|
|
meta:
|
|
name: create thread
|
|
namespace: host-interaction/thread/create
|
|
author: moritz.raabe@fireeye.com
|
|
scope: function
|
|
examples:
|
|
- 946A99F36A46D335DEC080D9A4371940:0x10001DA0
|
|
features:
|
|
- or:
|
|
- api: kernel32.CreateThread
|
|
- api: _beginthread
|
|
- api: _beginthreadex
|