From d220052ac09d06c64fb9562c0e5c1daf901074db Mon Sep 17 00:00:00 2001 From: Burak Karaduman <36070747+krdmnbrk@users.noreply.github.com> Date: Thu, 17 Oct 2024 03:24:11 +0300 Subject: [PATCH] Update T1007.yaml (#2958) Co-authored-by: Carrie Roberts --- atomics/T1007/T1007.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/atomics/T1007/T1007.yaml b/atomics/T1007/T1007.yaml index 95bac71ba6..096fd5e78e 100644 --- a/atomics/T1007/T1007.yaml +++ b/atomics/T1007/T1007.yaml @@ -44,4 +44,11 @@ atomic_tests: executor: command: | if [ "$(uname)" = 'FreeBSD' ]; then service -e; else systemctl --type=service; fi; - name: bash \ No newline at end of file + name: bash +- name: Get-Service Execution + description: Executes the Get-Service cmdlet to gather objects representing all services on the local system. + supported_platforms: + - windows + executor: + name: command_prompt + command: powershell.exe Get-Service