mirror of
https://github.com/mandiant/capa-rules
synced 2026-06-08 15:41:20 +00:00
15 lines
379 B
YAML
15 lines
379 B
YAML
rule:
|
|
meta:
|
|
name: get COMSPEC environment variable
|
|
namespace: host-interaction/environment-variable
|
|
author: matthew.williams@fireeye.com
|
|
scope: function
|
|
examples:
|
|
- Practical Malware Analysis Lab 14-02.exe_:0x401880
|
|
features:
|
|
- and:
|
|
- match: query environment variable
|
|
- or:
|
|
- string: "COMSPEC"
|
|
- string: "%COMSPEC%"
|