From 9a962c8f703d8b0c0e13d0690a454ebbeb83e78e Mon Sep 17 00:00:00 2001 From: Burak Karaduman <36070747+krdmnbrk@users.noreply.github.com> Date: Sat, 12 Oct 2024 05:47:50 +0300 Subject: [PATCH] Update T1082.yaml (#2955) New atomic added. --- atomics/T1082/T1082.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/atomics/T1082/T1082.yaml b/atomics/T1082/T1082.yaml index 20488780..b1e1b89e 100644 --- a/atomics/T1082/T1082.yaml +++ b/atomics/T1082/T1082.yaml @@ -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