mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-02 11:27:20 +00:00
10 lines
233 B
YAML
10 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
|