Network enumeration: Difference between revisions

Content deleted Content added
Link to correct page: ZMap (software)
salsabila ashila
Tags: Visual edit Mobile edit Mobile web edit
Line 1:
{{short description|Computing activity}}
'''Network enumeration''' is a computing activity in which [[username]]s and info on groups, shares, and services of [[computer network|networked computers]] are retrieved. It should not be confused with [[network mapping|netw]]

[[network mapping|ork mapping]], which only retrieves information about which [[server (computing)|servers]] are connected to a specific network and what [[operating system]] runs on them.
Network enumeration is the discovery of [[Host (network)|hosts]] or devices on a [[Computer network|network]]. Network enumeration tends to use overt discovery protocols such as [[Internet Control Message Protocol|ICMP]] and [[Simple Network Management Protocol|SNMP]] to gather information. It may also scan various ports on remote hosts for looking for well known services in an attempt to further identify the function of a remote host. The next stage of enumeration is to [[TCP/IP stack fingerprinting|fingerprint]] the [[operating system]] of the remote host.