From 5cce43035aba8cfef0b1f2736405b2723d9f0d4d Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 18 Jan 2017 12:12:10 +0100 Subject: [PATCH] substring added (to support the new substring matching) --- lists/alexa/list.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lists/alexa/list.json b/lists/alexa/list.json index 80321b0..7b0951c 100644 --- a/lists/alexa/list.json +++ b/lists/alexa/list.json @@ -1001,11 +1001,12 @@ "voyeurhit.com" ], "name": "Top 1000 website from Alexa", - "version": "20160528", + "version": "20170118", "description": "Event contains one or more entries from the top 1000 of the most used website (Alexa).", "matching_attributes": [ "hostname", "domain", - "domain|ip" + "domain|ip", + "substring" ] }