identd
Identd is a network service that provides identification of the user associated with a TCP connection. It implements the IDENT protocol, defined in RFC 1413, and typically listens on TCP port 113. When a client connects to port 113 and sends a query containing the two port numbers describing the connection, the identd attempts to determine the user responsible for that connection and returns a line with the result. The service has historically been used by servers such as IRC networks and mail servers to verify the identity of a connecting user, but its importance has declined in modern networks due to privacy concerns and reliability issues.
How identd works: A client connects to the server’s port 113 and sends a request that includes
Implementation and deployment: On Unix-like systems, identd is often provided by a daemon that runs under inetd/xinetd
Security and privacy: The IDENT protocol can disclose userNames, making it attractive for information harvesting or