Skip to content

Commit

Permalink
Update T1046.yaml (#2802)
Browse files Browse the repository at this point in the history
added new test

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
  • Loading branch information
abhijose09 and clr2of8 committed Jun 18, 2024
1 parent 9a0906d commit f205476
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions atomics/T1046/T1046.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,13 @@ atomic_tests:
}
}
name: powershell
- name: Remote Desktop Services Discovery via PowerShell
description: |
Availability of remote desktop services can be checked using get- cmdlet of PowerShell
supported_platforms:
- windows
executor:
command: |
Get-Service -Name "Remote Desktop Services", "Remote Desktop Configuration"
name: powershell
elevation_required: true

0 comments on commit f205476

Please sign in to comment.