Results 1 to 1 of 1
-
15th Jun 2014, 01:44 PM #1
Rkhunter Installation
Rkhunter is a very useful tool that is used to check for trojans, rootkits, and other security problems. This tutorial will touch on installing and setting up a daily report for rkhunter.
Installing:
Code:wget -c http://downloads.rootkit.nl/rkhunter-1.1.1.tar.gz tar -zxvf rkhunter-1.1.1.tar.gz cd rkhunter-1.1.1 ./installer.sh
Code:/usr/local/bin/rkhunter -c
Code:pico /etc/cron.daily/rkhunter.sh
Code:#!/bin/bash (/usr/local/bin/rkhunter -c --cronjob 2>&1 | mail -s "Daily Rkhunter Scan Report" email@domain.com) chmod +x /etc/cron.daily/rkhunter.sh
False positives are warnings which indicates there is a problem, but aren't really a problem. Example: some Linux distro updated a few common used binaries like `ls` and `ps`. You (as a good sysadmin) update the new packages and run (ofcourse) daily Rootkit Hunter. Rootkit Hunter isn't yet aware of these new files and while scanning it resports some "bad" files. In this case we have a false positive. You could always have your datacenter or a system administrator check out the server to verify that it is not compromised.
More information on rkhunter can be found here: Rootkit | Security Tools and AdviceAreon Reviewed by Areon on . Rkhunter Installation Rkhunter is a very useful tool that is used to check for trojans, rootkits, and other security problems. This tutorial will touch on installing and setting up a daily report for rkhunter. Installing: wget -c http://downloads.rootkit.nl/rkhunter-1.1.1.tar.gz tar -zxvf rkhunter-1.1.1.tar.gz cd rkhunter-1.1.1 ./installer.sh Now you can run a test scan with the following command: Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
PHPBB3 Auto MOD(X) INstaller
By AGMaster in forum Webmaster ResourcesReplies: 1Last Post: 24th Jun 2008, 11:54 AM -
How To Install a vB Skin
By WrzBB in forum vBulletinReplies: 1Last Post: 12th Feb 2008, 10:49 AM -
Installing cPanel + WHM
By Lease in forum Technical and Security TutorialsReplies: 1Last Post: 11th Jan 2008, 12:14 AM -
Install multiple tomcat instances with cPanel x.xx
By Lease in forum Technical and Security TutorialsReplies: 0Last Post: 9th Jan 2008, 02:36 AM -
[VPS]Install and Configure a GUI on your (Linux)
By Lease in forum Technical and Security TutorialsReplies: 0Last Post: 9th Jan 2008, 02:23 AM
themaCreator - create posts from...
Version 3.22 released. Open older version (or...