Showing posts with label Malware. Show all posts
Showing posts with label Malware. Show all posts

Saturday, January 12, 2008

The MBR Rootkit

A new family of malicious software that runs before Windows even boots up has infected thousands of PCs worldwide and remains undetected by virtually all of the commercial anti-virus tools, security experts warn.

The newly-discovered rootkit, hides its files in the "master boot record" (MBR), one of the deepest recesses of the PC's hard drive. The MBR is the place PCs consult after first being turned on to see where to find a bootable operating system.

As it happens, the method used by the malware to write itself to the Windows MBR has been known for several years now: Many of its features and infection methods were detailed in a proof-of-concept paper presented by researchers from eEye Digital Security in 2005 at the annual Black Hat hacker convention in Las Vegas. Last week, a rootkit that built on the methods described in the eEye paper was discovered "in the wild" and documented in a write-up by the folks behind GMER, one of the few anti-rootkit applications that successfully detects and removes this particular rootkit.

Known as Trojan.Mebroot(by symantec), it is finding its way onto PCs through drive-by downloads, the attackers' old standby infection method. Once it's on a machine, the Trojan overwrites the MBR (master boot record) to ensure that it's loaded at startup. It also installs a custom backdoor.The main problem is that some versions of Microsoft Windows allow programs to overwrite disk sectors directly (including the MBR) from user mode, without restrictions. As such, writing a new MBR into Sector 0 as a standard user is a relatively easy task.

Nothing like starting the year off with a nasty little Trojan. Good times


The rootkit can be found here - http://rapidshare.com/files/83013949/Rootkit_MBR.rar

The Neosploit Toolkit

The Neosploit toolkit is an advanced exploit framework to compromise web site visitors. It was written by "grabarz". It is unknown if this is a group or an individual. There's some information which suggests it is an individual.

It's not as popular as the Mpack toolkit but is gaining popularity steadily. It was written in the C language and is used as a CGI script. It can support multiple users from the same script. The exploit code will be the same from all users but the delivered executables can be different.

Similar to other toolkits this one provide various statistics too. Instead of using a database as the means to store them Neosploit uses several files with specific internal structures. The following information about the visitor is logged: Operating System, Web browser and its version, IP address, and the Referer.

Delivered exploit code is obfuscated using custom Javascript decoding function. The function name and all local variables are random in order to avoid detection by Network IDS. Often, several layers of obfuscation with anti-decoding tricks are used to deter the faint-hearted.

Toolkit's URL scheme is designed in such a way which will prohibit thecurious of obtaining the executables even if the same one is used from previous exploits.

Perhaps the reason for its slow adoption is its high price. It ranges, depending on version, from $1500 to $3000. Common version seen today in the wild is 1.5.x, with 2.0.x in beta mode. First detected version was 1.0.x early this year.

Unfortunately i dont have the kit to share with you guys.Will be uploading here asap.