fix: whois record object updated to cover both cases: domain or IP address

pull/86/head
Alexandre Dulaunoy 2018-03-16 13:29:39 +01:00
parent 982e2d8b75
commit e7e3878042
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 16 additions and 7 deletions

View File

@ -5,10 +5,9 @@
"creation-date",
"registrant-name",
"registrar",
"text"
],
"required": [
"domain"
"text",
"domain",
"ip-address"
],
"attributes": {
"text": {
@ -74,12 +73,22 @@
"Network activity",
"External analysis"
],
"ui-priority": 1,
"ui-priority": 0,
"misp-attribute": "domain"
},
"comment": {
"description": "Comment of the whois entry",
"ui-priority": 0,
"misp-attribute": "text"
},
"ip-address": {
"description": "IP address of the whois entry",
"ui-priority": 0,
"misp-attribute": "ip-src"
}
},
"version": 8,
"description": "Whois records information for a domain name.",
"version": 9,
"description": "Whois records information for a domain name or an IP address.",
"meta-category": "network",
"uuid": "429faea1-34ff-47af-8a00-7c62d3be5a6a",
"name": "whois"