Used by Windows to extract and create archives.
Compress one or more files to an alternate data stream (ADS).
tar -cf {PATH}:ads {PATH_ABSOLUTE:folder}
Can be used to evade defensive countermeasures, or to hide as part of a persistence mechanism
Decompress a compressed file from an alternate data stream (ADS).
tar -xf {PATH}:ads
Can be used to evade defensive countermeasures, or to hide as part of a persistence mechanism
Extracts archive.tar from the remote (internal) host to the current host.
tar -xf {PATH_SMB:.tar}
Copy files