mirror of https://github.com/MISP/misp-objects
chg: allow multiple domains too fix #108
parent
6bfa279701
commit
9a72b53923
|
@ -30,7 +30,8 @@
|
|||
"External analysis"
|
||||
],
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "domain"
|
||||
"misp-attribute": "domain",
|
||||
"multiple": true
|
||||
},
|
||||
"ip": {
|
||||
"description": "IP Address",
|
||||
|
@ -43,7 +44,7 @@
|
|||
"multiple": true
|
||||
}
|
||||
},
|
||||
"version": 5,
|
||||
"version": 6,
|
||||
"description": "A domain and IP address seen as a tuple in a specific time frame.",
|
||||
"meta-category": "network",
|
||||
"uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",
|
||||
|
|
Loading…
Reference in New Issue