Files
mandiant-capa-rules/host-interaction/environment-variable/get-comspec-environment-variable.yml
T
2021-09-28 12:21:11 +02:00

15 lines
380 B
YAML

rule:
meta:
name: get COMSPEC environment variable
namespace: host-interaction/environment-variable
author: matthew.williams@mandiant.com
scope: function
examples:
- Practical Malware Analysis Lab 14-02.exe_:0x401880
features:
- and:
- match: query environment variable
- or:
- string: "COMSPEC"
- string: "%COMSPEC%"