Our intrusion detection system is based on Snort and it monitors the campus network. We have noted network traffic and tested a service that looks like an odd "FTP" server on a non-standard port. FTP servers should only be found port 21/tcp.
This is very good evidence that your machine may have been compromised -- perhaps a worm installed it, or perhaps a hacker is using your system as a "Warez" site.
If you don't know why you have the odd service then you definitely have problems. We have seen many Unix and Windows machines with odd FTP servers installed by the hacker community.
You need to need to investigate your system.
[11:34am wally] netstat -a | grep LISTEN *.sunrpc *.* 0 0 24576 0 LISTEN *.ftp *.* 0 0 24576 0 LISTEN *.telnet *.* 0 0 24576 0 LISTEN *.shell *.* 0 0 24576 0 LISTEN *.login *.* 0 0 24576 0 LISTEN *.12345 *.* 0 0 24576 0 LISTEN ...etc
[11:43am wally] telnet wally 12345 Trying 129.97.108.150... Connected to wally.uwaterloo.ca (129.97.108.150). Escape character is '^]'. 220 any text banner help 214-The following commands are recognized: USER EPRT STRU MAIL* ALLO CWD STAT* XRMD PASS LPRT MODE MSND* REST* XCWD HELP PWD ACCT* EPSV RETR MSOM* RNFR LIST NOOP XPWD REIN* LPSV STOR MSAM* RNTO NLST MKD CDUP QUIT PASV APPE MRSQ* ABOR SITE* XMKD XCUP PORT TYPE MLFL* MRCP* DELE SYST RMD STOU 214 (*'s => unimplemented) quit 221 Goodbye.
http://ist.uwaterloo.ca/security/vulnerable/20040502.note
http://ist.uwaterloo.ca/security/vulnerable/20030808.note