substring added (to support the new substring matching)

pull/18/head
Alexandre Dulaunoy 2017-01-18 12:12:10 +01:00
parent 04f4797f64
commit 5cce43035a
1 changed files with 3 additions and 2 deletions

View File

@ -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"
]
}