mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
11 lines
233 B
YAML
11 lines
233 B
YAML
rule:
|
|
meta:
|
|
name: spawn thread to RWX shellcode
|
|
namespace: load-code/shellcode
|
|
author: moritz.raabe@fireeye.com
|
|
scope: function
|
|
features:
|
|
- and:
|
|
- match: allocate RWX memory
|
|
- match: create thread
|