linux-malware-detect
linux-malware-detect copied to clipboard
Linux Malware Detection (LMD)
Maybe a consideration. I use maldetect with hookscan/mod_security to prove uploads. But my upload restrictions are much more straighter than for normal scans. But both uses same sigs. Thats my...
hi, i have added my hookscan method with the possibility of different custom sigs as feature wish under https://github.com/rfxn/linux-malware-detect/issues/244 could you please merge it in future with your actual 1.64...
The RSS feeds of recent signatures referenced in the README are not working. From section 4.1 of the README: --- .: 4.1 [ SIGNATURE UPDATES ] The LMD signatures are...
Could you convert the README to Markdown. It would be also readable in a terminal.
Hello guys, I have a weird problem with running maldet on HardenedBSD/FreeBSD. I installed with install.sh and did well. When add to /etc/crontab, maldet doesn't want to start and do...
Steps to reproduce the issue: Here's a directory that contains one file: ``` [root@host /home/sporks50/test]# ls -A /home/sporks50/test r57.php ``` Let's scan that directory! ``` [root@host /home/sporks50/test]# maldet -a /home/sporks50/test...
We were talking about standardized testing the other day, so I thought I would throw something together to help make it easier to be confident that things are functional across...
- better error output on log prunes when ed is not installed - look at alternatives to in-place log prunes without ed (in-place as in preserving the original inode)
I have added a small change so it adds the path for addon/subdomain in cpanel with path like /home/user/xyz . The current scan only takes care of path like /home/user/public_html/xyz
First go ahead with semaphores for LMD. Using GNU's parallel program (perl threads with file locking) we are able to parallelize the file scanning process which is the bottleneck in...