mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
18 lines
457 B
YAML
18 lines
457 B
YAML
rule:
|
|
meta:
|
|
name: execute shellcode via indirect call
|
|
namespace: load-code/shellcode
|
|
authors:
|
|
- ronnie.salomonsen@mandiant.com
|
|
scopes:
|
|
static: function
|
|
dynamic: unspecified # rule hasn't been migrated yet
|
|
mbc:
|
|
- Memory::Allocate Memory [C0007]
|
|
features:
|
|
- and:
|
|
- match: allocate or change RWX memory
|
|
- or:
|
|
- characteristic: indirect call
|
|
- characteristic: cross section flow
|