1

A process named 'eepBn5hbZX.exe' takes over 180MB of RAM at startup (the computer is up for 55s) for a while before disappearing. It's pretty large (85.9MB) and located in the Desktop folder

enter image description here

This has been a problem since I stick an USB that is infected by a malware that sets the 'hidden' attributes to my files. I retype the .exe file address and it behaved exactly as it would at startup (does nothing but drain memory and kills itself a few seconds later).

How can I delete the file completely and prevent the same problem from recurring?

Ramhound
  • 44,080

1 Answers1

1

Your system has a virus or other malware.
These are classical symptoms.
And it seems your own virusscanner can't catch it.

Installing another anti-virus product is probably not gong to help, because anything you do on an already compromised system is unreliable. This also applies to manually trying to disable the malware. There are multiple components of it installed but you can only remove 1 at a time, so the others can simply re-active the one you just killed.

Best thing to do is to scan and clean the harddisk from a clean state:

  1. Pull the harddisk out of the computer and hook it up to another (clean) computer as 2nd disk. Then scan the disk from the clean system. Use multiple anti-virus products if needed if the first doesn't find anything.
  2. Alternatively: Some anti-virus products have a live-USB stick solution. You boot from the USB stick (in stead of the compromised harddisk) and scan the infected disk using the software on the USB stick. Obviously you will need to download and make the USB stick on another clean system.

See also the link that RamHound just posted in the comments. I was going to link to that same question but he was faster than me.

Tonny
  • 33,276