avast!WEBforum
November 23, 2009, 01:27:43 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Wow! - more than 60 000 registered forum users!
 
   Home   Help Search Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Researchers Create.. ...Tool For Blocking Rootkits  (Read 210 times)
nmb
avast! Evangelist
*****
Offline Offline

Gender: Male
India India

Posts: 1379


Electronics & Communication Engineer


Personal Message (Offline)
« on: November 04, 2009, 03:54:17 PM »

Researchers Create Hypervisor-Based Tool For Blocking Rootkits

quote:

Researchers at North Carolina State University and Microsoft Research have come up with a way to combat rootkits by using the machine's own hardware-based memory protection: the so-called HookSafe tool basically protects the operating system kernel from rootkits.

more : http://www.darkreading.com/vulnerability_management/security/attacks/showArticle.jhtml?articleID=221600127

nmb
Logged

Intel core 2 Duo E7400 @ 2.8 GHz / Corsair CM2X2048-6400C5 (2GB) / Windows XP Pro SP3 32 bit / avast! 4.8.1356 Home/ PC Tools firewall plus 6.0.0.84 / Mamutu 2.0.0.22 / MBAM on demand / Firefox 3.5.5 / IE 8 /

Fedora 11.2 Constantine 32 bit
polonus
avast! Evangelist
*****
Offline Offline

Gender: Male
Netherlands Netherlands

Posts: 8274


malware fighter


WWW Personal Message (Offline)
« Reply #1 on: November 04, 2009, 04:50:11 PM »

Hi nmb,

You could start with this porgram - Hook Explorer : http://labs.idefense.com/labs-software.php?show=19

Author:     David Zimmer

CopyRight:  Copyright: 2005 iDefense a Verisign Company
            GPL Olly.dll is Copyright (C) 2001 Oleh Yuschuk - http://ollydbg.de

License: GNU General Public License

         This program is free software; you can redistribute it
         and/or modify it under the terms of the GNU General
         Public License as published by the Free Software Foundation;
         either version 2 of the License, or (at your option) any
         later version.

         This program is distributed in the hope that it will
         be useful, but WITHOUT ANY WARRANTY; without even the implied
         warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
         PURPOSE. See the GNU General Public License for more details.

         You should have received a copy of the GNU General Public
         License along with this program; if not, write to the Free
         Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
         MA 02111-1307 USA


Dependancies
-------------------------------------------------
Hook Explorer is written in VB6. Your system will
need the VB6 runtimes and the Microsoft Common
Controls OCX (mscomctl.ocx)


Installation
-------------------------------------------------
Unzip and run. If you get an error that msvbvm60.dll
is missing, you will have to install the vb6 runtimes.

If mscomctl.ocx is missing you will need to download
and register the control. Google is your friend.


Hook Explorer
-------------------------------------------------

This is a small application designed to scan a single
process looking for IAT or detours style hooks.

HookExplorer gives the user several scanning and
display options.

When first run, HookExplorer will enumerate all of
the loaded dlls in the process and scan their import
tables for hijacked function pointers in the import
address table (IAT). The first instruction for each
function pointer is then disassembled and examined
to try to detect standard detours style hooks which
may be in place.

If the "scan all exports" checkbox was selected, then
HookExplorer will also scan every function found in
the images export table for detours style hooks. For
dynamically loaded dlls, this may be the only test we
can perform on them. Note that this option can take some
extra time to perform, and cannot be added to an existing
scan on the fly. Once you check this option the current
scan will not be updated and you will have to rescan the
target process.

HookExplorer also supports 4 data display modes to help
you examine the data. These options can be applied on
the fly and will simply re-display the collected scan
data.

Internally hooks are stored in 3 collections. The first
collection saves references to all functions, the second
only cross module hooks, and finally the third which applies
a user defined filter list to the results.

The display options that relate to these collections are
termed:

1) Standard        
      - displays cross module and same module hooks

2) Use Ignore List  
      - displays filtered cross module hooks only

3) Hide hooks from same module
      - displays cross module hooks (no filter)

4) Show All  
      - same as standard mode except also displays all entries
        per dll, hooked or not

These options are represented by radio buttons and can
be applied on the fly once a scan has finished.

The IgnoreList is loaded from the file IgnoreList.txt found
in the applications home directory. This file lists the dlls
which you trust and do not want displayed in the results when
using the IgnoreList display option. It is recommended to use
the full dll path to your trusted dlls in this file.

The ignorelist can be edited in notepad and can be updated on
the fly to an existing scan. The edit button on the main interface
will launch notepad on the file allowing you to edit it. Once you
have made your updates, save your changes and hit the reload button
which will reload the file and apply the filter to the current
display results.

http://labs.idefense.com/files/labs/releases/previews/HookExplorer/HookExplorer.png

polonus





« Last Edit: November 04, 2009, 05:29:47 PM by polonus » Logged

Cybersecurity is more of an attitude than anything else. Avast Evangelists.
DavidR
avast! Überevangelist
******
Online Online

Gender: Male
United Kingdom United Kingdom

Posts: 37853



Personal Message (Online)
« Reply #2 on: November 04, 2009, 05:14:51 PM »

@ polonus
I suggest you obfuscate or remove the email addresses of the author as I doubt he would thank you if it got harvested Grin
Logged

Core2Duo E8300/ 2GB Ram/ WinXP ProSP3/ Avast 4.8.1356 Home/ Outpost Firewall Pro 2009/ Firefox 3.5.5 NoScript/ MailWasher Pro 6.5.4/ SuperAntiSpyware Pro/ MalwareBytes AntiMalware/ WinPatrol/ HiJackThis /Drive Image 7.1 /OE6 /SnagIt 9.1 Image Capture
nmb
avast! Evangelist
*****
Offline Offline

