From owner-freebsd-questions@freebsd.org Fri Feb 21 14:37:21 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2123E25F8C5 for ; Fri, 21 Feb 2020 14:37:21 +0000 (UTC) (envelope-from ozgur@kazancci.com) Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48PDZ75jLgz4L26 for ; Fri, 21 Feb 2020 14:37:19 +0000 (UTC) (envelope-from ozgur@kazancci.com) Received: from webmail.gandi.net (webmail21.sd4.0x35.net [10.200.201.21]) (Authenticated sender: ozgur@kazancci.com) by relay12.mail.gandi.net (Postfix) with ESMTPA id BACEC20000D for ; Fri, 21 Feb 2020 14:37:15 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Fri, 21 Feb 2020 17:37:15 +0300 From: =?UTF-8?Q?=C3=96zg=C3=BCr_Kazancci?= To: FreeBSD Subject: FreeBSD equivalent of LMD/Linux Malware Detect? Message-ID: <7e2b46d9fd477722ae145abda20ce4e9@kazancci.com> X-Sender: ozgur@kazancci.com User-Agent: Roundcube Webmail/1.3.8 X-Rspamd-Queue-Id: 48PDZ75jLgz4L26 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of ozgur@kazancci.com designates 217.70.178.232 as permitted sender) smtp.mailfrom=ozgur@kazancci.com X-Spamd-Result: default: False [-2.49 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:217.70.178.192/26]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; DMARC_NA(0.00)[kazancci.com]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_TRACE(0.00)[0:+]; TO_DN_ALL(0.00)[]; RCVD_TLS_LAST(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[232.178.70.217.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:29169, ipnet:217.70.176.0/20, country:FR]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-1.10)[ip: (-2.64), ipnet: 217.70.176.0/20(-1.57), asn: 29169(-1.27), country: FR(0.00)]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2020 14:37:21 -0000 Has anyone ever come across a FreeBSD equivalent of (or any similar tool to) Linux Malware Detect, a.k.a. lmd? https://www.rfxn.com/projects/linux-malware-detect/ https://github.com/rfxn/linux-malware-detect It *somehow* works on FreeBSD 10/11, but not on 12 at all. I need to scan *regularly* php-shell scripts/php malwares (and any other skript-kiddies stuff) on a public web server. I'd be much grateful to any related suggestions as well. Thanks in advance for any ideas, Özgür Kazancci