Bindshell is not a legit Linux tool it is a cracker program (included in many rootkits) that is used to open a shell on a port. Most commonly it is used to exploit vulnerable wu-ftp anon-ftp servers to give the attacker ROOT telnet access after they attach to a port and type a password.
See this article:
http://www.iss.net/security_center/static/5179.php
Very Important:
(1)This tool cannot be successfully installed unless your server ALREADY HAD an exploitable service or SUID root program.
(2)There is a very high probability that your server has been ROOTED.
(3)If you haven't already, run CHKROOTKIT again using a trusted set of binaries. This is described in the CHKROOTKIT docs:
"chkrootkit uses the following commands to make its tests: awk, cut,
egrep, find, head, id, ls, netstat, ps, strings, sed, uname. It is
possible, with the `-p' option, to supply an alternate path to
chkrootkit so it won't use the system's (possibly) compromised
binaries to make its tests.
To use, for example, binaries in /cdrom/bin:
# ./chkrootkit -p /cdrom/bin
----- End quote ----
If you think you have a rootkit, you SHOULDN'T trust any of your
commands, since most rootkits mess with one or all of these cmds by replacing them with their own versions.
These new versions will then "hide" the presence of trojan processes
when you do a "ps" and even hide whole directories with "ls"
Create a trusted set of binaries (from a known clean system) from the required list above and invoke as:
# ./chkrootkit - p /root/trusted
where /root/trusted is where the trusted set resides
(4)If your system has been rooted, unfortunately you may not be able to track down everything that was done to it.
Your system had vulnerabilities that allowed this to take place.
Check your access logs, /etc/passwd and any other trails you can to try and verify (1)What was done (2)When it was done.
If you can, locate the source for the bindshell.c program. This should have the password required for root access on the port.
You might be able to verify that root access is possible by trying this password on the port.
Look other rootkits in hidden directories:
find / -type d -name ".*" -print
Run lastlog and verify all logins if possible
(5)After you have gathered as much information as possible I'm afraid that the best recourse is to have RH do a restore.
(6)After the restore :
(a)Make sure that every available patch for your box is installed
(b)Install Tripwire and Logsentry to keep track of these sort of incidents in the future and alert you of a compromise.
PSAD is great but in general won't protect you against a compromise unless it is done noisely. I like to think of PSAD as the lookout of a fort who tells the doorkeeper to shut the doors when it sees danger.
Tripwire and Logwatch are like the local police who detect crimes once they are inside the gates.