<> wrote in message
news: ups.com...
> It seems these rootkits and cloaked keys are all over the place!
> If only I knew about this before!
It's good that you know now. Detecting malware is easier if you know what
baseline output is normal when you run these tools on your system when it's
clean. It may be a good idea to save this output so you can refer to it if
you ever have to run them again.
I doubt those registry values with nulls are anything malicious. Most root
kit detection methods involve inspecting key system resources in both user
mode and system mode and comparing the two for any differences. The issue
with the nulls is that when a null character is put into a registry value,
one of those two inspection methods considers the null the end of the value,
so the value returns different data in the two methods of inspection. I
would only consider this suspicious if it occurs in one of the various
registry locations that are used to launch executables or services at
startup. The registry values you found are sort of related to launching
executables, but don't look to me to be attempts at hiding anything. I'm
not 100% sure here, so a second opinion from the Hijack This forum is not a
bad idea.
One of the two areas where you found nulls is in ControlSet002:
http://support.microsoft.com/?kbid=100010
ControlSet001 may be the last control set you booted with, while
ControlSet002 could be what is known as the last known good control set, or
the control set that last successfully booted Windows NT.
I really don't know why nulls would be found in ControlSet002 and not in
CurrentControlSet, that is curious. Maybe you snipped out what was found in
CurrentControlSet as appearing redundant?