From 0e67932ccf4ab106845bc957cf9152cfbe655f29 Mon Sep 17 00:00:00 2001 From: abulyaev Date: Wed, 20 Apr 2022 07:37:22 +0500 Subject: [PATCH] T1546.012: change target_binary path (#1878) Co-authored-by: abuly --- atomics/T1546.012/T1546.012.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atomics/T1546.012/T1546.012.yaml b/atomics/T1546.012/T1546.012.yaml index 293607a8..6c8644e7 100644 --- a/atomics/T1546.012/T1546.012.yaml +++ b/atomics/T1546.012/T1546.012.yaml @@ -11,7 +11,7 @@ atomic_tests: target_binary: description: Binary To Attach To type: Path - default: C:\Windows\System32\calc.exe + default: calc.exe payload_binary: description: Binary To Execute type: Path @@ -33,7 +33,7 @@ atomic_tests: target_binary: description: Binary To Attach To type: Path - default: C:\Windows\System32\notepad.exe + default: notepad.exe payload_binary: description: Binary To Execute type: Path