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