Wilders Security Forums  

Go Back   Wilders Security Forums > Security Products > other anti-malware software
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread
  #1  
Old February 11th, 2008, 10:45 PM
jdjudy's Avatar
jdjudy jdjudy is offline
Infrequent Poster
 
Join Date: Apr 2007
Posts: 26
Default Stealth MBR Rootkit

Has anyone had any experiance with "Stealth MBR Rootkit". I ran a scan with GMER and it came up:

\device\Harddisk0\DR0 ~ sector 00: MBR rootkit detected !!!
\device\Harddisk0\DR0 ~ sector 22: rootkit-like behavior
\device\Harddisk0\DR0 ~ sector 22: rootkit-like behavior

Avira Premium, Windows Firewall, SAS Free & EAZ-FIX are used on this machine. Windows XP SP2, IE7 and alot of uTorrent.

I have read that recovery console FIXMBR can correct this, though I concern that it may have something to do with EAZ-FIX. Any insight?
__________________
* Avira AntiVir Premium * Online Armor 2 * SUPERAntiSpyware Pro 4 * ShadowProtect 3 *
  #2  
Old February 11th, 2008, 10:53 PM
BlueZannetti BlueZannetti is offline
Administrator
 
Join Date: Oct 2003
Posts: 6,589
Default Re: Stealth MBR Rootkit

Quote:
Originally Posted by jdjudy
I have read that recovery console FIXMBR can correct this, though I concern that it may have something to do with EAZ-FIX. Any insight?
While I have not used EAZ-FIX, based on the way it works, I'd say odds are good this is the cause of the alerts.

Blue
  #3  
Old February 12th, 2008, 08:55 AM
lucas1985's Avatar
lucas1985 lucas1985 is offline
Global Moderator
 
Join Date: Nov 2006
Location: France, May 1968
Posts: 4,047
Default Re: Stealth MBR Rootkit

Quote:
Originally Posted by BlueZannetti
While I have not used EAZ-FIX, based on the way it works, I'd say odds are good this is the cause of the alerts.
Yup
__________________
"Pouvoir à l'Imagination. Power to the imagination. La imaginación al poder".

"Perfect is the enemy of good enough". Voltaire.
  #4  
Old February 13th, 2008, 12:34 AM
EASTER's Avatar
EASTER EASTER is offline
Massive Poster
 
Join Date: Jul 2007
Location: U.S.A. (South)
Posts: 4,521
Default Re: Stealth MBR Rootkit

I run RAW stealth MBR sandboxed today and it choked, puked, and fell flat on it's face. I done the same with some pretty mean malware sandboxed and the result always returned the same, no posibility of escape and easily erased, i use ERASER to fully wipe %Sandbox% contents. No chance for $m to mysteriously ressurrect them after that.

With SandboxIE, i am thoroughly impressed!
__________________
★AX 64 Time Machine★
★Shadow Defender★| EQSecure v4.0 |#Sandboxie 4.08 beta# |FirstDefense-ISR|★FileChangeAlarm★ |Registry Backup VSS|
Maxthon 4 | X Iron 17.0 | Chromium 19.0 | Pale Moon 20.1

Microsoft Windows 8 64bit (UEFI/GPT) Secure Boot¶
¶Linux Mint 14 MATE¶
  #5  
Old March 3rd, 2008, 09:08 AM
lotuseclat79 lotuseclat79 is offline
Very Frequent Poster
 
Join Date: Jun 2005
Posts: 1,916
Default Re: Stealth MBR Rootkit

MBR Rootkit, A New Breed of Malware
F-Secure article here.

Gmer, Prevx and two Symantic article links at bottom of article.

This kind of malware is an outstanding example of why Windows users should acquire familiarity with using Linux Live CD's, reorder their BIOS to boot from CD before hard disk, and know how to issue dd commands to save off the original MBR for a Windows hard drive (and their Linux dual boot hard drive) after a clean installation before any connection to the Internet.

A Linux Live CD environment with at least a 1GB RAM can activate a safe environment (assuming the Internet connection to the computer is temporarily disconnected) without any hard drives mounted or accessed. From there as root:

