This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:security:detect_root_logins [2013/03/22 13:05] gcooper created |
computing:security:detect_root_logins [2014/02/07 12:37] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Root Login Detection ====== | ====== Root Login Detection ====== | ||
+ | |||
+ | http:// | ||
===== Linux ===== | ===== Linux ===== | ||
- | You can use these commands to check your Linux server for root logins. You cannot trust these commands to definitively show that your server has not been cracked as careful crackers may manipulate the output shown. | + | You can use these commands to check your Linux server for root logins. You cannot trust these commands to definitively show that your server has not been hacked or cracked as careful crackers may manipulate the output shown. |
==== Check a Linux Server for Root Logins ==== | ==== Check a Linux Server for Root Logins ==== | ||
Line 42: | Line 44: | ||
whois domain.com | whois domain.com | ||
</ | </ | ||
+ | |||
+ | ==== Linux Malware Detect ==== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | http:// | ||
+ | |||
+ | ==== Root Kit Hunter ==== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | http:// | ||
+ | |||
+ | http:// | ||
+ | |||
+ | < | ||
+ | yum install rkhunter | ||
+ | |||
+ | rkhunter --update | ||
+ | rkhunter --propupd | ||
+ | rkhunter --help | ||
+ | rkhunter --check | ||
+ | </ | ||
+ | |||
+ | |||