I recently read an interesting article concerning a new form of rootkit which is much more difficult to detect (I thought rootkits were already difficult to detect!), the bit that caught my attention was the fact that this rootkit was already tested on a windows vista beta 2 machine which is sad because I had hoped vista would make it more difficult for malware/virii/rootkits to infect a machine – I guess that’s not the case.
Have any of you ever had the misfortune of dealing with/removing rootkit infections on your pc? What software did you use to remove the rootkits on those systems?
?Invisible? rootkit heralds trouble ahead
Original Article by: Matthew Broersma, Techworld.com (14 Jul 2006)
Security researchers have discovered a new type of rootkit they believe will greatly increase the difficulty of detecting and removing malicious code.
The rootkit in question, called Backdoor.Rustock.A by Symantec and Mailbot.AZ by F-Secure, uses advanced techniques to avoid detection by most rootkit detectors.
The rootkit is “unique given the techniques it uses,” Symantec’s Elia Florio wrote in a recent analysis. “It can be considered the first-born of the next generation of rootkits.”
Rustock.A uses a mixture of old techniques and new ideas to make it “totally invisible on a compromised computer when installed,” including a beta version of Windows Vista, Florio wrote.
Symantec believes the rootkit originates from Russia, and a string found in the rootkit’s code indicates new versions will probably be forthcoming. Symantec has already logged a variant called Backdoor.Rustock.B.
F-Secure noted Rustock’s use of NTFS’ Alternate Data Streams (ADS) as one significant example of its advanced behavior.
“Saving your data into Alternate Data Streams is usually enough to hide from many tools,” wrote F-Secure researcher Antti Tikkanen in a company blog.
“However, in this case, the stream is further hidden using rootkit techniques… because Mailbot.AZ is hiding something that’s not readily visible, it’s very likely that many security products will have a tough time dealing with this one.”
F-Secure said it has released a new version of the BlackLight rootkit scanner, Build 2.2.1041, which can detect Rustock.
According to researchers, other factors that help make Rustock invisible are that it has no process, instead running inside the driver and in kernel threads. It doesn’t hook into any native API, and controls kernel functions via special IRP functions. It removes its entries from kernel structures, and the SYS driver is polymorphic, changing its code from sample to sample.
Rustock also scans for loaded rootkit scanners, then changes its behavior to avoid detection, according to Florio.