Files
mandiant-capa-rules/host-interaction/thread/create/create-thread.yml
T
2020-12-16 15:30:06 -05:00

20 lines
491 B
YAML

rule:
meta:
name: create thread
namespace: host-interaction/thread/create
author: moritz.raabe@fireeye.com
scope: function
mbc:
- Process::Create Thread [C0038]
examples:
- 946A99F36A46D335DEC080D9A4371940:0x10001DA0
features:
- or:
- api: kernel32.CreateThread
- api: _beginthread
- api: _beginthreadex
- basic block:
- and:
- api: kernel32.GetCurrentProcess
- api: kernel32.CreateRemoteThread