Bitsadmin pops up randomly and immediately disappears.

Page 3 of 13 FirstFirst 12345 ... LastLast

  1. Posts : 3,453
       #21

    OK, that gives you a clean queue - if it returns there may be an app. that's putting those in there and that app needs to be removed.

    Good luck.
      My Computer


  2. Posts : 16,325
    W10Prox64
       #22

    Superfly said:
    Hmmm .. looks like cloudfront.net is the issue... I'm not familiar with that but see if this helps.
    http://answers.microsoft.com/en-us/p...3b6b4e2?auth=1

    Note: you can get rid of the (non-Windows update downloads) by using :
    Get-BitsTransfer -AllUsers | Remove-BitsTransfer

    or this in command prompt:

    Code:
    @echo off
    net stop BITS
    ipconfig /flushdns
    del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr0.dat" 
    del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr1.dat" 
    net start BITS
    
    net stop wuauserv
    net start wuauserv
    Superfly said:
    OK, that gives you a clean queue - if it returns there may be an app. that's putting those in there and that app needs to be removed.

    Good luck.
    Thanks @Superfly.
    @tkrisz0403 Cloudfront.net is part of AWS (Amazon Web Services), but has been used by the bad guys in the past. If the problem reappears, we'll need to perform some malware removal steps. Please leave the thread open for a few days to see if all is well. If not, post back and we will begin trouble-shooting. If all is good, you can mark the thread as solved.

    Cheers!
      My Computer


  3. Posts : 3,453
       #23

    simrick said:
    Thanks @Superfly.
    @tkrisz0403 Cloudfront.net is part of AWS (Amazon Web Services), but has been used by the bad guys in the past. If the problem reappears, we'll need to perform some malware removal steps. Please leave the thread open for a few days to see if all is well. If not, post back and we will begin trouble-shooting. If all is good, you can mark the thread as solved.

    Cheers!
    You're welcome budette, as you say, we won't know if that is in fact the cause until @tkrisz0403 reports back how things go - hopefully it's not malware and merely a once-off glitch with AWS.
      My Computer


  4. Posts : 18
    Windows 10
    Thread Starter
       #24

    Thanks guys, I'll let you know the result but have not popped up, yet.
      My Computer


  5. Posts : 3,453
       #25

    tkrisz0403 said:
    Thanks guys, I'll let you know the result but have not popped up, yet.
    You're welcome... glad we have made some progress - Holding thumbs, buddy!

    After a couple of days run the powershell command again, even if just to check what's happening in the background.

    @Hydranix - nice idea - but I think BitsAdmin will always have cmd.exe as parent - maybe the bits service itself may have a calling property... something we could look into.
      My Computer


  6. Posts : 201
    Kernel 4.x.x
       #26

    Superfly said:
    You're welcome... glad we have made some progress - Holding thumbs, buddy!

    After a couple of days run the powershell command again, even if just to check what's happening in the background.

    @Hydranix - nice idea - but I think BitsAdmin will always have cmd.exe as parent - maybe the bits service itself may have a calling property... something we could look into.
    No, not always. Good call on that powershell command by the way.

    Run bitsadmin.exe from the start menu and you'll see the parent is explorer.exe. Same goes for CreateProcess(), the parent being the process which called the function (which is what I was hoping for). The fact that a shell was invoked, then bitsadmin.exe was executed in the context of that shell makes me think that maybe the function system() (or similar) was used to execute bitsadmin. It would make sense as you cannot hide the command prompt when using system(), and the only software bad enough to use it would be malware. It could also be a script or something similar.

    I do know that nothing in Windows 10 or even from Microsoft would be calling bitsadmin.exe for any reason, especially since it's deprecation. Those links that the powershell command returned look dubious as well.


    tkrisz0403, I'd recommend that you don't put any personal/financial information through this computer until you're certain it's safe to do so.
      My Computers


  7. Posts : 16,325
    W10Prox64
       #27

    tkrisz0403 said:
    Thanks guys, I'll let you know the result but have not popped up, yet.
    If you want to check for malware, let's do this:

    Download and run ADWCleaner. Do the scan, save the log and post it here. Do not "clean" until we have evaluated the log. The log can be found at C:\Adwcleaner.
    Once we've reviewed the log, we will determine if everything it flagged should be cleaned, or if some are FPs (false positives).

    If we find problems, we may then want to run an ESET Online Scan.
    Detailed instructions on how to run and manipulate the ESET scan can be found in this thread:
    BSOD after boot up, during login or right after, (bad spool header?) Solved - Page 3 - Windows 7 Help Forums

    .
      My Computer


  8. Posts : 18
    Windows 10
    Thread Starter
       #28

    Hi guys,


    Bitsadmin did not pop up since I used @Superfly code. I just run a PowerShell command again, and I also attached the ADWCleaner log screenshot.


    Let me know your thoughts :) Thanks
    Attached Thumbnails Attached Thumbnails Bitsadmin pops up randomly and immediately disappears.-log.jpg   Bitsadmin pops up randomly and immediately disappears.-powershell.jpg  
      My Computer


  9. Posts : 16,325
    W10Prox64
       #29

    Hi.
    Read about Hola.org here:
    Adios, Hola! - Why you should immediately uninstall Hola

    And here:
    Hola Review

    What is very interesting about the service is that it works like a P2P mesh network, meaning that one user can tunnel his browsing traffic through other user’s network. The advantage of this feature is that users can benefit from many country locations, including small countries where data centers aren’t common. The problem is that if you are a peer, you may get into trouble if other users tunneling the connection through your PC are into illegal activities like hacking or accessing illegal web content.....We discovered that a proxy connection was established mostly on port 22222 and all traffic was in clear-text.
    Read about Pokki here:
    C’mon Lenovo. Superfish hooked, but Pokki Start Menu still roaming free • The Register

    Reimage is another problem:
    http://answers.microsoft.com/en-us/p...9-c5075a454441

    Conduit is considered a browser hijacker.

    I think everything ADWCleaner found is good to get rid of. You could create a restore point before "cleaning", but I'm pretty sure you need to get rid of everything it found.

    Might want to go ahead and run the ESET Online Scan. It will take quite a while. Be sure to post that log as well. Thanks.
    Last edited by simrick; 14 Mar 2017 at 20:35.
      My Computer


  10. Posts : 18
    Windows 10
    Thread Starter
       #30

    ADWCleaner deleted all unwanted files, and it didn't find any other file second time. I run full Kaspersky Total Security and it didn't find any infected data. I also ran ESET Online Scan as you mentioned and it found four infected files after one and a half hours. Unfortunately, then it stopped at 99 percent as the attached image shows then Windows asked me to close the program as did not respond. I run the scan again but the same result at the end, however, I saw that ESET marked CCleaner installation file as an infected file. What can I do now?
    Bitsadmin pops up randomly and immediately disappears.-eset.pngBitsadmin pops up randomly and immediately disappears.-eseterror.png
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 06:33.
Find Us




Windows 10 Forums