Finding Malware & Hidden Changes

New to FreeBASIC? Post your questions here.
Post Reply
Triopstor
Posts: 118
Joined: Apr 25, 2006 13:11

Finding Malware & Hidden Changes

Post by Triopstor »

THE PROBLEM
=========
I'm interested in installing some demo calculation software. However this software attaches hidden changes to computers AND does not return the original computer state prior to installing via UNINSTALLING the software.

There are no viruses just hidden changes.

How can take an "Image Snap Shot" of a computer prior to installation or find what registry changes or any lurking hidden files that are made afterwards? Is there a better way to uninstall software?

One idea I have was to install this on a fresh EXTERNAL hard drive. And then reformat the whole external hard drive and hope the software didn't branch out to effect the main hard drive or anything else.
BastetFurry
Posts: 255
Joined: Jan 05, 2006 0:56

Post by BastetFurry »

Use VirtualBox if you dont trust some piece of software and want to test it :)
Merick
Posts: 1038
Joined: May 28, 2007 1:52

Post by Merick »

Or Virtual PC
BastetFurry
Posts: 255
Joined: Jan 05, 2006 0:56

Post by BastetFurry »

Cool, Microsoft released VPC for Linux? :)
Triopstor
Posts: 118
Joined: Apr 25, 2006 13:11

Post by Triopstor »

Thank you! I shall let you know how that works out.

Anybody know how to monitor your XP registry and files(both apparent and hidden files)?
Merick
Posts: 1038
Joined: May 28, 2007 1:52

Post by Merick »

BastetFurry wrote:Cool, Microsoft released VPC for Linux? :)
Not recently, but back before MS bought it from Connectix (the original authors) there were versions for both Linux and MacOs
TheMG
Posts: 376
Joined: Feb 08, 2006 16:58

Post by TheMG »

If you're using Windows, you can create a system restore point before you use it, and return to this after. It should restore all system settings as they were before.
Triopstor
Posts: 118
Joined: Apr 25, 2006 13:11

Post by Triopstor »

Good. A system restore point in XP. I just have to research the algorhythm to do that. Hopefully this can not be bypassed by installation software. Thanks.
notthecheatr
Posts: 1759
Joined: May 23, 2007 21:52
Location: Cut Bank, MT
Contact:

Post by notthecheatr »

Spybot Search and Destroy comes with something called the Teatimer, which will alert you any time something tries to change your registry, and asks your permission to make that change. You can enable programs you trust to make changes without your permission, and programs you don't trust you can keep control over like that.

You may also wish to make registry backups or system restore.

There are programs to clean the registry; presumably if you remove a program they would remove unnecessary registry keys associated with the program. Try CCleaner and Revo Uninstaller for starters.

There are others too, just Google it.
Post Reply