Files
mandiant-capa-rules/load-code/shellcode/spawn-thread-to-rwx-shellcode.yml
T
Yacine Elhamer e937af1ee6 initial commit
2023-08-17 10:41:11 +02:00

19 lines
442 B
YAML

rule:
meta:
name: spawn thread to RWX shellcode
namespace: load-code/shellcode
authors:
- moritz.raabe@mandiant.com
scopes:
static: function
dynamic: process
mbc:
- Memory::Allocate Memory [C0007]
- Process::Create Thread [C0038]
examples:
- Practical Malware Analysis Lab 19-02.exe_:0x401230
features:
- and:
- match: allocate RWX memory
- match: create thread