diff --git a/atomics/index.yaml b/atomics/index.yaml index 79698e31..f64ebd7e 100644 --- a/atomics/index.yaml +++ b/atomics/index.yaml @@ -1211,9 +1211,9 @@ persistence: executor: name: command_prompt command: | - reg import ..\src\COMHijack.reg + reg import PathToAtomicsFolder\T1122\src\COMHijack.reg certutil.exe -CAInfo - cleanup_command: 'reg import ..\src\COMHijackCleanup.reg + cleanup_command: 'reg import PathToAtomicsFolder\T1122\src\COMHijackCleanup.reg ' T1136: @@ -6227,9 +6227,9 @@ defense-evasion: executor: name: command_prompt command: | - reg import ..\src\COMHijack.reg + reg import PathToAtomicsFolder\T1122\src\COMHijack.reg certutil.exe -CAInfo - cleanup_command: 'reg import ..\src\COMHijackCleanup.reg + cleanup_command: 'reg import PathToAtomicsFolder\T1122\src\COMHijackCleanup.reg ' T1090: