Skip to content

Commit

Permalink
Update T1007.yaml (#2958)
Browse files Browse the repository at this point in the history
Co-authored-by: Carrie Roberts <[email protected]>
  • Loading branch information
krdmnbrk and clr2of8 authored Oct 17, 2024
1 parent b2d3484 commit d220052
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion atomics/T1007/T1007.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,11 @@ atomic_tests:
executor:
command: |
if [ "$(uname)" = 'FreeBSD' ]; then service -e; else systemctl --type=service; fi;
name: bash
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

0 comments on commit d220052

Please sign in to comment.