Files
mandiant-capa-rules/host-interaction/environment-variable/get-comspec-environment-variable.yml
T
2021-06-08 10:12:15 -06:00

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%"