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