mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
19 lines
523 B
YAML
19 lines
523 B
YAML
rule:
|
|
meta:
|
|
name: set environment variable
|
|
namespace: host-interaction/environment-variable
|
|
authors:
|
|
- michael.hunhoff@mandiant.com
|
|
scopes:
|
|
static: function
|
|
dynamic: process
|
|
mbc:
|
|
- Operating System::Environment Variable::Set Variable [C0034.001]
|
|
examples:
|
|
- 0731679c5f99e8ee65d8b29a3cabfc6b:0x43EA81
|
|
features:
|
|
- or:
|
|
- api: kernel32.SetEnvironmentStrings
|
|
- api: kernel32.SetEnvironmentVariable
|
|
- api: System.Environment::SetEnvironmentVariable
|