Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
chkrootkit

chkrootkit (Check Rootkit) is a Unix-based program intended to help system administrators check their system for local signs of known rootkits. It is a shell script using common UNIX/Linux tools like the strings and grep commands to search core system programs for signatures and for comparing a traversal of the /proc filesystem with the output of the ps (process status) command to look for discrepancies.

It can be used from a rescue disc (typically a live CD) or it can optionally use an alternative directory from which to run all of its own commands. These techniques allow chkrootkit to trust the commands upon which it depends a bit more.

There are inherent limitations to the reliability of any program that attempts to detect compromises (such as rootkits and computer viruses). Newer rootkits may specifically attempt to detect and compromise copies of the chkrootkit programs or take other measures to evade detection by them.

Related Image Collections Add Image
We don't have any YouTube videos related to chkrootkit yet.
We don't have any PDF documents related to chkrootkit yet.
We don't have any Books related to chkrootkit yet.
We don't have any archived web articles related to chkrootkit yet.

See also

References

  1. Emms, Steve (2023-11-05). "chkrootkit - locally checks for signs of a rootkit". LinuxLinks. Retrieved 2025-03-13. https://www.linuxlinks.com/chkrootkit/