# dd if=/dev/sda of=/mnt/linux/root/Mbrs/sdambr bs=512 count=1

The above dd command assumes that a Windows OS is installed on /dev/sda and a Linux hard drive is mounted at the mount point /mnt/linux of the Linux Live CD environment. The MBR of the Windows hard drive is saved on the Linux hard drive in the file /root/Mbrs/sdambr, and has a block size of 512 bytes for one count.

The restoration of the Windows MBR in a Live CD envronment is:

# dd if=/mnt/linux/root/Mbrs/sdambr of=/dev/sda bs=512 count=1

The above example assumes that the Linux hard drive is first mounted into the Live CD environment by:

# mount -v -t ext3 /dev/sdb2 /mnt/linux (or a similar partition name that holds the Linux distribution identified with the command: fdisk -l which is issued by root account).

Note: The Linux hard drive used in this example could be any hard drive like device such as a USB flash drive, external hard drive, dvd or cd.

-- Tom
  #6  
Old March 5th, 2008, 11:11 PM
Rmus Rmus is offline
Exploit Analyst
 
Join Date: Mar 2005
Posts: 3,624
Default Re: Stealth MBR Rootkit

The article mentions that the attack vectors are drive-by sites with different exploit code embedded in the web page.

Another article linked states,

http://www.prevx.com/blog/75/Master-...e-and-ITW.html

Quote:
After the dropper gets executed,
It's obvious that the rootkit has to download/execute in order to do its dirty work.

Malware triggered by Remote Code Execution (Drive-by) can be easily prevented from executing by any number of White List solutions.

One of the exploits mentioned is

Microsoft Data Access Components (MDAC) Function vulnerability (MS06-014)

An earlier use of this shows how the malicious executable can be blocked from downloading/executing -- here, using Anti-Executable:

Name:  MDAC-htm.gif
Views: 467
Size:  16.4 KB
______________________________________________

Name:  MDAC-ae.gif
Views: 468
Size:  32.7 KB
______________________________________________

For other solutions, see the recent threads on LUA and SRP.

Someone once wrote,

"If it can't execute, it can't infect."


----
rich
  #7  
Old March 6th, 2008, 12:57 AM
aigle's Avatar
aigle aigle is offline
Incredibly Massive Poster
 
Join Date: Dec 2005
Location: Saudi Arabia/ Pakistan
Posts: 10,416
Default Re: Stealth MBR Rootkit

Went to the same link hxxp://www.zj5173.com/qq.htm.

Some chineese but nothing seems to happen.
__________________

Ubuntu 12.10
AX64 Time Machine, Comodo FW & Defence Plus, Sandboxie not compatible?
  #8  
Old March 6th, 2008, 01:11 AM
Rmus Rmus is offline
Exploit Analyst
 
Join Date: Mar 2005
Posts: 3,624
Default Re: Stealth MBR Rootkit

It's an old exploit from a year ago -- just used to demonstrate White List blocking with one of the exploits listed in the article.

I just checked some of my other links from past exploits but none are active.

Keep your eye open for "Mebroot" exploits -- some might show up soon.

Check the main weblog page of f-secure which posted the above article:

http://www.f-secure.com/weblog/

Also:

http://isc.sans.org/diary.html

-- they often get notified quickly when exploits surface in the wild.


----
rich
  #9  
Old March 6th, 2008, 01:13 AM
aigle's Avatar
aigle aigle is offline
Incredibly Massive Poster
 
Join Date: Dec 2005
Location: Saudi Arabia/ Pakistan
Posts: 10,416
Default Re: Stealth MBR Rootkit

Oh, i thought it,s some recent one.

Thanks
__________________

Ubuntu 12.10
AX64 Time Machine, Comodo FW & Defence Plus, Sandboxie not compatible?
  #10  
Old March 6th, 2008, 05:10 AM
Stijnson's Avatar
Stijnson Stijnson is offline
Frequent Poster
 
Join Date: Nov 2007
Location: Paranoia Heaven
Posts: 533
Default Re: Stealth MBR Rootkit

Quote:
Originally Posted by lotuseclat79
MBR Rootkit, A New Breed of Malware
F-Secure article here.

