mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
13 lines
346 B
YAML
13 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
|