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