chg: allow multiple domains too fix #108

pull/111/head
Alexandre Dulaunoy 2018-07-20 10:12:09 +02:00
parent 6bfa279701
commit 9a72b53923
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 2 deletions

View File

@ -30,7 +30,8 @@
"External analysis" "External analysis"
], ],
"ui-priority": 1, "ui-priority": 1,
"misp-attribute": "domain" "misp-attribute": "domain",
"multiple": true
}, },
"ip": { "ip": {
"description": "IP Address", "description": "IP Address",
@ -43,7 +44,7 @@
"multiple": true "multiple": true
} }
}, },
"version": 5, "version": 6,
"description": "A domain and IP address seen as a tuple in a specific time frame.", "description": "A domain and IP address seen as a tuple in a specific time frame.",
"meta-category": "network", "meta-category": "network",
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734", "uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",