mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-04 12:27:17 +00:00
13 lines
395 B
YAML
13 lines
395 B
YAML
rule:
|
|
meta:
|
|
name: query environment variable
|
|
namespace: host-interaction/environment-variable
|
|
author: michael.hunhoff@fireeye.com
|
|
scope: function
|
|
examples:
|
|
- Practical Malware Analysis Lab 14-02.exe_:0x401880
|
|
features:
|
|
- or:
|
|
- api: kernel32.GetEnvironmentVariable
|
|
- api: kernel32.GetEnvironmentStrings
|
|
- api: kernel32.ExpandEnvironmentStrings
|