mirror of https://github.com/MISP/misp-objects
chg: whois object now includes registrant-org matching new MISP
attributes type - whois-registrant-orgpull/61/head
parent
b85438fc45
commit
cf7aa00f98
|
@ -35,6 +35,11 @@
|
||||||
"ui-priority": 1,
|
"ui-priority": 1,
|
||||||
"misp-attribute": "whois-registrant-email"
|
"misp-attribute": "whois-registrant-email"
|
||||||
},
|
},
|
||||||
|
"registrant-org": {
|
||||||
|
"description": "Registrant organisation",
|
||||||
|
"ui-priority": 1,
|
||||||
|
"misp-attribute": "whois-registrant-org"
|
||||||
|
},
|
||||||
"creation-date": {
|
"creation-date": {
|
||||||
"description": "Initial creation of the whois entry",
|
"description": "Initial creation of the whois entry",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
|
@ -60,7 +65,7 @@
|
||||||
"misp-attribute": "domain"
|
"misp-attribute": "domain"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 5,
|
"version": 6,
|
||||||
"description": "Whois records information for a domain name.",
|
"description": "Whois records information for a domain name.",
|
||||||
"meta-category": "network",
|
"meta-category": "network",
|
||||||
"uuid": "429faea1-34ff-47af-8a00-7c62d3be5a6a",
|
"uuid": "429faea1-34ff-47af-8a00-7c62d3be5a6a",
|
||||||
|
|
Loading…
Reference in New Issue