summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2015-07-10 14:03:04 +0200
committerjvoisin2015-07-10 14:03:04 +0200
commit46f90a461a07adce692def18be751b800c15dc12 (patch)
tree67e2f0b726a54fca2124f7a7808ecea9ffde5693
parente964f0ba03798f4626e0c5552c0c390aabd3bbd5 (diff)
Whitelist also works for keywords
-rw-r--r--malwares.yara2
1 files changed, 1 insertions, 1 deletions
diff --git a/malwares.yara b/malwares.yara
index 1707a0a..2aea966 100644
--- a/malwares.yara
+++ b/malwares.yara
@@ -214,5 +214,5 @@ rule Websites
214 $ = "locus7s.com" 214 $ = "locus7s.com"
215 215
216 condition: 216 condition:
217 any of them 217 any of them and not IsWhitelisted
218} 218}