mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
5941a484b5
* add section access/map rules closes #4 --------- Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
20 lines
480 B
YAML
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
|