mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-03 11:57:25 +00:00
14 lines
428 B
YAML
14 lines
428 B
YAML
rule:
|
|
meta:
|
|
name: set environment variable
|
|
namespace: host-interaction/environment-variable
|
|
author: michael.hunhoff@fireeye.com
|
|
scope: function
|
|
mbc:
|
|
- Operating System::Environment Variable::Set Variable [C0034.001]
|
|
examples:
|
|
- Practical Malware Analysis Lab 11-03.exe_:0x406580
|
|
features:
|
|
- or:
|
|
- api: kernel32.SetEnvironmentStrings
|
|
- api: kernel32.SetEnvironmentVariable
|