OSSEC on Ubuntu 16

OSSEC is a HIDS (Host-based Intrusion Detection System) that can perform real-time logfile analysis, rootkit detection, file integrity checking, and notification. Resources: The home page, documentation, and current code. OSSEC works by assembling a “safe” profile of your system and then continuously checking files and processes for deviation from this profile. In particular, for a […]

Loading

Read More

rkhunter on Ubuntu

This article details how to install and use rkhunter, the Rootkit Hunter anti-rootkit utility, on Ubuntu Server 16.04. Install and Update rkhunter root@ubuntu:/# apt-cache madison rkhunter rkhunter | 1.4.2-5 | http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages rkhunter | 1.4.2-5 | http://us.archive.ubuntu.com/ubuntu xenial/universe i386 Packages root@ubuntu:/# apt-get install rkhunter root@ubuntu:/# rkhunter –versioncheck [ Rootkit Hunter version 1.4.2 ] […]

Loading

Read More