Compromised Solaris 9
I have Solaris 9 installed on E420R server. It has oracle DB and Application server running. This server behind firewall and only selective ports are opened to access application from Internet. Recently I found some suspicious files and process running on system. It looks my server has been compromised.
bash-2.05#cd /dev/cua/...
bash-2.05# ls -la
total 1548
drwxr-xr-x6 rootroot 512 Feb 28 06:19 .
drwxr-xr-x3 rootroot 512 Feb 28 06:15 ..
-rw-r--r--1 rootroot18124 Oct 28 2000 CHANGES
-rw-1 rootroot17982 May 15 1997 COPYING
-rw-r--r--1 rootroot2660 Aug 8 2000 FAQ
-rw-r--r--1 rootroot35874 Oct 28 2000 README
-rw-r--r--1 rootroot 76 Oct 28 2000 TODO
drwxr-xr-x2 rootroot2048 Apr 7 2002 help
drwxr-xr-x2 rootroot 512 Feb 28 06:16 log
drwxr-xr-x2 rootroot 512 Apr 7 2002 motd
-rwxr-xr-x1 rootroot248708 Oct 28 2000 nfsd
-rwxr-xr-x1 rootroot 331 Apr 25 2002 ntpstats
-rwxr-xr-x1 rootroot430080 Feb 28 06:15 psy.tar
-rw-r--r--1 rootroot 76 Feb 28 06:15 psybnc.conf
-rw-1 rootroot7 Feb 28 06:16 psybnc.pid
drwxr-xr-x3 rootroot 512 Apr 7 2002 scripts
and following process:
bash-2.05# ps -ef|grep cua
root 198061 0Feb 28 ?0:00 /dev/cua/.../solbnc
bash-2.05#cd /xfn
bash-2.05# ls -la
total 13
dr-xr-xr-x3 rootroot3 Mar 6 10:11 .
drwxr-xr-x 40 rootroot1024 Mar 2 10:51 ..
dr-xr-xr-x1 rootroot1 Mar 6 10:14...
dr-xr-xr-x1 rootroot1 Mar 6 10:14 _dns
dr-xr-xr-x1 rootroot1 Mar 6 10:14 _orgunit
dr-xr-xr-x1 rootroot1 Mar 6 10:14 _thisens
dr-xr-xr-x1 rootroot1 Mar 6 10:13 _thisorgunit
dr-xr-xr-x1 rootroot1 Mar 6 10:14 _x500
dr-xr-xr-x1 rootroot1 Mar 6 10:14 org
dr-xr-xr-x1 rootroot1 Mar 6 10:14 orgunit
dr-xr-xr-x1 rootroot1 Mar 6 10:14 thisens
dr-xr-xr-x1 rootroot1 Mar 6 10:13 thisorgunit
There is evidence in root's .bash_history that /dev/cua/.../solbnc has been renamed as nfsd.
Request all of you to suggest how can I deal with this situation. What are the implications and whether really system compromised.
Shoud I delete all these stuff and stop solbnc process?

