From ba13a01daf2b754bfe33336a7b687bf2a3041c9e Mon Sep 17 00:00:00 2001 From: Ryan <2059326+awsmhacks@users.noreply.github.com> Date: Thu, 8 Apr 2021 07:09:43 -0600 Subject: [PATCH] Update T1569.002.yaml (#1414) I was failing to pass the precheck without adding in the dependency_executor_name parameter. Something with parsing I believe --- atomics/T1569.002/T1569.002.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/atomics/T1569.002/T1569.002.yaml b/atomics/T1569.002/T1569.002.yaml index a410b95c..8b79f98b 100644 --- a/atomics/T1569.002/T1569.002.yaml +++ b/atomics/T1569.002/T1569.002.yaml @@ -53,6 +53,7 @@ atomic_tests: description: Path to PsExec type: string default: C:\PSTools\PsExec.exe + dependency_executor_name: powershell dependencies: - description: | PsExec tool from Sysinternals must exist on disk at specified location (#{psexec_exe})