Linux Software & Blog
- Upgrade CentOS 4.8 to 5.x (32bit) (47)
- Linux Malware Detectection (11)
- Linux Malware Detect: 2 Years Strong (10)
- Happy Birthday APF: 8 Years Strong (7)
- Nginx: Caching Proxy (7)
- LMD: One Year Later (7)
- Data Integrity: AIDE for Host Based Intrusion Detection (5)
- ATA Over Ethernet: As an Alternative (5)
- BFD 1.4: Important Security Fix (4)
- Better Late Than Never: Linux Malware Detect 1.3 (3)
- Mikkie: As for the problem with Modsec 2.7, it seems this can be workaround by appending an unused Action...
- Mikkie: Maldet has been awesome so far, and we have been using it together with Modsecurity. However,...
- Ryan M.: maldet -c /path/to/file
- Awais Zaib: How do i send malicious script signature to you that is not detected by maldet ?
- Ryan M.: In the file /usr/local/maldetect/internals.conf, change the line that...
- Glenn: I've run into a small problem like I can see many others have. When running: maldet -m...
- james o: Thanks for an awesome malware detection solution!
- Brandon: Hi Ryan, When running maldet in ionotify mode, it writes an empty file named "0" in the directory...
Donation Roll
2/22/2013 Senol ERDOGAN $5
2/13/2013 Steve Thompson $10
2/12/2013 Conor Moran $50
2/11/2013 Hennings Bitsch $30
2/8/2013 Viewdale Holdings $50
More...
LMD Malware Updates- gzbase64.inject.unclassed.792.MD5
Mon, 03 Jun 2013 04:00:20 UTC - gzbase64.inject.unclassed.1185.MD5
Mon, 03 Jun 2013 04:00:16 UTC - perl.ircbot.Arabhack.1792.MD5
Mon, 03 Jun 2013 04:00:15 UTC - php.cmdshell.r57.4571.MD5
Mon, 03 Jun 2013 04:00:14 UTC - php.cmdshell.mic22.4153.MD5
Mon, 03 Jun 2013 04:00:14 UTC - perl.ircbot.karawan.2793.MD5
Mon, 03 Jun 2013 04:00:14 UTC - php.ircbot.pbot.8038.MD5
Mon, 03 Jun 2013 04:00:09 UTC - php.nested.base64.8605.MD5
Mon, 03 Jun 2013 04:00:09 UTC - php.ircbot.pbot.8125.MD5
Mon, 03 Jun 2013 04:00:08 UTC - php.ircbot.pbot.7716.MD5
Mon, 03 Jun 2013 04:00:06 UTC
- gzbase64.inject.unclassed.792.MD5

about 1 year ago
another error report, cronjob (affects bfd, too).
Oct 30 21:14:01 host /usr/sbin/cron[1585]: (*system*bfd) ERROR (Syntax error, this crontab file will be ignored)
The version of cron shipped with debian and ubuntu seems to have problems with the assignment of the SHELL and MAILTO variables.
SHELL=/bin/bash -> does not work
SHELL=”/bin/sh” -> works
Thanks for you efforts!
about 1 year ago
Installed on Debian Squeeze, LSM keeps throwing errors:
sh install.sh
.: LSM installed
Install path: /usr/local/lsm
Config path: /usr/local/lsm/conf.lsm
Executable path: /usr/local/sbin/lsm
LSM version 0.6
Copyright (C) 2004, R-fx Networks
2004, Ryan MacDonald
This program may be freely redistributed under the terms of the GNU GPL
[: 186: 0.0.0.0:2299: unexpected operator
[: 186: 0.0.0.0:9418: unexpected operator
[: 186: :::9418: unexpected operator
[: 186: 127.0.0.1:3306: unexpected operator
[: 186: 127.0.0.1:80: unexpected operator
generated base comparison files
Any ideas? System is IPv6 enabled. This is the output of "netstat -npl":
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:9418 0.0.0.0:* LISTEN 1866/git-daemon
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 1757/mysqld
tcp 0 0 127.0.0.1:80 0.0.0.0:* LISTEN 1533/apache2
tcp 0 0 0.0.0.0:2299 0.0.0.0:* LISTEN 16259/sshd
tcp6 0 0 :::9418 :::* LISTEN 1866/git-daemon
udp 0 0 178.79.188.15:123 0.0.0.0:* 1787/ntpd
udp 0 0 127.0.0.1:123 0.0.0.0:* 1787/ntpd
udp 0 0 0.0.0.0:123 0.0.0.0:* 1787/ntpd
udp 0 0 0.0.0.0:5353 0.0.0.0:* 1608/avahi-daemon:
udp 0 0 0.0.0.0:48088 0.0.0.0:* 1608/avahi-daemon:
udp6 0 0 :::123 :::* 1787/ntpd
Active UNIX domain sockets (only servers)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 4596 1596/dbus-daemon /var/run/dbus/system_bus_socket
unix 2 [ ACC ] STREAM LISTENING 3850 1608/avahi-daemon: /var/run/avahi-daemon/socket
unix 2 [ ACC ] STREAM LISTENING 4654 1757/mysqld /var/run/mysqld/mysqld.sock
unix 2 [ ACC ] STREAM LISTENING 50020 19824/clamd /var/run/clamav/clamd.ctl
about 2 years ago
It can be a local system account, or an email address. A local system account requires the proper mail services installed locally. I would recommend you set this to an email address.
about 2 years ago
Hi,
Great project, thanks!
Quick question. In the conf the USER setting. Is this meant for a user or an email address?
about 2 years ago
very nice software
i like it very much but i have a question that if i want to view the new generated comparison files with the help of lsm -g, how can i do that?????