Slashdot Log In
Another Sony Rootkit?
Posted by
ScuttleMonkey
on Mon Aug 27, 2007 10:40 AM
from the slow-learners dept.
from the slow-learners dept.
An anonymous reader writes to tell us F-Secure is reporting that the drivers for Sony Microvault USB sticks uses rootkit techniques to hide a directory from the Windows API. "This USB stick with rootkit-like behavior is closely related to the Sony BMG case. First of all, it is another case where rootkit-like cloaking is ill advisedly used in commercial software. Also, the USB sticks we ordered are products of the same company — Sony Corporation. The Sony MicroVault USM-F fingerprint reader software that comes with the USB stick installs a driver that is hiding a directory under "c:\windows\". So, when enumerating files and subdirectories in the Windows directory, the directory and files inside it are not visible through Windows API. If you know the name of the directory, it is e.g. possible to enter the hidden directory using Command Prompt and it is possible to create new hidden files. There are also ways to run files from this directory. Files in this directory are also hidden from some antivirus scanners (as with the Sony BMG DRM case) — depending on the techniques employed by the antivirus software. It is therefore technically possible for malware to use the hidden directory as a hiding place."
Related Stories
[+]
Games: BioShock Installs a Rootkit 529 comments
An anonymous reader writes "Sony (the owner of SecureROM copy protection) is still up to its old tricks. One would think that they would have learned their lesson after the music CD DRM fiasco, which cost them millions. However, they have now started infesting PC gaming with their invasive DRM. Facts have surfaced that show that the recently released PC game BioShock installs a rootkit, which embeds itself into Explorer, as part of its SecureROM copy-protection scheme. Not only that, but just installing the demo infects your system with the rootkit. This begs the question: Since when did demos need copy protection?"
Firehose:Another Sony rootkit ( and its not Bioshock ) by Anonymous Coward
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Sony (Score:5, Interesting)
Re:Sony (Score:5, Interesting)
Parent
Re:Sony (Score:5, Funny)
Parent
Re:Sony (Score:5, Insightful)
Parent
Re:Sony (Score:5, Insightful)
Hype here notwithstanding, this is not a "rootkit". It seems to be a bizarre form of write-protection.
Parent
Re:Sony (Score:5, Informative)
Parent
Re:Sony (Score:5, Insightful)
Parent
Re:Sony (Score:5, Informative)
As to DVD - Not sure about the original DVD format, but Sony effectively created the recordable DVD format war with the + series of formats.
And yes, Sony had a role in VHS vs. Beta - Beta was Sony's format.
Parent
Re:Sony (Score:5, Informative)
Parent
Re:Sony (Score:5, Informative)
Please note the defenition of "rootkit," ripped from the beginning of the rootkit wikipedia article:
If it looks like a duck, quacks like a duck, yada yada yada.
Parent
Hidden files (Score:5, Insightful)
Re:Hidden files (Score:5, Insightful)
Parent
Re:Hidden files (Score:5, Insightful)
And much like their last rootkit, this one can easily be used to cloak files on your system and is pretty much a fantastic place to put your virus. Way to really push the limits, guys.
Parent
Re:Hidden files (Score:5, Informative)
"A rootkit is a set of software tools intended to conceal running processes, files or system data from the operating system"
So, it sounds like a rootkit as described by wikipedia.
Parent
Wikipedia? (Score:5, Funny)
Not for long! *rushes to edit wikipedia*
"A rootkit is a set of software tools intended to conceal running processes, files or system data from the operating system, except when it's with Sony products"
There! Now by definition, sony's isn't a rootkit anymore!
(Legal Disclaimer: This was actually a joke, I didn't vandalize wikipedia or the like. <-- you can't never be too sure these days)
Parent
Re:Hidden files (Score:5, Informative)
Parent
kiosk (Score:5, Insightful)
Wow... (Score:5, Interesting)
This is also nothing new in terms of USB drives. I have a USB flash drive, which I can't remember the name of, that essentially keeps a secure partition hidden from Windows unless you run a special app to put in a password to make it visible to Windows.
A Nasty Trick (Score:5, Interesting)
So whenever he ran a common command from his shell, he would first get a random quote from fortune appearing, followed by normal command output. He figured it out pretty quickly, but I like to think that there were a few moments where he entertained the idea of his workstation gaining sentience.
Desensitized (Score:5, Interesting)
Re:Consider (Score:5, Insightful)
Parent
Re:Consider (Score:5, Insightful)
Parent
Re:This article is retarded (Score:5, Informative)
F-Secure is from Finland. You try writing Finnish some time.
My "Windows API" as this article calls Explorer, is already set to view hidden folders.
Turn in your geek card at the door when you leave.
This is a driver that patches the Windows APIs in order to hide a directory. It will not show in Explorer or in any other program for that matter, even if Explorer is set to show 'hidden files'. Rootkit hunters like Blacklight and Rootkit Revealer do not flag regular 'hidden directories'. They read and parse the raw on-disk directory structure (that is, they have their own NTFS parser) and compare that to what the Windows FS API reports.
Parent
Re:This article is retarded (Score:5, Informative)
They are patching 2 API functions, FindFirstFile() and FindNextFile(), not to report the presence of a directory. They are doing this by loading a malicious *DRIVER*.
This is quite different than simply toggling a flag for a given directory.
Parent
Re:Rootkits aside... (Score:5, Insightful)
How is this *NOT* a rootkit? This is the very definition of one!
Parent