Gender: Male
India India

Posts: 1379


Electronics & Communication Engineer


Personal Message (Offline)
« Reply #3 on: November 04, 2009, 05:17:16 PM »

Thanks for the detailed explanation of hook explorer, sir pol.

I did actually play with ollydbg few months back.

got it.. will try and play with it.

nmb
Logged

Intel core 2 Duo E7400 @ 2.8 GHz / Corsair CM2X2048-6400C5 (2GB) / Windows XP Pro SP3 32 bit / avast! 4.8.1356 Home/ PC Tools firewall plus 6.0.0.84 / Mamutu 2.0.0.22 / MBAM on demand / Firefox 3.5.5 / IE 8 /

Fedora 11.2 Constantine 32 bit
DavidR
avast! Überevangelist
******
Online Online

Gender: Male
United Kingdom United Kingdom

Posts: 37853



Personal Message (Online)
« Reply #4 on: November 04, 2009, 05:26:38 PM »

Researchers Create Hypervisor-Based Tool For Blocking Rootkits

quote:
Researchers at North Carolina State University and Microsoft Research have come up with a way to combat rootkits by using the machine's own hardware-based memory protection: the so-called HookSafe tool basically protects the operating system kernel from rootkits.

Reading more of the page this is currently Linux only, but a windows version is in developement.

Quote
With the help of Microsoft Research, the research team also has a version of HookSafe under development for the Windows research kernel, which can be found  here.

http://www.microsoft.com/resources/sharedsource/windowsacademic/researchkernelkit.mspx
Logged

Core2Duo E8300/ 2GB Ram/ WinXP ProSP3/ Avast 4.8.1356 Home/ Outpost Firewall Pro 2009/ Firefox 3.5.5 NoScript/ MailWasher Pro 6.5.4/ SuperAntiSpyware Pro/ MalwareBytes AntiMalware/ WinPatrol/ HiJackThis /Drive Image 7.1 /OE6 /SnagIt 9.1 Image Capture
polonus
avast! Evangelist
*****
Offline Offline

Gender: Male
Netherlands Netherlands

Posts: 8274


malware fighter


WWW Personal Message (Offline)
« Reply #5 on: November 04, 2009, 05:35:10 PM »

Hi DavidR,

Removed -

@DavidR and @nmb: securing a platform should not only be kernel based but also trust based and rights based, if you do not make these settings right, we will use a security-castrated Windows platform that stays vulnerable,

Damian
Logged

Cybersecurity is more of an attitude than anything else. Avast Evangelists.
nmb
avast! Evangelist
*****
Offline Offline

Gender: Male
India India

Posts: 1379


Electronics & Communication Engineer


Personal Message (Offline)
« Reply #6 on: November 04, 2009, 05:39:18 PM »

Quote
Reading more of the page this is currently Linux only
yes sir davidR.. as seen below,

Quote
HookSafe runs in Ubuntu Linux 8.04 and leverages hardware-based memory protection in the system to stop rootkits from hijacking kernel hooks.

@ sir pol
Quote
security-castrated
yes sir.. windows is one.. perfect words.

nmb
Logged

Intel core 2 Duo E7400 @ 2.8 GHz / Corsair CM2X2048-6400C5 (2GB) / Windows XP Pro SP3 32 bit / avast! 4.8.1356 Home/ PC Tools firewall plus 6.0.0.84 / Mamutu 2.0.0.22 / MBAM on demand / Firefox 3.5.5 / IE 8 /

Fedora 11.2 Constantine 32 bit
DavidR
avast! Überevangelist
******
Online Online

Gender: Male
United Kingdom United Kingdom

Posts: 37853



Personal Message (Online)
« Reply #7 on: November 04, 2009, 07:04:23 PM »

@DavidR and @nmb: securing a platform should not only be kernel based but also trust based and rights based, if you do not make these settings right, we will use a security-castrated Windows platform that stays vulnerable

I would tend not to use these tools, for the very reason you mentioned, it could just as easily screw your system up. I would have to see them mature like a good cheese until they are proven and to a degree idiot proof.

I prefer to use proactive measures and multi-level/application approach backed up by a robust backup and recovery strategy.
Logged

Core2Duo E8300/ 2GB Ram/ WinXP ProSP3/ Avast 4.8.1356 Home/ Outpost Firewall Pro 2009/ Firefox 3.5.5 NoScript/ MailWasher Pro 6.5.4/ SuperAntiSpyware Pro/ MalwareBytes AntiMalware/ WinPatrol/ HiJackThis /Drive Image 7.1 /OE6 /SnagIt 9.1 Image Capture
Rumpel
avast! Evangelist
*****
Offline Offline

Posts: 632


The poster formerly known as - Rumpelstiltskin®


Personal Message (Offline)
« Reply #8 on: November 05, 2009, 04:39:11 AM »

I would tend not to use these tools, for the very reason you mentioned, it could just as easily screw your system up. I would have to see them mature like a good cheese until they are proven and to a degree idiot proof.

I prefer to use proactive measures and multi-level/application approach backed up by a robust backup and recovery strategy.
I guess that's a standard plan for non-professionals in this area.  There is no doubt that there are differences in knowledge of people in these boards.  I see some people here are capable of dealing with virus and rootkits in deeper levels but there is no choice for me due to the lack of knowledge.  I may be able to learn more but, considering cost-effect, I think I'd better wait till some others to let things available for those at my level of knowledge.  If some topics are too specialist for me, I simply take them as general news.  Personally, I find these boards tend to be less specialist compared with some other security-related fora, too, seeing most people rely on knowledge on second hand tools for end-users.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.084 seconds with 15 queries.