Operating System: Windows XP SP 2
Burning Software: Nero 6.6.0.16
Anti-virus Software: nn
DAEMON Tools Version: 3.47
I have since some time problems that my mouse is dragging and dropping without me invoking that. No Antivirus software found something. So I started by myself reserching and found something odd directly after I installed Daemon-Tools 3.47 in my test enviroment: With the installation of the drivers (after reboot) is a registry key created that is invisible to Win32 applications. You could even not create it by using Win32 API functions. I found it by using Windows native API at
The \0 at the begin make it invisible and unaccessable to Win32.
If you try to delete HKLM\SYSTEM\ControlSet001\Services\d347prt\Cfg in regedit you will get an error, even if your rights are sufficent. This is a typical error you get with these non-Win32 entries.
These hidden registry items are typical used by rootkits, which was the reason to look for them. I do not want to say that daemon tools contains a root-kit, but the problems with my mouse are gone, if I remove daemon-tools. This mouse behaviour could be used to install via an old IE6 error unwanted software so it is not only odd.
I ask kindly for comments on this finding.
Burning Software: Nero 6.6.0.16
Anti-virus Software: nn
DAEMON Tools Version: 3.47
I have since some time problems that my mouse is dragging and dropping without me invoking that. No Antivirus software found something. So I started by myself reserching and found something odd directly after I installed Daemon-Tools 3.47 in my test enviroment: With the installation of the drivers (after reboot) is a registry key created that is invisible to Win32 applications. You could even not create it by using Win32 API functions. I found it by using Windows native API at
Code:
HKLM\SYSTEM\ControlSet001\Services\d347prt\Cfg\0Jf40
If you try to delete HKLM\SYSTEM\ControlSet001\Services\d347prt\Cfg in regedit you will get an error, even if your rights are sufficent. This is a typical error you get with these non-Win32 entries.
These hidden registry items are typical used by rootkits, which was the reason to look for them. I do not want to say that daemon tools contains a root-kit, but the problems with my mouse are gone, if I remove daemon-tools. This mouse behaviour could be used to install via an old IE6 error unwanted software so it is not only odd.
I ask kindly for comments on this finding.
Comment