linux-malware-detect
linux-malware-detect copied to clipboard
Linux Malware Detection (LMD)
When malware hits > 1, maldet exits with exit code 2. I think using a dedicated exit code would be useful, so that hooks don't have to grep the output...
Hello, First thank you for maldet, it's a great tool :) I just had a few questions about the maldet monitoring service. We use maldet on our shared web servers...
Would like to see a more mature installation process such as a `ppa` or `rpm`/`deb` files. Downloading the tgz is not really indicative of modern automation practices.
In our environments, we remote log everything from our webservers since they are dynamic. Is it possible to have maldetect on a central syslog server read the logs for inotify...
We have been using maldetect on all of our CentOS 7 servers for many years, but recently enabled inotify support on several of the servers for use with another tool...
I am using Maldet+Clamav+Inotify with monitor mode in a shared directory on Samba, when I put a malware with no whitespace on name, Maldet can scan and move the file...
Can you add Bitrix support in cron.daily. Something like this: elif [ -d "/opt/webdir" ] && [ -d "/etc/nginx/bx" ]; then # Bitrix $inspath/maldet -b -r /home/bitrix/www/,/home/bitrix/ext_www/?/ $scan_days >> /dev/null...
The files https://www.rfxn.com/downloads/rfxn.ndb.md5 https://www.rfxn.com/downloads/rfxn.hdb.md5 https://www.rfxn.com/downloads/rfxn.yara.md5 do not appear to be updated any more when the db files are updated. The last-modified HTTP header indicates that the md5 files have not...
Hi, after executing '`sudo maldet -a /`' ``` LMD provides the following report: HOST: foo.bar.baz SCAN ID: 210117-2223.1145531 STARTED: Jan 17 2021 22:23:26 +0000 COMPLETED: Jan 18 2021 22:01:12 +0000...
Hello, I'm using both slack and telegram to receive reports I think there are many people have the same demand I created this pull request to do it