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",
|
"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"
|
||||||
|
|
Loading…
Reference in New Issue