A free, almost surefire way to check for malware in 9 steps

How to scan every running process on your system for malware in seconds, without installing antimalware software.

No single antimalware engine can keep up with all the malware out there. But how about 57 of ’em?

Here’s what you should do: Install an antimalware product that does a decent job, has a long history of stability and decent success, and doesn’t slow down your system (unless you don’t mind a little sluggishness). Then use Windows Sysinternals Process Explorer or Autoruns to test currently running executables against VirusTotal‘s 57 antivirus engines, which offers the best accuracy you can ever get (with a small percentage of false positives).


Step by step, do this now for all Windows computers:

  1. Make sure your computer has an active connection to the Internet.
  2. Go to Sysinternals.com. It’s a Microsoft site.
  3. Download Process Explorer and Autoruns. Both are free, as is everything on the site.
  4. Unzip these programs. If using Process Explorer, use procexp.exe. If using Autoruns, use autoruns.exe (autorunsc.exe is the command-line version).
  5. Right-click and run the program executable as Administrator, so it’s running in the Administrator’s security context.
  6. Run Process Explorer first (I’ll explain Autoruns later). Select the Options menu at the top of the screen.
  7. Choose VirusTotals.com and Check VirusTotals.com.
  8. This will submit all running executables to the VirusTotal website, which is run and maintained by Google. You’ll get a message to accept the license; answer Yes. You can close the VirusTotal website that comes up and go back to Process Explorer.
  9. In Process Explorer, you’ll see a column labeled Virus Total. It will either say Hash Submitted (during the first few seconds) or give you a ratio, something like 0/57, 1/57/ 14/54, and so on.

As you’ve guessed, the ratio indicates how many antivirus engines at VirusTotal flagged the submitted executable (hash) as malicious. Currently, the list of antivirus engines is 57, but it goes up and down all the time. I’m not sure why some executables are inspected by all of the antivirus engines and not others, but if the ratio is greater than 0/57, you could have malware.

If it says 1/57 or 2/57, however, it probably isn’t malware, but a false positive instead. On the other hand, I’ve seen at least one real malware program that was detected by only one of the engines, so double-check to see if the name and vendor who created the program looks familiar. If not, it could be malicious.

Most malware programs are caught at a ratio of 3/57 or higher. When I see anything at that ratio or higher, I right-click it in Process Explorer, note the file location path, and kill the process if I don’t absolutely recognize and trust the program file.

Then I manually delete the files associated with the executable — but proceed at your own risk! Be forewarned: You might accidentally delete something you need for some application or driver to run.

Occasionally, malware will “fight” with you and not let you kill the process. If so, repeat the process above, but go with Autoruns instead. Use Autoruns to unselect the program so that it won’t load at startup. Reboot and run Process Explorer again. Usually, the malware program will not be running and you can delete it.

Put a shortcut to Process Explorer on your desktop. I recommend that everyone download and run Process Explorer or Autoruns at least once a week. If that’s too much, at least be sure to run it if your computer exhibits suspicious behavior.

Caveat emptor: No malware detection works every time

To be clear, even this detection method is not perfect. Certain malware can escape this sort of detection, although for now, it’s rare. Of course, in the future, malware writers could go out of their way to escape the clutches of Process Explorer or Autoruns. That’s not true yet, so the above method is one of the best protection methods you can use.

The best long-term advice to avoid infection in the first place will sound familiar if you read my blog regularly: Keep your software fully patched — especially Java, which you should uninstall if not needed — as well as any third-party browser products (I’m looking at you, Adobe). Most of all, don’t be fooled into installing something you shouldn’t. Finally, don’t share passwords between different sites — or use two-factor authentication — and you’ll become a top security defender. Those three pieces of advice trump any antimalware advice that you’ll ever get.

If your computer is connected to the Internet, no defense is perfect, and you owe it to yourself to apply the best detection regimen available. Feel free to pass my detection recipe along to every friend and co-worker. It’s hard to beat 57 antivirus programs for accuracy.

Via: infoworld


Save pagePDF pageEmail pagePrint page

Leave a Reply

Your email address will not be published. Required fields are marked *