From 8158b7a2d0eedacaa9656f3ae3f702da8e459276 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Grenier Date: Fri, 10 Apr 2020 03:27:59 +0200 Subject: [PATCH] Fix type (string -> path) in T1502 (#937) --- atomics/T1502/T1502.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atomics/T1502/T1502.yaml b/atomics/T1502/T1502.yaml index 8d627cf1..7b14a377 100644 --- a/atomics/T1502/T1502.yaml +++ b/atomics/T1502/T1502.yaml @@ -20,7 +20,7 @@ atomic_tests: default: "explorer" dll_path: description: Path of the dll to inject - type: string + type: path default: PathToAtomicsFolder\T1502\bin\calc.dll dll_process_name: description: Name of the created process from the injected dll @@ -28,7 +28,7 @@ atomic_tests: default: "calculator" spawnto_process_path: description: Path of the process to spawn - type: string + type: path default: C:\Program Files\Internet Explorer\iexplore.exe spawnto_process_name: description: Name of the process to spawn