diff --git a/atomics/T1082/T1082.yaml b/atomics/T1082/T1082.yaml index 2a669ef8..a3a35e7d 100644 --- a/atomics/T1082/T1082.yaml +++ b/atomics/T1082/T1082.yaml @@ -126,3 +126,12 @@ atomic_tests: command: 'cscript #{vbscript}' name: powershell elevation_required: false +- name: Environment variables discovery + description: | + Identify all environment variables. Upon execution, environments variables and your path info will be displayed. + supported_platforms: + - windows + executor: + command: | + set + name: command_prompt