mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
22 lines
518 B
YAML
22 lines
518 B
YAML
rule:
|
|
meta:
|
|
name: map section object
|
|
namespace: host-interaction/process
|
|
authors:
|
|
- william.ballenthin@mandiant.com
|
|
scopes:
|
|
static: function
|
|
dynamic: process
|
|
examples:
|
|
- 61908f4d70ce6f16173e76aa42a8c25a:0x4018F0
|
|
features:
|
|
- and:
|
|
- os: windows
|
|
- or:
|
|
- api: NtMapViewOfSection
|
|
- api: ZwMapViewOfSection
|
|
- optional:
|
|
- api: NtUnmapViewOfSection
|
|
- api: ZwUnmapViewOfSection
|
|
- match: create or open section object
|