Update T1135.yaml (#1533)

Updated and confirmed operational. #1441

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
Michael Haag
2021-06-28 08:56:57 -06:00
committed by GitHub
parent 6fd2ab5e38
commit f85d4a0d65
+8
View File
@@ -88,6 +88,14 @@ atomic_tests:
Enumerate Domain Shares the current user has access. Upon execution, progress info about each share being scanned will be displayed.
supported_platforms:
- windows
dependency_executor_name: powershell
dependencies:
- description: |
Endpoint must be joined to domain
prereq_command: |
if ((Get-WmiObject -Class Win32_ComputerSystem).PartofDomain) {exit 0} else {exit 1}
get_prereq_command: |
"Join system to domain"
executor:
command: |
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12