From ee95152c224e970ed118f3c7f6f3f40da0fc7ea6 Mon Sep 17 00:00:00 2001 From: Atomic Red Team doc generator Date: Sat, 4 Oct 2025 18:02:43 +0000 Subject: [PATCH] Generated docs from job=generate-docs branch=master [ci skip] --- atomics/Indexes/index.yaml | 2 +- atomics/Indexes/windows-index.yaml | 2 +- atomics/T1491.001/T1491.001.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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 ```