1. You are currently either unregistered (not logged in), or a visitor. Unregistered and/or unverified accounts can only see the basic public forums. We invite you to sign up to our new Community Forums to help fill it with useful content that may help others.

RSS How To Install Rkhunter

Discussion in 'Latest Blog Posts' started by WASD Hosting, Nov 9, 2013.

  1. WASD Hosting

    WASD Hosting New Member Member

    Joined:
    Nov 8, 2013
    Messages:
    15
    Likes Received:
    2
    Trophy Points:
    3
    [​IMG]
    If you are running a Web Server, Mail Server, Hosting Server or VPS Server and you need to provide security against rootkits, we recommend you to install Rkhunter. RKhunter is compatible with the most popular Hosting Control Panels like cPanel, Plesk, Direct Admin etc.

    Rootkit scanner is scanning tool that adds another layer of security to help clean your system of nasty tools.
    This tool scans for rootkits, backdoors and local exploits by running tests like:
    - MD5 hash compare
    - Look for default files used by rootkits
    - Wrong file permissions for binaries
    - Look for suspected strings in LKM and KLD modules
    - Look for hidden files
    - Optional scan within plaintext and binary files
    Rootkit Hunter is released as GPL licensed project and free for everyone to use.

    Install Rkhunter:



    wget http://downloads.rootkit.nl/rkhunter-1.2.7.tar.gz
    tar -zxvf rkhunter-1.2.7.tar.gz
    cd rkhunter-1.2.7
    ./installer.sh

    Update Rkhunter:

    rkhunter --update

    Run a Test Scan (help to prevent false positives):

    /usr/local/bin/rkhunter -c

    Setup a daily scan report:

    nano /etc/cron.daily/rkhunter.sh

    and add it:

    !/bin/bash
    (/usr/local/bin/rkhunter -c --cronjob 2>&1 mail -s "Daily Rkhunter Scan Report" email@domain.com)

    Change premissions:

    chmod +x /etc/cron.daily/rkhunter.sh

    The post How To Install Rkhunter appeared first on WASD HOSTING.

    Continue reading...

Share This Page