Files
mandiant-capa-rules/host-interaction/thread/create/create-thread.yml
T
2020-09-17 13:35:41 -06:00

18 lines
443 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
- basic block:
- and:
- api: kernel32.GetCurrentProcess
- api: kernel32.CreateRemoteThread