Update T1082.yaml (#3015)
Co-authored-by: Bhavin Patel <bhavin.j.patel91@gmail.com>
This commit is contained in:
@@ -578,4 +578,26 @@ atomic_tests:
|
||||
executor:
|
||||
name: command_prompt
|
||||
command: |
|
||||
powershell.exe -c "gdr -PSProvider 'FileSystem'"
|
||||
powershell.exe -c "gdr -PSProvider 'FileSystem'"
|
||||
- name: Discover OS Product Name via Registry
|
||||
description: |
|
||||
Identify the Operating System Product Name via registry with the reg.exe command.
|
||||
Upon execution, the OS Product Name will be displayed.
|
||||
supported_platforms:
|
||||
- windows
|
||||
executor:
|
||||
command: |
|
||||
reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v ProductName
|
||||
name: command_prompt
|
||||
elevation_required: false
|
||||
- name: Discover OS Build Number via Registry
|
||||
description: |
|
||||
Identify the Operating System Build Number via registry with the reg.exe command.
|
||||
Upon execution, the OS Build Number will be displayed.
|
||||
supported_platforms:
|
||||
- windows
|
||||
executor:
|
||||
command: |
|
||||
reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v CurrentBuildNumber
|
||||
name: command_prompt
|
||||
elevation_required: false
|
||||
|
||||
Reference in New Issue
Block a user