LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 11-25-2004, 07:42 PM   #1
Whitestone
LQ Newbie
 
Registered: Nov 2004
Posts: 3

Rep: Reputation: 0
Question chkrootkit and possible trojan


Hi, all.

I ran chkrootkit and found a four things I don't understand. (I'm a newbie.)

Here are the entries:

Checking `wted'... 8 deletion(s) between Mon Nov 1 02:08:29 2004 and Thu Nov 30 05:09:39 2023

Also:

Checking `sniffer'... eth0: PF_PACKET(/sbin/dhclient)

This one:

Checking `lkm'... You have 2 process hidden for ps command
Warning: Possible LKM Trojan installed

(How do I tell a false positive from the real thing?)

and this:

Searching for suspicious files and dirs, it may take a while...
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/.packlist
/usr/lib/openoffice/share/gnome/net/.directory
/usr/lib/openoffice/share/gnome/net/.order
/usr/lib/openoffice/share/kde/net/applnk/OpenOffice.org/.directory
/usr/lib/openoffice/share/kde/net/applnk/OpenOffice.org/.order
/usr/lib/qt-3.1/etc/settings/.qtrc.lock
/usr/lib/qt-3.1/etc/settings/.qt_plugins_3.1rc.lock

I'm grateful for any insight and assistance you can provide. How do I determine if there really is a threat, and what do I do about it if there is?

Whitestone
 
Old 11-26-2004, 12:46 AM   #2
Capt_Caveman
Senior Member
 
Registered: Mar 2003
Distribution: Fedora
Posts: 3,658

Rep: Reputation: 69
Re: chkrootkit and possible trojan

Checking `wted'... 8 deletion(s) between Mon Nov 1 02:08:29 2004 and Thu Nov 30 05:09:39 2023
This is usually an indication that someone has attempted to edit the system logs to hide their accessing the system. Often a sign of security compromise (gain access then hose logs after rooting/backdooring), though having log corruption can cause a false positive. The fact that the date is about 20 years from now usually suggests that's the case. Post the output of last -aix .

Checking `sniffer'... eth0: PF_PACKET(/sbin/dhclient)
A PF_PACKET socket is a low level connection that bypasses normal parts of the network stack and allows sniffing of network traffic. Again a sniffer is usually an indication of a system compromise, but this check is subject to false positives. The most common false positive is mistaking the dhclient listening on a PF_PACKET socket for dhcp traffic as a sniffer. Looks like that is what you're seeing here. If you're on a rpm-based system, you can verify the package integrity of the dhclient rpm to be sure that it isn't trojan, but this is a very common false positive.

Checking `lkm'... You have 2 process hidden for ps command
Warning: Possible LKM Trojan installed

Having processes hidden from the ps command can be indicative of trojaning or presence of an LKM rootkit. However, this is a very common false positive message as well. This check compares the output of ps with the open file descriptors in /proc , so if a short-lived process terminates between these two checks, then the process will be flagged. Use the chkrootkit helper app and run:

chkproc -v

This should output the process id numbers (PID), and then check their identities with:

cd /proc/PID/ && cat cmdline

If chkproc -v doesn't return anything then it was likely a false positive. If it still returns PIDs that correspond to abnormal apps or filenames, then post the output.

Searching for suspicious files and dirs, it may take a while...
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/.packlist
<SNIP>

Chkrootkit flags hidden files outside of /home as being suspicious. Visually inspect these and verify they don't contain anything malicious to reduce paranoia level. Judging by their name (extremely cursory and not at all recommended) they appear to be normal, but definitely inspect them to verify.

Last edited by Capt_Caveman; 11-26-2004 at 12:49 AM.
 
Old 11-26-2004, 06:04 AM   #3
m4dj4ck
Member
 
Registered: Aug 2004
Location: the coven
Distribution: slackies
Posts: 55

Rep: Reputation: 15
Quote:
Checking `lkm'... You have 2 process hidden for ps command
Warning: Possible LKM Trojan installed
if im not mistaken, i came across this problem before and as capt_caveman cited, this is a very normal false positives. I remembered i ran chkrootkit and it shows the same errors as above and i run this command on gnome-terminal, which means i was using X windows(gnome) that time. Then, i tried to run this command again WITHOUT running X server behind and surprisely, chrootkit stop giving those hidden ps commands. Anyway, Im not sure whether this is the same as your problem. cheers!
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
chkrootkit warning of lkm trojan provkitir Linux - Security 5 10-20-2004 06:17 AM
Windows ME is a Trojan HadesThunder General 12 04-16-2004 11:34 PM
LKM trojan? help! synaptical Linux - Security 3 03-07-2004 07:16 AM
lkm trojan nullpt Linux - Security 3 12-26-2003 06:42 PM
Possible Trojan ! FreeFox Linux - General 4 08-03-2003 08:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 09:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration