1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
nbs-phpmalwarefinder (0.3.2-1~deb##version+nbs20160728) wheezy; urgency=medium
* new upstream version :
- whitelists are now split into files, each for one CMS
- a custom whitelist is available for users to add their own
- a mass whitelist helper has been added
* Added the custom whitelist to conffiles to prevent package upgrade from
overwriting users modification.
-- jre <jre@nbs-system.com> Fri, 29 Jul 2016 09:47:56 +0200
nbs-phpmalwarefinder (0.3.1-1~deb##version+nbs20160519) wheezy; urgency=medium
* new upstream version :
- rules for visbot detection
- now detecting base64 encoded string USER_AGENT
- debian squeeze support dropped
- some false positives fixes
-- jre <jre@nbs-system.com> Thu, 19 May 2016 15:22:47 +0200
nbs-phpmalwarefinder (0.3.0-1~deb##version+nbs20160413) wheezy; urgency=medium
* rules files refactoring :
- php-malware-finder now comes with asp malware detection
- rules have been split in different files to avoid false positives
* The -l option allows language specific checks, for now only ASP and PHP
are supported.
* The -u option now allows to update rules without having to upgrade the
package.
-- jre <jre@nbs-system.com> Thu, 14 Apr 2016 16:04:14 +0200
nbs-phpmalwarefinder (0.2.2-1~deb##version+nbs20160215) wheezy; urgency=medium
* new rules : bad_php.yara to find bad coding practices
* malwares.yara now comes with posix_* functions detection, new hard-coded
strings as well as php:// filter
* The TooShort rule has been improved to reduce FP
-- jre <jre@nbs-system.com> Mon, 15 Feb 2016 15:48:06 +0100
nbs-phpmalwarefinder (0.2.1-1~deb##version+nbs20160201) wheezy; urgency=medium
* docroot-checker.sh added, helpful for both first and periodic security
scan.
-- jre <jre@nbs-system.com> Mon, 01 Feb 2016 11:08:08 +0100
nbs-phpmalwarefinder (0.2.0-2~deb##version+nbs20160128) wheezy; urgency=medium
* New detection rules added
-- sbl <sbl@nbs-system.com> Thu, 28 Jan 2016 14:58:45 +0200
nbs-phpmalwarefinder (0.2.0-1~deb##version+nbs20151009) wheezy; urgency=medium
* Now supports whitelist using yara hash function
* New detection rules added (tested against
https://github.com/tennc/webshell malware collection)
-- jre <jre@nbs-system.com> Fri, 09 Oct 2015 14:58:45 +0200
nbs-phpmalwarefinder (0.1.1-1~deb##version+nbs20150428) wheezy; urgency=medium
* new dependecy on util-linux since the script is using ionice
* postinst script added to create diff folder
-- jre <jre@nbs-system.com> Tue, 28 Apr 2015 15:07:12 +0200
nbs-phpmalwarefinder (0.1.1-1~deb##version+nbs20150414) wheezy; urgency=medium
* new signature to detect malware in footer and header
-- jre <jre@nbs-system.com> Tue, 14 Apr 2015 14:40:05 +0000
nbs-phpmalwarefinder (0.1) UNRELEASED; urgency=medium
* Initial release.
-- jvoisin <jvo@nbs-system.com> Tue, 24 Mar 2015 11:10:36 +0100
|