mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
21 lines
512 B
YAML
21 lines
512 B
YAML
rule:
|
|
meta:
|
|
name: read process memory
|
|
namespace: host-interaction/process
|
|
authors:
|
|
- matthew.williams@mandiant.com
|
|
- "@_re_fox"
|
|
- michael.hunhoff@mandiant.com
|
|
scopes:
|
|
static: function
|
|
dynamic: process
|
|
features:
|
|
- and:
|
|
- api: kernel32.ReadProcessMemory
|
|
- api: kernel32.Toolhelp32ReadProcessMemory
|
|
- optional:
|
|
- or:
|
|
- api: kernel32.OpenProcess
|
|
- api: kernel32.VirtualQueryEx
|
|
- api: psapi.QueryWorkingSet
|