Archive for June, 2007

First Full-Kernel Rootkit Malware spotted in the wild.

Friday, June 29th, 2007

In the last few days there has been an appearance of a new rootkit that has capabilities of bypassing Firewalls and Intrusion Detection systems.

The rootkit hooks the following kernel functions to hide its registry keys:
ZwOpenKey
ZwEnumerateKey

It also hooks the following kernel routine of NTFS filesystem driver to hide its files: \FileSystem\Ntfs\IRP_MJ_CREATE
\FileSystem\Ntfs\IRP_MJ_DIRECTORY_CONTROL

It patches TCP/IP network drivers chain to bypass completely firewalls, IDS systems, and network sniffer tools. The rootkit also works in Windows Safe Mode.

The rootkit is used to hide a Trojan that is used to send out spam. The trojan connects to servers to collect the configuration data it needs to send out the spam.

This rootkit also tries to delete competitor rootkits found on the users PC. ntio256.sys and wincom32.sys are two of its known targets.

The rootkit is currently being sent to users PC’s via hacked websites. Recently it was estimated that over  10000 websites were hacked and the rootkit installer was planted on the sites waiting for visitors to come along. When an unsuspecting user visited one of these sites an iframe is launched and various vulnerabilities are checked for by the malicious installer.

Here is a Youtube video showing the websites using Iframes and the MPack installer attacking a PC.

From the Symantec Blog….
Trojan.Srizbi is really interesting for some unique features. Trojan.Srizbi driver (windbg48.sys) has two main functions: hides itself using a Rootkit and sends spam, but the thing that makes it really unique is the fact that its probably the first full-kernel malware spotted in the wild.”

“We guess that the author of Trojan.Srizbi could be the same as Rustock’s because the polymorphic code used in Trojan.Srizbi is very similar to the Backdoor.Rustock.B packer, but more advanced.”

No doubt the rootkit writers are on an interesting path and this just goes to show that every day that passes newer techniques are being invented by malware authors.

Keep Safe,
regards

Steo
www.antirootkit.com

Average users does not stand a chance with Rootkits

Thursday, June 14th, 2007

The Authentium Virus Blog posting shows how anti malware programs need to be extremely user friendly for the average user out there. We feel that this is especially true when it comes to Anti Rootkit programs.

There should be a straight forward, non threatening way for users who do not have much computer experience to remove rootkits.

Easy Rootkit Removal is essential

From the Authentium Virus Blog…
“On average we have removed 2 pieces of malware from the machine per day and I suspect that there are at least two different potentially unwanted applications and at least one piece of malware left on the machine. This malware removed includes 2 bots, 1 rootkit, 1 executable that controlled the rootkit and 1 dropper. I suspect that there are still a mass mailer and/or network worm left to be removed. Compliments of a good defense in depth strategy this seems to be contained by the security suite. But it still does not leave the machine in a usable state.”

Read the full posting here…

Keep Safe,

regards

Steo

Free Rootkit with Every New Intel Machine

Tuesday, June 12th, 2007

There is an interesting article over at Astalavista about how new Intel based machines will have rootkit functionality “available” to the user. This will surely turn out to be another avenue to be utilised by malware writers.

From the article…
“Essentially, all new Intel machines (and a number of current Intel servers)
come with free hardware rootkit functionality, which is operational and
accessible when the machine is powered off, and in the case of laptops, even
when they are unplugged and powered off.

There is the mention of code signing, TLS and PKI magic to allay your security
concerns however…”

Read the full article here…

Keep Safe,

regards

Steo