Network enumeration: Difference between revisions

Content deleted Content added
m clean up using AWB (9709)
You can help. Repaired link to the disambiguation page, Network. Also some copy editing.
Line 1:
'''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]], which only retrieves information about which [[server (computing)|servers]] are connected to a specific network and what [[operating system]] run on them.
Network Enumeration is the discovery of [[host]]s/devices on a [[Computer network|network]], they tend to use overt discovery protocols such as [[ICMP]] and [[SNMP]] to gather information, they 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 [[fingerprint]] the [[Operating System]] of the remote host.
 
== Software ==
A '''network enumerator''' or '''network scanner''' is a [[computer program]] used to retrieve usernames and info on groups, shares, and services of networked computers. This type of program scans networks for vulnerabilities in the security of that network. If there is a vulnerability with the security of the network, it will send a report back to a [[hacker (computer security)|hacker]] who may use this info to exploit that network glitch to gain entry to the network or for other malicious activities. Ethical hackers often also use the information to remove the glitches and strengthen their network.
 
Malicious (or "[[Black hat hacking|black-hat]]") hackers can, on entry of the network, get to security-sensitive information or corrupt the network making it useless. If this network belonged to a company which used this network on a regular basis, the company would lose the function to send information internally to other departments.