Merge pull request #98 from liviuvalsan/domain_ips

Make sure that matching attributes are consistent for lists that include domains
pull/100/head
Alexandre Dulaunoy 2019-03-16 09:06:24 +01:00 committed by GitHub
commit 61e9ad96f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
],