mirror of https://github.com/MISP/misp-objects
chg: [legal-entity] website and logo added for legal entity
Thanks to Emmanuel MANCIET for the proposalpull/249/head
parent
1ffa97389b
commit
3b5451c325
|
@ -10,37 +10,47 @@
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"description": "Name of an entity.",
|
"description": "Name of the entity.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"commercial-name": {
|
"commercial-name": {
|
||||||
"description": "Commercial name of an entity.",
|
"description": "Commercial name of the entity.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"legal-form": {
|
"legal-form": {
|
||||||
"description": "Legal form of an entity.",
|
"description": "Legal form of the entity.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"registration-number": {
|
"registration-number": {
|
||||||
"description": "Registration number of an entity in the relevant authority.",
|
"description": "Registration number of the entity in the relevant authority.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"business": {
|
"business": {
|
||||||
"description": "Business area of an entity.",
|
"description": "Business area of the entity.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"phone-number": {
|
"phone-number": {
|
||||||
"description": "Phone number of an entity.",
|
"description": "Phone number of the entity.",
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "phone-number"
|
"misp-attribute": "phone-number"
|
||||||
|
},
|
||||||
|
"website": {
|
||||||
|
"description": "Website of the entity.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "link"
|
||||||
|
},
|
||||||
|
"logo": {
|
||||||
|
"description": "Logo of the entity.",
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "attachment"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"description": "An object to describe a legal entity.",
|
"description": "An object to describe a legal entity.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "14f5688f-d89c-469f-9878-c48bf6c41c65",
|
"uuid": "14f5688f-d89c-469f-9878-c48bf6c41c65",
|
||||||
|
|
Loading…
Reference in New Issue