mirror of https://github.com/MISP/misp-objects
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
parent
cee578dce1
commit
982e2d8b75
|
@ -4,7 +4,8 @@
|
|||
"registrant-phone",
|
||||
"creation-date",
|
||||
"registrant-name",
|
||||
"registrar"
|
||||
"registrar",
|
||||
"text"
|
||||
],
|
||||
"required": [
|
||||
"domain"
|
||||
|
@ -77,7 +78,7 @@
|
|||
"misp-attribute": "domain"
|
||||
}
|
||||
},
|
||||
"version": 7,
|
||||
"version": 8,
|
||||
"description": "Whois records information for a domain name.",
|
||||
"meta-category": "network",
|
||||
"uuid": "429faea1-34ff-47af-8a00-7c62d3be5a6a",
|
||||
|
|
Loading…
Reference in New Issue