chg: whois object now includes registrant-org matching new MISP

attributes type - whois-registrant-org
pull/61/head
Alexandre Dulaunoy 2017-12-18 14:04:53 +01:00
parent b85438fc45
commit cf7aa00f98
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 6 additions and 1 deletions

View File

@ -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",