Files
mandiant-capa-rules/load-code/shellcode/spawn-thread-to-rwx-shellcode.yml
T
2022-05-26 11:56:31 -06:00

17 lines
404 B
YAML

rule:
meta:
name: spawn thread to RWX shellcode
namespace: load-code/shellcode
authors:
- moritz.raabe@mandiant.com
scope: function
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