Skip to content

Commit

Permalink
Update T1082.yaml (#2955)
Browse files Browse the repository at this point in the history
New atomic added.
  • Loading branch information
krdmnbrk authored Oct 12, 2024
1 parent c718dc7 commit 9a962c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions atomics/T1082/T1082.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -538,4 +538,11 @@ atomic_tests:
command: Get-CimInstance Win32_OperatingSystem | Select-Object Caption, Version, ServicePackMajorVersion, OSArchitecture, CSName, WindowsDirectory | Out-null
name: powershell
elevation_required: false
- name: Check OS version via "ver" command
description: Ver command shows information about os version.
supported_platforms:
- windows
executor:
name: command_prompt
command: ver

0 comments on commit 9a962c8

Please sign in to comment.