Merge pull request #97 from StefanKelm/master

Whois: allow multiple domains and/or IP addresses per object
pull/181/head
Alexandre Dulaunoy 2018-04-26 20:20:47 +02:00 committed by GitHub
commit bba33b1f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -74,6 +74,7 @@
"External analysis"
],
"ui-priority": 0,
"multiple": true,
"misp-attribute": "domain"
},
"comment": {
@ -84,10 +85,11 @@
"ip-address": {
"description": "IP address of the whois entry",
"ui-priority": 0,
"multiple": true,
"misp-attribute": "ip-src"
}
},
"version": 9,
"version": 10,
"description": "Whois records information for a domain name or an IP address.",
"meta-category": "network",
"uuid": "429faea1-34ff-47af-8a00-7c62d3be5a6a",