Files
atomic-red-team/Windows/Exfiltration/Data_Compressed.md
T

12 lines
245 B
Markdown
Raw Normal View History

2017-10-31 12:56:52 -07:00
# File Deletion
MITRE ATT&CK Technique: [T1002](https://attack.mitre.org/wiki/Technique/T1002)
## PowerShell
powershell.exe dir c:\* -Recurse | Compress-Archive -DestinationPath C:\test\Data.zip
## Rar
rar a -r exfilthis.rar *.docx