Network Ports
Ports
22 ssh
53 DNS
67 DHCP
135 epmap (end-point mapper)
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
1159 Oracle OMS
1186 mysql-cluster (ndb MySQL Cluster Manager)
1433 ms-sql-s (SQL Server)
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-porthttps://bornsql.ca/blog/dont-change-your-default-sql-server-port-for-security-reasons/
1521 Oracle Listener
Officially this is: ncube-lm, but is more commonly known as the default Oracle SQL*Net Listener Port
1522
Sometimes used for Oracle SQL*Net Listener, as an alternative to 1521, but officially it's "Ricardo North America LM"
2273 mysql-im (MySQL Instance Manager)
MySQL Instance Manager has been deprecated and is removed in MySQL 5.5Â
3306 MySQL
sudo netstat --listening --numeric --programs | grep 3306
3389 Remote Desktop Protocol (RDP)
3872 Oracle OEM Agent
This is configurable during Agent installation (3872 is the default)
8005 Apache Tomcat
8009 Apache Tomcat AJP Connector
8080 Apache Tomcat
8443 Apache Tomcat SSL
18080 MySQL Enterprise Monitor
18443 MySQL Enterprise Monitor SSL
33060 MySQL X-Protocol (object store) Port
33061 MySQL group replication (InnoDB cluster) Port
Bibliography
135http://forums.comodo.com/firewall-help-cis/epmap-local-port-135-what-is-this-t71781.0.htmlhttps://forums.asp.net/t/1737565.aspx?What+is+port+epmaphttps://en.wikipedia.org/wiki/DCE/RPC
1186https://tcp-udp-ports.com/port-1186.htmhttps://www.thegeekdiary.com/which-ports-are-used-by-mysqld-ndb_mgmd-and-ndbd-ndbmtd-in-a-mysql-cluster-installation/
1433https://techcommunity.microsoft.com/t5/datacat/alwayson-availability-groups-listener-named-instances-port/ba-p/305210
1522https://www.auditmypc.com/tcp-port-1522.asp
2273https://tcp-udp-ports.com/port-2273.htmhttp://www.mysqlab.net/docs/refman/en-5.1/page/instance-manager-command-options.html
3306https://www.thegeekdiary.com/which-ports-are-used-by-mysqld-ndb_mgmd-and-ndbd-ndbmtd-in-a-mysql-cluster-installation/