> Look at the file the CLSID pertains to in the registry.
> Then go to that file and right-click Properties.
> If there is a version tab read the copyright holder.
Pamela Fischer says...
> When we navigate to the specified key in regedit, we get
> an immediate error upon clicking on the key. So, even if
> we know this particular key is cloaked (which the
> SysInternals rootkit revealer correctly revealed), we
> can not view the key or the value of the key.
> Is this cloaking issue getting insane or what?
> By exploiting this registry weakness, simply assigning
> Inprocserver32 a 15 character hex number instead of a
> 14-character hex number, automagically cloaked the
> software registration keys.
> We can't even easily remove them!
Pamela, this may be a dumb suggestion, but can you Export
the keys? If you can export these entries to a file you can
look at and edit as text, then maybe you can do something
with it. If you can't click on the entry itself, maybe you
could click on its parent and export that whole section,
then fix it in the .reg file, deleted it from the registry,
and then Import the fixed version back in.
Well, it was just a thought.
pamelafiischer@yahoo.com - 22 Nov 2005 07:59 GMT
> Can you Export the keys?
I could not select the InprocServer32 key (due to the exploit
previously noted preventing any such action) but I could select the key
above it and export that branch as text:
File->Export->Save as type->Text files (*.txt)->Selected Branch
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47629D4B-2AD3-4e50-B716-A66C15C63153}
The problem was, no matter how many times and ways I tried exporting
this key, I just got cryllic looking gibberish of the format:
ÿþKey Name:
>HKEY_LOCAL_MACHINE\SOFTWAR
What are we doing wrong?
Why can't we export as text this key without getting gibberish as a
result?
For every action there is an equally confusing reaction,
Pamela Fischer
Peabody - 23 Nov 2005 00:10 GMT
pamelafiischer@yahoo.com says...
>> Can you Export the keys?
>
[quoted text clipped - 17 lines]
>For every action there is an equally confusing reaction,
>Pamela Fischer
I think that's just unicode format, which has two bytes for every
character.
If you will load that .txt file into Notepad, then Save As, and select
ASCII, all of that extra stuff should be removed in the newly saved
file.
pamelafiischer@yahoo.com - 23 Nov 2005 07:27 GMT
> pamelafiischer@yahoo.com says...
> >
[quoted text clipped - 27 lines]
> ASCII, all of that extra stuff should be removed in the newly saved
> file.
That unfortunately gave the same output gibberish.
Exporting the key as a "reg" file worked but put nothing in the key.
--- < start > ---
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47629D4B-2AD3-4e50-B716-A66C15C63153}]
--- < end > ---
I'm going to look for a hex editor to see what is inside that file!
Pamela
Jim Cladingboel - 24 Nov 2005 02:12 GMT
Excuse this interruption, but what does all of this have to do with Windows ME ?

Signature
Jim, in sunny Brisbane, Oz.
Peabody wrote:
> pamelafiischer@yahoo.com says...
> >
[quoted text clipped - 28 lines]
> ASCII, all of that extra stuff should be removed in the newly saved
> file.
That unfortunately gave the same output gibberish.
Exporting the key as a "reg" file worked but put nothing in the key.
--- < start > ---
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47629D4B-2AD3-4e50-B716-A66C15C63153}]
--- < end > ---
I'm going to look for a hex editor to see what is inside that file!
Pamela
What makes you think Pinnacle is part of this type of vandalism? I know
about Sony but I have not heard about Pinnacle. The way you get rid of
something like that in the registry is saving a piece of the hive wiithout
that particular key and then importing that hive. Those here know better
then I do I hope someone can explain how to do it better but that is what
you will need to do.
--
George Hester
_________________________________
> > Look at the file the CLSID pertains to in the registry.
> > Then go to that file and right-click Properties.
[quoted text clipped - 28 lines]
>
> Pamela Fischer