summaryrefslogtreecommitdiff
path: root/malwares.yara
diff options
context:
space:
mode:
authorjvoisin2015-07-09 14:22:38 +0200
committerjvoisin2015-07-09 14:22:38 +0200
commitec29d8800be56d53a6e1e1e12161caf3bd679b9f (patch)
tree7c86034940705273b04ac3a4cf95b522996a6e24 /malwares.yara
parent640a4de4dde0b4054830182b920c08083d764fd9 (diff)
Add some Magento whitelists
Diffstat (limited to 'malwares.yara')
-rw-r--r--malwares.yara2
1 files changed, 1 insertions, 1 deletions
diff --git a/malwares.yara b/malwares.yara
index 1126efb..9e962f0 100644
--- a/malwares.yara
+++ b/malwares.yara
@@ -187,7 +187,7 @@ rule DodgyStrings
187 $asp = "scripting.filesystemobject" nocase 187 $asp = "scripting.filesystemobject" nocase
188 188
189 condition: 189 condition:
190 IRC or 2 of them 190 IRC or 2 of them and not IsWhitelisted
191} 191}
192 192
193rule Websites 193rule Websites