BITS used as a covert channel
The idea to use BITS to download files from the internet is not new. If you check the corresponding page from Wikipedia, you will find that
The web page ends with a list of third-party applications that use BITS. However, as any technical method, it can be used for evil purposes as well. Eric Landuyt analyzed a malware that exploits it for bad:
http://www.datarescue.com/laboratory/trojan2008/index.html
I liked the "proof of concept" WinDbg script that runs the malware in a controlled manner. Breakpoints with actions are very powerful, indeed.
Nice work, Eric! ![]()

The IDA Pro book
Comments
Some extra links:
New Attack Piggybacks on Microsoft's Patch Service
http://blog.washingtonpost.com/securityfix/2007/05/malware_using_microsoft_patch.html
Malware Update with Windows Update
https://forums.symantec.com/syment/blog/article?message.uid=306452
BITS downloader source code:
http://www.reconstructer.org/code/bitscode.zip
Posted by: An | September 26, 2008 01:24 AM