diff options
| author | jvoisin | 2015-07-13 09:44:15 +0200 |
|---|---|---|
| committer | jvoisin | 2015-07-13 09:44:15 +0200 |
| commit | 169d7dc344230ea0afafa2af4d81b11b327ccec0 (patch) | |
| tree | d7fb5e1c65e1ee1748a5563d0c388e2b79d75485 | |
| parent | 7df2e61345e54a5fefedf1286112f46c54f83308 (diff) | |
Add Magento 1.9.2.0 in whitelist
| -rw-r--r-- | whitelist.yara | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/whitelist.yara b/whitelist.yara index 6d5fdb8..cadb7ab 100644 --- a/whitelist.yara +++ b/whitelist.yara | |||
| @@ -28,6 +28,10 @@ private rule Prestashop : ECommerce | |||
| 28 | private rule Magento : ECommerce | 28 | private rule Magento : ECommerce |
| 29 | { | 29 | { |
| 30 | condition: | 30 | condition: |
| 31 | /* Magento 1.9.2.0 */ | ||
| 32 | hash.sha1(0, filesize) == "4fa9deecb5a49b0d5b1f88a8730ce20a262386f7" or // lib/Zend/Session.php | ||
| 33 | hash.sha1(0, filesize) == "f214646051f5376475d06ef50fe1e5634285ba1b" or // app/code/core/Mage/Adminhtml/Model/Url.php | ||
| 34 | |||
| 31 | /* Magento 1.7.0.2 */ | 35 | /* Magento 1.7.0.2 */ |
| 32 | hash.sha1(0, filesize) == "f46cf6fd47e60e77089d94cca5b89d19458987ca" or // lib/Zend/Session.php | 36 | hash.sha1(0, filesize) == "f46cf6fd47e60e77089d94cca5b89d19458987ca" or // lib/Zend/Session.php |
| 33 | hash.sha1(0, filesize) == "ffb3e46c87e173b1960e50f771954ebb1efda66e" or // lib/Zend/Ldap/Converter.php | 37 | hash.sha1(0, filesize) == "ffb3e46c87e173b1960e50f771954ebb1efda66e" or // lib/Zend/Ldap/Converter.php |
