Vulnerability Development mailing list archives
Re: Positive uses for rootkits
From: Dick Visser <dick () TIENHUIS NL>
Date: Sun, 25 Mar 2001 18:25:20 +0200
On Fri, 23 Mar 2001, Jonathan James wrote:
1. Are most rootkits simply shell scripts or real programs?Most rootkits are installed as Operating System Modules: Win95/Win98/WinME: - .VxD files Windows NT/2000 - .sys files Linux - LKMs (Linux Kernel Module) With Kernel Modules installed you've generally got 100% control of the current hosting operating system. This means that you can filter output that is sent to the user, hook into the filesystem calls etc.. Kernel modules are hard to detect (for the common everyday user) and can be installed so that they are hard to remove.
So that's why I think it's better to build a minimal, static kernel without modules support. And once your kernel is OK and running, remove the .config file from your kernel source tree. If someone does get in and tries to make a new kernel (with modules support) he cannot simply grab the old configfile and add modules support to it. If he can make a kernel, at least he will have to configure it right to make it behave the same like the static kernel. I say this because it is not the first time I made a kernel and found out that it was not bootable because of a tiny misconfiguration :) Comments on this strategy are welcome. -- Dick Visser
Current thread:
- Positive uses for rootkits Daniel McCranie (Mar 22)
- Re: Positive uses for rootkits Nicolas Gregoire (Mar 23)
- Re: Positive uses for rootkits Chih hung Feng (Mar 23)
- Re: Positive uses for rootkits Berend De Schouwer (Mar 23)
- Re: Positive uses for rootkits Gregor Binder (Mar 23)
- Re: Positive uses for rootkits Cedric Blancher (Mar 23)
- Re: Positive uses for rootkits Jason Nicholls (Mar 23)
- Re: Positive uses for rootkits Jonathan James (Mar 25)
- Re: Positive uses for rootkits Dick Visser (Mar 25)
- Re: Positive uses for rootkits Ron DuFresne (Mar 25)
- Re: Positive uses for rootkits Daniel R. Warner (Mar 25)
- Re: Positive uses for rootkits -> off-topic: booting tricks. Alex Schütz (Mar 27)
- Re: Positive uses for rootkits -> off-topic: booting tricks. ze Snark (Mar 28)
- Re: Positive uses for rootkits Dick Visser (Mar 25)
- Re: Positive uses for rootkits The Attitude Adjuster (Mar 25)
- Re: Positive uses for rootkits Ben Ford (Mar 28)
- Re: Positive uses for rootkits Big Woz (Mar 28)
- Re: Positive uses for rootkits Renee Teunissen (Mar 26)
- Re: Positive uses for rootkits Dick Visser (Mar 26)
- The use of immunix Renee Teunissen (Mar 26)
