KSC Open API
Kaspersky Security Center API description
Windows Network Host Type enum

List of possible types of network hosts in Windows network is presented below. For *NIX systems flag CT_SERVER_UNIX is set with one of CT_SERVER_FREEBSD or CT_SERVER_LINUX.

The following host types are possible:

  • 0 - CT_UNKNOWN
  • 0x00000001 - CT_WORKSTATION (Service 'Workstation' is present)
  • 0x00000002 - CT_SERVER (Service 'Server' is present)
  • 0x00000004 - CT_SQLSERVER (SQL Server is installed)
  • 0x00000008 - CT_DOMAIN_CTRL (Primary domain controller)
  • 0x00000010 - CT_DOMAIN_BAKCTRL (Backup domain controller)
  • 0x00000020 - CT_TIME_SOURCE
  • 0x00000040 - CT_AFP
  • 0x00000080 - CT_NOVELL
  • 0x00000100 - CT_DOMAIN_MEMBER
  • 0x00000200 - CT_PRINTQ_SERVER
  • 0x00000400 - CT_DIALIN_SERVER
  • 0x00000800 - CT_XENIX_SERVER
  • 0x00000800 - CT_SERVER_UNIX (equal to CT_SERVER_UNIX)
  • 0x00001000 - CT_NT
  • 0x00002000 - CT_WFW
  • 0x00002000 - CT_SERVER_FREEBSD (equal to CT_WFW)
  • 0x00004000 - CT_SERVER_MFPN
  • 0x00008000 - CT_SERVER_NT (Windows Server Operating System)
  • 0x00010000 - CT_POTENTIAL_BROWSER
  • 0x00020000 - CT_BACKUP_BROWSER
  • 0x00040000 - CT_MASTER_BROWSER
  • 0x00080000 - CT_DOMAIN_MASTER
  • 0x00100000 - CT_SERVER_OSF
  • 0x00200000 - CT_SERVER_VMS
  • 0x00200000 - CT_SERVER_LINUX (equal to CT_SERVER_VMS)
  • 0x00400000 - CT_WINDOWS (Windows 95 and above)
  • 0x00800000 - CT_DFS (Root of a DFS tree)
  • 0x01000000 - CT_CLUSTER_NT (NT Cluster)
  • 0x10000000 - CT_DCE (IBM DSS (Directory and Security Services) or equivalent)
  • 0x20000000 - CT_ALTERNATE_XPORT (Return list for alternate transport)
  • 0x40000000 - CT_LOCAL_LIST_ONLY (Return local list only)
  • 0x80000000 - CT_DOMAIN_ENUM
  • 0xFFFFFFFF - CT_ALL (Handy for NetServerEnum2)
See also: