The service port of IBM AIX's Network Installation Management master — where the nimesis daemon takes client requests.
IANA registers 1058 as nim, and on IBM AIX this is the well-known service port of Network Installation Management, the framework that installs and maintains AIX systems over the network. The nimesis daemon runs on the NIM master, listens on 1058, accepts a client connection, verifies the originator and acknowledges it; NIM clients report installation status back to the master here. IBM's firewall guidance for NIM lists 1058-1059 alongside bootp (67-68), tftp (69), NFS (2049), portmapper (111) and the rsh family. Seeing it open means you have found an AIX NIM master, which by design can push an operating system onto other machines.
Do not expose
A NIM master is an OS-provisioning control plane whose classic trust model is rsh-based host trust; it belongs on a management network, never on a public interface.
$ nc -vz TARGET 1058Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.
Get Beige Box →also available as JSON · Markdown
Corrections or a missing port? Reply @rimrocksystems.