Thursday, April 25, 2024
 Popular · Latest · Hot · Upcoming
22
rated 0 times [  22] [ 0]  / answers: 1 / hits: 88655  / 1 Year ago, tue, january 31, 2023, 5:30:50

There seems to be a process called "cslistener" on my machine that is listening on port 9000. A scan using nmap resulted in this, where 172.29.137.150 is the address of my PC.



Nmap scan report for 172.29.137.150
Host is up (0.000013s latency).
Not shown: 993 closed ports
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
139/tcp open netbios-ssn
443/tcp open https
445/tcp open microsoft-ds
9000/tcp open cslistener
10000/tcp open snet-sensor-mgmt


What's going on here? I'm on ubuntu 12.04.


More From » process

 Answers
7

nmap doesn't show you which process is actually listening to some port but which service is registered with the IANA or otherwise known to use this port.



To find out which process is actually listening on that port you can use for example



 sudo fuser -v 9000/tcp

[#36128] Thursday, February 2, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
uxuriousrnal

Total Points: 279
Total Questions: 106
Total Answers: 96

Location: Fiji
Member since Wed, Mar 29, 2023
1 Year ago
uxuriousrnal questions
Wed, Mar 9, 22, 09:04, 2 Years ago
Mon, Jul 18, 22, 01:48, 2 Years ago
Wed, Apr 13, 22, 01:15, 2 Years ago
Thu, Aug 26, 21, 22:01, 3 Years ago
;