diff options
| author | ahpnils | 2015-08-28 14:06:14 +0200 |
|---|---|---|
| committer | ahpnils | 2015-08-28 14:06:14 +0200 |
| commit | 3a34bbb3d0b45a1e75e59f84761c0fc1a425a0ac (patch) | |
| tree | 3b6a996ec9be12833d92189d46a9b2081f5bfe62 | |
| parent | 1cabf5d265cd4c4139cd679cc212d6ead845081a (diff) | |
Add whitelist for Dotclear 2.8.0
| -rw-r--r-- | whitelist.yara | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/whitelist.yara b/whitelist.yara index cadb7ab..858860d 100644 --- a/whitelist.yara +++ b/whitelist.yara | |||
| @@ -84,6 +84,10 @@ private rule Concrete5 | |||
| 84 | private rule Dotclear : Blog | 84 | private rule Dotclear : Blog |
| 85 | { | 85 | { |
| 86 | condition: | 86 | condition: |
| 87 | /* dotclear 2.8.0 */ | ||
| 88 | hash.sha1(0, filesize) == "c732d2d54a80250fb8b51d4dddb74d05a59cee2e" or // inc/public/class.dc.template.php | ||
| 89 | hash.sha1(0, filesize) == "cc494f7f4044b5a3361281e27f2f7bb8952b8964" or // inc/core/class.dc.modules.php | ||
| 90 | |||
| 87 | /* dotclear 2.7.5 */ | 91 | /* dotclear 2.7.5 */ |
| 88 | hash.sha1(0, filesize) == "192126b08c40c5ca086b5e4d7433e982f708baf3" or // inc/public/class.dc.template.php | 92 | hash.sha1(0, filesize) == "192126b08c40c5ca086b5e4d7433e982f708baf3" or // inc/public/class.dc.template.php |
| 89 | hash.sha1(0, filesize) == "51e6810ccd3773e2bd453e97ccf16059551bae08" or // inc/libs/clearbricks/common/lib.date.php | 93 | hash.sha1(0, filesize) == "51e6810ccd3773e2bd453e97ccf16059551bae08" or // inc/libs/clearbricks/common/lib.date.php |
