mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-04 04:17:34 +00:00
35 lines
1,014 B
YAML
35 lines
1,014 B
YAML
rule:
|
|
meta:
|
|
name: create thread
|
|
namespace: host-interaction/thread/create
|
|
authors:
|
|
- moritz.raabe@mandiant.com
|
|
- michael.hunhoff@mandiant.com
|
|
- joakim@intezer.com
|
|
scope: basic block
|
|
mbc:
|
|
- Process::Create Thread [C0038]
|
|
examples:
|
|
- 946A99F36A46D335DEC080D9A4371940:0x10001DA0
|
|
- B5F85C26D7AA5A1FB4AF5821B6B5AB9B:0x408020
|
|
features:
|
|
- or:
|
|
- and:
|
|
- os: windows
|
|
- or:
|
|
- api: kernel32.CreateThread
|
|
- api: _beginthread
|
|
- api: _beginthreadex
|
|
- api: PsCreateSystemThread
|
|
- api: SHCreateThread
|
|
- api: SHCreateThreadWithHandle
|
|
- api: kernel32.CreateRemoteThread
|
|
- api: kernel32.CreateRemoteThreadEx
|
|
- api: RtlCreateUserThread
|
|
- api: ntdll.NtCreateThread
|
|
- api: ntdll.NtCreateThreadEx
|
|
- api: ntdll.ZwCreateThread
|
|
- api: ntdll.ZwCreateThreadEx
|
|
- and:
|
|
- os: linux
|
|
- api: pthread_create
|