Gmer, Prevx and two Symantic article links at bottom of article.

This kind of malware is an outstanding example of why Windows users should acquire familiarity with using Linux Live CD's, reorder their BIOS to boot from CD before hard disk, and know how to issue dd commands to save off the original MBR for a Windows hard drive (and their Linux dual boot hard drive) after a clean installation before any connection to the Internet.

A Linux Live CD environment with at least a 1GB RAM can activate a safe environment (assuming the Internet connection to the computer is temporarily disconnected) without any hard drives mounted or accessed. From there as root:

# dd if=/dev/sda of=/mnt/linux/root/Mbrs/sdambr bs=512 count=1

The above dd command assumes that a Windows OS is installed on /dev/sda and a Linux hard drive is mounted at the mount point /mnt/linux of the Linux Live CD environment. The MBR of the Windows hard drive is saved on the Linux hard drive in the file /root/Mbrs/sdambr, and has a block size of 512 bytes for one count.

The restoration of the Windows MBR in a Live CD envronment is:

# dd if=/mnt/linux/root/Mbrs/sdambr of=/dev/sda bs=512 count=1

The above example assumes that the Linux hard drive is first mounted into the Live CD environment by:

# mount -v -t ext3 /dev/sdb2 /mnt/linux (or a similar partition name that holds the Linux distribution identified with the command: fdisk -l which is issued by root account).

Note: The Linux hard drive used in this example could be any hard drive like device such as a USB flash drive, external hard drive, dvd or cd.

-- Tom

The problem is that 'regular Joes' (myself included I guess) will never be able to do this and comprehend it.
  #11  
Old March 6th, 2008, 06:13 AM
chris2busy's Avatar
chris2busy chris2busy is offline
Frequent Poster
 
Join Date: Jun 2007
Posts: 477
Default Re: Stealth MBR Rootkit

Quote:
Originally Posted by Stijnson
The problem is that 'regular Joes' (myself included I guess) will never be able to do this and comprehend it.
don't worry thats the geeky approach of the solution.just pop in your windows cd,open recovery mode nad type FIXMBR in the console and your done..now if you got more than one operating system in your hard drive thats another deal,you'll have to reload the bootloader you used to have.
__________________
"Two things are infinite: the universe and human stupidity; and I'm not sure about the universe"
  #12  
Old March 6th, 2008, 07:03 AM
Stijnson's Avatar
Stijnson Stijnson is offline
Frequent Poster
 
Join Date: Nov 2007
Location: Paranoia Heaven
Posts: 533
Default Re: Stealth MBR Rootkit

Quote:
Originally Posted by chris2busy
don't worry thats the geeky approach of the solution.just pop in your windows cd,open recovery mode nad type FIXMBR in the console and your done..now if you got more than one operating system in your hard drive thats another deal,you'll have to reload the bootloader you used to have.

Of course you have to discover that you're infected first...
A lot of people won't even know they're infected with this MBR rootkit. I think I wouldn't notice it either. Or are there any tell-tale signs?
  #13  
Old March 6th, 2008, 09:34 AM
chris2busy's Avatar
chris2busy chris2busy is offline
Frequent Poster
 
Join Date: Jun 2007
Posts: 477
Default Re: Stealth MBR Rootkit

well if you have many OS or any sort of ISR software,like EAZ-FIX ,first defence-ISR,rollbackRX e.t.c their boot screen will disappear since the rootkit will have overwritten ur MBR.
__________________
"Two things are infinite: the universe and human stupidity; and I'm not sure about the universe"
  #14  
Old March 7th, 2008, 04:37 AM
Stijnson's Avatar
Stijnson Stijnson is offline
Frequent Poster
 
Join Date: Nov 2007
Location: Paranoia Heaven
Posts: 533
Default Re: Stealth MBR Rootkit

Quote:
Originally Posted by chris2busy
well if you have many OS or any sort of ISR software,like EAZ-FIX ,first defence-ISR,rollbackRX e.t.c their boot screen will disappear since the rootkit will have overwritten ur MBR.

I don't have any of those. I just have to be even more careful on the net I guess.
 

Wilders Security Forums > Security Products > other anti-malware software « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 04:02 AM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums