fix: raw whois is also accepted as single attribute in whois object

Required for importing STIX CybOX 1.1 object where just a raw whois
entry is added in remarks.
pull/86/head
Alexandre Dulaunoy 2018-03-16 13:13:35 +01:00
parent cee578dce1
commit 982e2d8b75
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@
"registrant-phone", "registrant-phone",
"creation-date", "creation-date",
"registrant-name", "registrant-name",
"registrar" "registrar",
"text"
], ],
"required": [ "required": [
"domain" "domain"
@ -77,7 +78,7 @@
"misp-attribute": "domain" "misp-attribute": "domain"
} }
}, },
"version": 7, "version": 8,
"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",