REGISTER
desert eagle
main menu

home

forums
    Show me new threads!

bookmarks

post article

view blogs

vault

you must be level 2 to upload files to your vault

downloads

you must be logged to access downloads

Rootkit Collection

File Contributer Link
Hacker Def... hfn/a
HE4Hook adminn/a
BASIC CLAS... hoglundn/a
Vanquish xshadown/a
NT Rootkit hoglundn/a
FU fuzen_opn/a
WinlogonHi... JeFFOsZn/a
klister joannan/a
Patchfinde... joannan/a
MyNetwork hoglundn/a
MTDWin hoglundn/a
NTFSHider hoglundn/a
VideoCardK... hoglundn/a
VICE fuzen_opn/a
Klog Clandestin...n/a
NtIllusion Kdmn/a
AFX Rootki... TheRealAph...n/a
SInAR vulndevn/a
Shadow Wal... Clandestin...n/a
BootRootki... dereksoede...n/a
CHAZ - Nim... neocrackrn/a
Clandestin... merlvingia...n/a
FUTo petersilbe...n/a
Windows Me... alcapone66...n/a
RAIDE petersilbe...n/a
BOOT KIT vipinkumarn/a
BluePill Joanna and...n/a
DEFRAG blume1975n/a
Keyboard H... chpien/a
CheatEngin... DarkByten/a

search the site

backends
A news back-end to implement RootKit news into your website is here or more advanced version here.

An XML/RSS feed that includes both NEWS and BLOGS for RootKit is here: XML/RSS.

[Valid RSS]

Beta feed for replied posts here. feedback to admins not forums, we know about times being off...

ROOTKIT
Share Your Old Stuff, Keep Your Good Stuff
Saturday July 31st
Featured Article: Nostalgia: n00bk1t, an advanced ring3 rootkit in C    by jeffosz
Unreal.A, bypassing modern Antirootkits
By: EP_X0FF

Unreal.A hides driver and file.

Driver hidding based on the following methods:

1. removing module from PsLoadedModulesList
(that bypasses some old rkdetectors)
2. removing object from ObjectDirectory
(that bypassed GMER, IceSword and some others)
3. removing module from DriverObjects
4. removing module from DeviceObjects
5. memzero for POBJECT_HEADER (that finally bypasses DarkSpy)
6. fake thread start address (to be sure that antirootkit will not show "unknown thread")
7. using non usual wait function to bypass "Stealth Walker" detection method of our Rootkit Unhooker Antirootkit.

File hidding based on the following methods:



1. We are using NTFS ADS (that's bypasses DarkSpy, IceSword automatically)
2. ADS attach to root directory of disk C: (that automatically bypass GMER, RootkitRevealer)
3. driver set up itself as File System Filter and filters some IRP's like IRP_MJ_READ, IRP_MJ_QUERY_INFORMATION etc. Thats bypasses all other antirootkit thats using RAW reading (BlackLight, Rootkit Unhooker etc).

Unreal.A contains specific code for AVG Antirootkit and AVZ Antirootkit Module. Specific code was done because both of these products using monitoring dirty-tricks based on Notify Routines which are not a detection at all. Unreal.A do search for antirootkit device (using DeviceObjects lists) and when it's found rootkit do IoDeleteDevice, so antirootkit can't anymore communicate with kernel part. Unfortunately as shows some tests of independent people this part of Unreal.A are little buggy, sometimes AVG/AVZ can show (with help of Notify of course) hidden driver.

As I said before idea is not new, but we do not found any others ready for use rootkits, so we decide to create this special demo to show how in reality useless/helpless/out-of-dated antirootkit software and of course for our internal testings.

There is currently only one thing (excluding special programs like WinHex) that can detect Unreal.A file -> special plugin for IceSword that uses direct disk.sys communication. Hidden driver (that in its state simple piece of code working in kernel mode) currently undetectable by any antirootkit.

We are not stops Unreal development and will create further versions which will include 100% workable antidetection part, Windows 2000 support and some new file hiding techniques.

This simple trick bypasses following Antirootkits, they all can't find driver and file: RootkitRevealer, F-Secure Blacklight, GMER, DarkSpy, IceSword, SVV, Helios, Rootkit Unhooker, SafetyCheck and all AV antirootkits.

In this release we are used specific code against some of antirootkits that using Notify Routine. It is AVG Antirootkit and AVZ Antirootkit module. This part of antidetection is buggy and need more work :)

Note: this demo is not malicious, please understand that this is just a demo.

Unreal.A limitations:
- your disk C: should be NTFS
- this rootkit do not hides registry keys

Rootkit demo can be downloaded from here http://www.rku.xell.ru/?l=e&a=dl

read comments (60) / write comment

recent comments:
Bilby---||---11.Feb:05:21
Unreal.A cutted source codeEP_X0FF01.Feb:03:34
No need to antirootkit to block unrealneocrackr31.Jan:13:56
Another code analysys....valerino30.Jan:13:02
how it worksRatter29.Jan:10:33
. . .

views: 12752   printer-friendly version

login:
password:

ROOTKITS, Subverting the Windows Kernel
By: Greg Hoglund and Jamie Butler

Rootkits are powerful tools to compromise computer systems without detection. Get the original and best book on the subject here.


logged users

active for last 5 minutes

registered users:79912

There are currently 0 registered users and 15 guests browsing the website.

Welcome our latest registered user: Pris

recent board posts
subject author date
Hiding Tcp... _MAX_ Jul / 27
unload dri... dubteam2000 Jul / 26
APC Delive... aall87 Jul / 21
x64 SSDT h... lolwurst Jul / 21
password r... markedu9 Jul / 19
How to hid... Hack4freedom Jul / 15
UNC PATH A... pain_abator Jul / 15
CALL in na... _MAX_ Jul / 13
Conflict b... _MAX_ Jul / 08
Making dev... blackd0t Jul / 06
Hide proce... l0ngshot Jul / 01
Process Ha... krzys Jul / 01
Rooting VP... simplicityx Jun / 24
Rootkits: ... chimai Jun / 24
NDIS Inter... lclee_vx Jun / 17

recently replied posts
subject author date
x64 SSDT h... vrtulex Jul/27
unload dri... EreTIk Jul/27
Hiding Tcp... _MAX_ Jul/27
BIOS Rootk... rossettoecioccolato Jul/25
about this... DiabloNova Jul/22
APC Delive... aall87 Jul/21
password r... markedu9 Jul/19
UNC PATH A... pain_abator Jul/19
How to hid... vrtulex Jul/16
CALL in na... _MAX_ Jul/16
Hide proce... vrtulex Jul/10
Conflict b... _MAX_ Jul/08
Making dev... blackd0t Jul/07

recent blog entries
DiabloNova Jul 31, 12:06
ghost1369 May 09, 04:30
DiabloNova May 08, 15:33
_4epen May 04, 15:42
DiabloNova May 02, 03:59
Best Screenshots / Analog
May 14, 2010

dep.png /

click on the picture to enlarge and see description

!

read comments (0)
write comment

view archive(90) :

Analog(53) / Best Screenshots(37)

submit a picture to gallery

the most active news users
based on the number of news posts for last 30 days

user nr. of posted news

select skin



"The Internet ? Is that thing still around ?" - Homer Simpson.