Skip to content

Instantly share code, notes, and snippets.

@leommoore
Last active December 20, 2015 12:48
Show Gist options
  • Select an option

  • Save leommoore/6133516 to your computer and use it in GitHub Desktop.

Select an option

Save leommoore/6133516 to your computer and use it in GitHub Desktop.
Linux Rootkit Security

#Linux Rootkit Security

It is important to use a rootkit checker to ensure that you system is not compromised. These work by looking for code sequences from known rootkits and comparing various files against MD5 checksums when the system is known to be clean (ie after initial installation).

Two such programs are:

These should be run regularly, preferably from Cron. It also helps to run them when the computer is online so that they can automatically update their database of known rootkits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment