From Fedora Project Wiki

(Created page with '{{QA/Test_Case |description=This test case tests the ability of Rkhunter to scan a host for rootkits and anomalies. |setup= # Ensure the {{package|rkhunter}} package is installed...')
 
(use command parser)
Line 4: Line 4:
# Ensure the {{package|rkhunter}} package is installed.
# Ensure the {{package|rkhunter}} package is installed.
|actions=  
|actions=  
# Update Rkhunter data: '''rkhunter --update'''
# Update Rkhunter data: {{command |rkhunter --update}}
# Check for rootkits: '''rkhunter --check'''
# Check for rootkits: {{command |rkhunter --check}}
|results=
|results=
# You should see Rkhunter results.
# You should see Rkhunter results.
# Double-check the results in the Rkhunter logs, located in '''/var/log/rkhunter/rkhunter.log'''
# Double-check the results in the Rkhunter logs: {{command |/var/log/rkhunter/rkhunter.log}}
}}
}}


[[Category:Test Cases]]
[[Category:Test Cases]]
[[Category:Security Lab]]
[[Category:Security Lab]]

Revision as of 21:40, 28 May 2011

Description

This test case tests the ability of Rkhunter to scan a host for rootkits and anomalies.

Setup

  1. Ensure the Package-x-generic-16.pngrkhunter package is installed.

How to test

  1. Update Rkhunter data: rkhunter --update
  2. Check for rootkits: rkhunter --check

Expected Results

  1. You should see Rkhunter results.
  2. Double-check the results in the Rkhunter logs: /var/log/rkhunter/rkhunter.log