mirror of https://github.com/MISP/misp-objects
Allow multiple domains and/or IP addresses per object
parent
196991c73f
commit
ef1bcc7067
|
@ -74,6 +74,7 @@
|
|||
"External analysis"
|
||||
],
|
||||
"ui-priority": 0,
|
||||
"multiple": true,
|
||||
"misp-attribute": "domain"
|
||||
},
|
||||
"comment": {
|
||||
|
@ -84,6 +85,7 @@
|
|||
"ip-address": {
|
||||
"description": "IP address of the whois entry",
|
||||
"ui-priority": 0,
|
||||
"multiple": true,
|
||||
"misp-attribute": "ip-src"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue