confirmation of port realted OS

Wintel Support 0 Reputation points
2026-09-15T06:36:38.5466667+00:00

Kindly confirm is this ports related OS .

S.No Port State Service
S.No Port State Service
1 80/tcp open http
2 1002/tcp open windows-icfw
3 1801/tcp open msmq
4 2103/tcp open zephyr-clt
5 2105/tcp open eklogin
6 2107/tcp open msmq-mgmt
7 2738/tcp open ndl-tcp-ois-gw
8 3389/tcp open ms-wbt-server
9 4118/tcp open netscript
10 4750/tcp open ssad
11 5114/tcp open ev-services
12 5985/tcp open wsman
13 7937/tcp open nsrexecd
14 7938/tcp open lgtomapper
15 8901/tcp open jmb-cdsd2
16 9015/tcp open unknown
17 9151/tcp open unknown
18 9173/tcp open unknown
19 9174/tcp open unknown
20 9181/tcp open unknown
21 9604/tcp open unknown
22 47001/tcp open winrm
Windows for business | Windows Server | Networking | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Hoang Le 5,550 Reputation points Independent Advisor
    2026-09-15T07:30:09.2833333+00:00

    Hello,

    Yes, most of the ports you listed are indeed related to Windows operating systems and their associated services. Let me break this down clearly:

    • 80/tcp (http), 3389/tcp (ms-wbt-server, RDP), 5985/tcp (WSMan), and 47001/tcp (WinRM) are standard Windows services. These are directly tied to IIS web services, Remote Desktop, and Windows Remote Management.
    • 1002/tcp (windows-icfw) is a Windows-specific port used historically by Internet Connection Firewall.
    • 1801/tcp and 2107/tcp are Microsoft Message Queuing (MSMQ) ports, which are Windows components.
    • 7937/tcp and 7938/tcp are EMC NetWorker backup services, not native to Windows but often deployed on Windows servers.
    • Ports like 2103/tcp (zephyr-clt), 2105/tcp (eklogin), 2738/tcp (ndl-tcp-ois-gw), 4118/tcp (netscript), 4750/tcp (ssad), 5114/tcp (ev-services), and the higher range (8901, 9015, 9151, 9173, 9174, 9181, 9604) are not standard Windows OS ports. These are either third-party applications or custom services running on the system.

    So to confirm: the majority of the critical ports here (80, 1002, 1801, 2107, 3389, 5985, 47001) are Windows OS-related. The rest are application-specific and not part of the base OS. If your concern is whether this list indicates a Windows host, the answer is yes - the presence of RDP (3389), WinRM (5985/47001), and MSMQ strongly confirms it’s a Windows system.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    HL.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-09-15T06:36:54.37+00:00

    From the ports shown, these are the ones explicitly identified as Windows OS or Windows service related in the provided documentation:

    • 1801/TCPMSMQ / Message Queuing
    • 2103/TCPMSMQ-RPC / Message Queuing
    • 2105/TCPMSMQ-RPC / Message Queuing
    • 2107/TCPMSMQ-Mgmt / Message Queuing
    • 3389/TCPms-wbt-server / Remote Desktop Services port name is shown in the port list as ms-wbt-server
    • 47001/TCPWinRM

    Also listed in the Windows service port documentation:

    • 80/TCP — used for HTTP by Windows services in some scenarios, but this port is not OS-exclusive

    The remaining ports in the list are not confirmed as Windows OS-related from the provided documentation:

    • 1002/TCP
    • 2738/TCP
    • 4118/TCP
    • 4750/TCP
    • 5114/TCP
    • 5985/TCP
    • 7937/TCP
    • 7938/TCP
    • 8901/TCP
    • 9015/TCP
    • 9151/TCP
    • 9173/TCP
    • 9174/TCP
    • 9181/TCP
    • 9604/TCP

    If the goal is to verify which process is actually listening on any of these ports on a Windows server, use:

    netstat -ano
    

    Then match the PID in Task Manager to identify the program using the port.


    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.