mirror of https://github.com/MISP/misp-objects
fix: whois record object updated to cover both cases: domain or IP address
parent
982e2d8b75
commit
e7e3878042
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue