Files
mandiant-capa-rules/nursery/execute-shellcode-via-indirect-call.yml
2023-10-17 10:29:30 +00:00

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