mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-05 12:57:17 +00:00
12 lines
346 B
YAML
12 lines
346 B
YAML
rule:
|
|
meta:
|
|
name: set environment variable
|
|
namespace: host-interaction/environment-variable
|
|
author: michael.hunhoff@fireeye.com
|
|
scope: function
|
|
examples:
|
|
- Practical Malware Analysis Lab 11-03.exe_:0x406580
|
|
features:
|
|
- or:
|
|
- api: kernel32.SetEnvironmentStrings
|
|
- api: kernel32.SetEnvironmentVariable
|