Make sure that matching attributes are consistent for lists that include domains

pull/98/head
Liviu Valsan 2019-03-15 11:21:35 +01:00
parent 1e08ab9e2f
commit d0941e0418
3 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,8 @@
{
"matching_attributes": [
"hostname",
"domain"
"domain",
"domain|ip"
],
"description": "Event contains one or more entries from the top 1000 of the most used website (Alexa).",
"list": [

View File

@ -1,7 +1,8 @@
{
"matching_attributes": [
"hostname",
"domain"
"domain",
"domain|ip"
],
"description": "Event contains one or more entries from the top 1000 of the most used website (Cisco Umbrella).",
"list": [

View File

@ -2,6 +2,7 @@
"matching_attributes": [
"ip-src",
"ip-dst",
"domain",
"domain|ip",
"hostname"
],