LinTut

Easy Rootkit hunter installation in RHEL/CentOS and Fedora linux

rootkit hunter installation

rootkit hunter installation

Rootkit Hunter (rkhunter) is a Unix-based tool that scans for rootkitsbackdoors and possible local exploits. It does this by comparing SHA-1 hashes of important files with known good ones in online database as well as:

[box type=”info” align=”aligncenter” ]In this article we will show you how to install Rootkit Hunter (rkhunter) in RHEL/CentOS 5.9/6.0/6.1/6.2/6.3/6.4/6.5/, Fedora 16/17/18/19/20 linux and example usages.[/box]

Install Rootkit Hunter on RHEL/CentOS and Fedora

To install rkhunter on Fedora 16/17/18/19/20 enter following command:

# yum install rkhunter -y

To install rkhunter on RHEL/CentOS 6.1/6.2/6.3/6.4/6.5, first install RpmForge repository on your system and then use yum command:

# yum install rkhunter -y

Rotkit Hunter update

Run the rkhunter updater by issuing the following command.

# /usr/local/bin/rkhunter --update
# /usr/local/bin/rkhunter --propupd
Rootkit Hunter update

Rootkit Hunter manual scan

You can initiate a manual scan by issuing the following command:

# sudo rkhunter -c

Once rkhunter is initiated, it will go ahead and run a series of tests as follows:

Rootkit Hunter manual scanning

Once scanning is completed, rkhunter stores the result in /var/log/rkhunter.log. You can check for any warning as follows.

# sudo grep Warning /var/log/rkhunter.log
Check Rootkit Hunter log

For more information and options run the following command.

# rkhunter --help
Exit mobile version