diff options
| author | jvoisin | 2015-07-10 14:03:04 +0200 |
|---|---|---|
| committer | jvoisin | 2015-07-10 14:03:04 +0200 |
| commit | 46f90a461a07adce692def18be751b800c15dc12 (patch) | |
| tree | 67e2f0b726a54fca2124f7a7808ecea9ffde5693 | |
| parent | e964f0ba03798f4626e0c5552c0c390aabd3bbd5 (diff) | |
Whitelist also works for keywords
| -rw-r--r-- | malwares.yara | 2 |
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 | } |
