Files
mandiant-capa-rules/nursery/read-process-memory.yml
Yacine Elhamer 0aea484e04 updated rules
2023-08-21 19:14:45 +02:00

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