Por segurança, você pode sempre tentar verificar rootkits, veja as respostas para esta questão no ServerFault sobre a verificação de seu computador para rootkits e software malicioso. Confira ferramentas como chkrootkit ou Rootkit Hunter para verificar os arquivos padrão usados pelos rootkits, permissões de arquivos erradas para binários, suspeitas de strings nos módulos LKM e KLD, arquivos ocultos, etc.
A propósito, apenas para sua informação, quando o computador não consegue acessar um servidor DHCP e a placa de rede não está configurada manualmente, ele pode usar um endereço local de link. A rede 169.254 / 16 é reservada para essa finalidade. De Wikipedia :
Another type of private networking uses the link-local address range codified in RFC 5735 and RFC 3927. The utility of these addresses is in self-autoconfiguration by network devices when Dynamic Host Configuration Protocol (DHCP) services are not available and manual configuration by a network administrator is not desirable.
In IPv4, the block 169.254/16 is reserved for this purpose, with the exception of the first and the last /24 subnet in the range. If a host on an IEEE 802 (ethernet) network cannot obtain a network address via DHCP, an address from 169.254.1.0 to 169.254.254.255 may be assigned pseudorandomly. The standard prescribes that address collisions must be handled gracefully. The IPv6 addressing architecture sets aside the block fe80::/10 for IP address autoconfiguration.