Yesterday I found out about the existence of the Backdoor.Linux.Gafgyt.A trojan backdoor.
I did run chkrootkit vs 0.49 and rkhunter 1.40. But surprisingly in the logs, I could not see these programs had this quite new backdoor in their database.
So what is the best way to find out if my computer has no backdoor?
find . -type f -name '*' -exec md5sum {} \;and then grep the output for the known md5sum. Honestly it would be simpler to use the trial software. – Elder Geek Jun 11 '15 at 01:50