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...') |
(categorize correctly) |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
# Ensure the {{package|rkhunter}} package is installed. | # Ensure the {{package|rkhunter}} package is installed. | ||
|actions= | |actions= | ||
# Update Rkhunter data: | # Update Rkhunter data: {{command |rkhunter --update}} | ||
# Check for rootkits: | # 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 | # Double-check the results in the Rkhunter logs: {{command |/var/log/rkhunter/rkhunter.log}} | ||
}} | }} | ||
[[Category: | [[Category:Package_rkhunter_test_cases]] | ||
[[Category:Security Lab]] | [[Category:Security Lab]] |
Latest revision as of 18:38, 31 May 2011
Description
This test case tests the ability of Rkhunter to scan a host for rootkits and anomalies.
Setup
- Ensure the
rkhunter
package is installed.
How to test
- Update Rkhunter data:
rkhunter --update
- Check for rootkits:
rkhunter --check
Expected Results
- You should see Rkhunter results.
- Double-check the results in the Rkhunter logs:
/var/log/rkhunter/rkhunter.log