Given a device with an open TCP port on a non priviliged and not widely used port number from which I assume a known service like Telnet, SMTP or HTTP is running there and not on its standard port, e.g. a XMPP service on port 12345 whether this makes sense or not: How do I find out which service runs there?
Share
You can try to scan with nmap tool.