Microsoft DCE (Distributed Computing Environment) Locator service aka. end-point mapper. It works like Sun RPC (Remote Procedure Call) portmapper, except that end-points can also be named pipes.
Used by WMI (Windows Management Instrumentation) i.e. Tools like Solarwinds and Insight Discovery use this port for retrieving server configuration information
Because port 1433 is the known standard for SQL Server, some organizations specify that the SQL Server port number should be changed to enhance security. This might be helpful in some environments. However, the TCP/IP architecture permits a port scanner to query for open ports, so changing the port number is not considered a robust security measure.
https://docs.microsoft.com/en-us/sql/database-engine/configure-windows/configure-a-server-to-listen-on-a-specific-tcp-portOfficially this is: ncube-lm, but is more commonly known as the default Oracle SQL*Net Listener Port
Sometimes used for Oracle SQL*Net Listener, as an alternative to 1521, but officially it's "Ricardo North America LM"
MySQL Instance Manager has been deprecated and is removed in MySQL 5.5Â
sudo netstat --listening --numeric --programs | grep 3306
This is configurable during Agent installation (3872 is the default)