diff --git a/atomics/T1003.003/T1003.003.yaml b/atomics/T1003.003/T1003.003.yaml index 1d01e625..d4786fb9 100644 --- a/atomics/T1003.003/T1003.003.yaml +++ b/atomics/T1003.003/T1003.003.yaml @@ -163,7 +163,7 @@ atomic_tests: echo Sorry, can't connect to target host, check: network, firewall or permissions (must be admin on target) executor: command: | - wmic /node:#{target_host} shadowcopy call create Volume=#{drive_letter} + wmic /node:"#{target_host}" shadowcopy call create Volume=#{drive_letter} name: command_prompt elevation_required: true