Files
mandiant-capa-rules/host-interaction/process/map-section-object.yml
T
Willi Ballenthin 5941a484b5 add section access/map rules (#681)
* add section access/map rules

closes #4

---------

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
2023-02-02 09:11:46 +01:00

20 lines
480 B
YAML

rule:
meta:
name: map section object
namespace: host-interaction/process
authors:
- william.ballenthin@mandiant.com
scope: function
examples:
- 61908f4d70ce6f16173e76aa42a8c25a:0x4018F0
features:
- and:
- os: windows
- or:
- api: NtMapViewOfSection
- api: ZwMapViewOfSection
- optional:
- api: NtUnmapViewOfSection
- api: ZwUnmapViewOfSection
- match: create or open section object