substring added (to support the new substring matching)
parent
04f4797f64
commit
5cce43035a
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue