I ran the command
And found an unknow ip address with an established connection on port 22 as below
The server remains unchanged with nothing to suggest anything malicious has been done.
To establish such a connection one would need the admin password thus would mean the server has been hacked into. Is there an alternative explanation to the above established connection.
Thanks.
netstat -an | grep "ESTABLISHED"And found an unknow ip address with an established connection on port 22 as below
Code:
netstat -an | grep "ESTABLISHED"
tcp4 0 656 hostipaddress hackeripaddress.46715 ESTABLISHED
The server remains unchanged with nothing to suggest anything malicious has been done.
To establish such a connection one would need the admin password thus would mean the server has been hacked into. Is there an alternative explanation to the above established connection.
Thanks.