Posted Updated linuxa few seconds read (About 83 words) How to investigate on Linux
Some commands
Logs from SSH and others
1
| sudo cat /var/log/auth.log | grep failure
|
1
| sudo cat /var/log/auth.log | grep sshd
|
SSH keys directory
~/.ssh/authorized_keys
Check the bash history
Check the CPU usage
Diplay current connections
Networking connections
List last files modified
1
| sudo find /tmp -newermt "1 day ago" -ls
|
Check the crontab
Check the strings in the script
You need to set install_url to use ShareThis. Please set it in _config.yml.