linux poison RSS
linux poison Email

Linux Malware Detection - LMD

Linux Malware Detect (LMD) is a malware scanner for Linux released under the GNU GPLv2 license, that is designed around the threats faced in shared hosted environments. It uses threat data from network edge intrusion detection systems to extract malware that is actively being used in attacks and generates signatures for detection. In addition, threat data is also derived from user submissions with the LMD checkout feature and from malware community resources. The signatures that LMD uses are MD5 file hashes and HEX pattern matches, they are also easily exported to any number of detection tools such as ClamAV.

Linux Malware Detect (LMD) Features:
 * MD5 file hash detection for quick threat identification
 * HEX based pattern matching for identifying threat variants
 * statistical analysis component for detection of obfuscated threats (e.g: base64)
 * integrated detection of ClamAV to use as scanner engine for improved performance
 * integrated signature update feature with -u|–update
 * integrated version update feature with -d|–update-ver
 * scan-recent option to scan only files that have been added/changed in X days
 * scan-all option for full path based scanning
 * checkout option to upload suspected malware to rfxn.com for review / hashing
 * full reporting system to view current and previous scan results
 * quarantine queue that stores threats in a safe fashion with no permissions
 * quarantine batching option to quarantine the results of a current or past scans
 * quarantine restore option to restore files to original path, owner and perms
 * quarantine suspend account option to Cpanel suspend or shell revoke users
 * cleaner rules to attempt removal of malware injected strings
 * cleaner batching option to attempt cleaning of previous scan reports
 * cleaner rules to remove base64 and gzinflate(base64 injected malware
 * daily cron based scanning of all changes in last 24h in user homedirs
 * daily cron script compatible with stock RH style systems, Cpanel & Ensim
 * kernel based inotify real time file scanning of created/modified/moved files
 * kernel inotify monitor that can take path data from STDIN or FILE
 * kernel inotify monitor convenience feature to monitor system users
 * kernel inotify monitor can be restricted to a configurable user html root
 * kernel inotify monitor with dynamic sysctl limits for optimal performance
 * kernel inotify alerting through daily and/or optional weekly reports
 * e-mail alert reporting after every scan execution (manual & daily)
 * path, extension and signature based ignore options
 * background scanner option for unattended scan operations
 * verbose logging & output of all actions

Linux Malware Detect (LMD) Installation:
Open the terminal and type following command to download and install Linux Malware Detect (LMD):
wget http://www. rfxn .com/ downloads/maldetect-current.tar.gz
tar -xzvf maldetect-current.tar.gz
cd maldetect-*
sh install.sh
After running the install script, you will be provided with successful installation output, in this information some of the main configuration and usage related information's are provided.

Using Linux Malware Detect (LMD)
The configuration of LMD is handled through /usr/local/maldetect/conf.maldet and all options are well commented for ease of configuration.

Once LMD is installed it can be run through the 'maldet' command, the '--help' option gives a detailed summary of usage options:

Below command will scan all users home dir for the malware:
maldet --scan-all /home 
The cronjob installed by LMD is located at /etc/cron.daily/maldet and is used to perform a daily update of signatures, keep the session, temp and quarantine data to no more than 14d old and run a daily scan of recent file system changes.




0 comments:

Post a Comment

Related Posts with Thumbnails