diff --git a/atomics/Indexes/index.yaml b/atomics/Indexes/index.yaml index a3490f4f..4a32fbac 100644 --- a/atomics/Indexes/index.yaml +++ b/atomics/Indexes/index.yaml @@ -120811,9 +120811,9 @@ impact: - notepad.exe launched with a ransom-themed text file - creation of a ransom-themed text file in %TEMP% NON-DESTRUCTIVE Atomic Red Team test. + dependency_executor_name: command_prompt dependencies: - description: Notepad must be present on the system - dependency_executor_name: command_prompt prereq_command: where notepad get_prereq_command: '' executor: diff --git a/atomics/Indexes/windows-index.yaml b/atomics/Indexes/windows-index.yaml index 97f8367c..ee02adec 100644 --- a/atomics/Indexes/windows-index.yaml +++ b/atomics/Indexes/windows-index.yaml @@ -99879,9 +99879,9 @@ impact: - notepad.exe launched with a ransom-themed text file - creation of a ransom-themed text file in %TEMP% NON-DESTRUCTIVE Atomic Red Team test. + dependency_executor_name: command_prompt dependencies: - description: Notepad must be present on the system - dependency_executor_name: command_prompt prereq_command: where notepad get_prereq_command: '' executor: diff --git a/atomics/T1491.001/T1491.001.md b/atomics/T1491.001/T1491.001.md index 5164dd67..d41d9e1b 100644 --- a/atomics/T1491.001/T1491.001.md +++ b/atomics/T1491.001/T1491.001.md @@ -289,14 +289,14 @@ catch { -#### Dependencies: Run with `powershell`! +#### Dependencies: Run with `command_prompt`! ##### Description: Notepad must be present on the system ##### Check Prereq Commands: -```powershell +```cmd where notepad ``` ##### Get Prereq Commands: -```powershell +```cmd ```