![]() |
|
#1
|
||||
|
||||
|
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
|
|||
|
|||
|
Quote:
Blue |
|
#3
|
||||
|
||||
|
Quote:
![]()
__________________
"Pouvoir à l'Imagination. Power to the imagination. La imaginación al poder". "Perfect is the enemy of good enough". Voltaire. |
|
#4
|
||||
|
||||
|
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★|
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
|
|||
|
|||
|
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
|
|||
|
|||
|
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:
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: ______________________________________________ ______________________________________________ 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
|
||||
|
||||
|
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, |
|
#8
|
|||
|
|||
|
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
|
||||
|
||||
|
Oh, i thought it,s some recent one.
Thanks
__________________
Ubuntu 12.10 AX64 Time Machine, Comodo FW & Defence Plus, |
|
#10
|
||||
|
||||
|
Quote:
The problem is that 'regular Joes' (myself included I guess) will never be able to do this and comprehend it. |
|
#11
|
||||
|
||||
|
Quote:
__________________
"Two things are infinite: the universe and human stupidity; and I'm not sure about the universe" |
|
#12
|
||||
|
||||
|
Quote:
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
|
||||
|
||||
|
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
|
||||
|
||||
|
Quote:
I don't have any of those. I just have to be even more careful on the net I guess. ![]() |
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|
|