Open ports on Azure Service Bus

╄→гoц情女王★ 提交于 2020-01-06 07:42:07

问题


What are the following open ports for on Azure Service Bus?

  • 8443 (is this for the Management API?)
  • 17000
  • 17007
  • 18000
  • 18007
  • 19000
  • 19007

I can find documentation on other port such as 9350-9354, 5671, 5672, etc., but not ones on the list above. I need to document these for a penetration test on a project.

Regards, Morten

UPDATE: Below is a screenshot of the NMap scan of a Service Bus endpoint


回答1:


Azure Service Bus is using two default ports: 443 (HTTPS) for management operations and fail-over if TCP port 5671 is not available. TCP port is used by default for transport operations. Management operations are HTTP based. Additional TCP ports are 9350 to 9354. See documentation here and here.



来源:https://stackoverflow.com/questions/50734498/open-ports-on-azure-service-bus

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!