mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
17 lines
414 B
YAML
17 lines
414 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 or change RWX memory
|
|
- match: create thread
|