misp-objects/objects/legal-entity/definition.json

59 lines
1.5 KiB
JSON
Raw Normal View History

{
"requiredOneOf": [
"name"
],
"attributes": {
"text": {
"description": "A description of the entity.",
"disable_correlation": true,
"ui-priority": 1,
"misp-attribute": "text"
},
"name": {
"description": "Name of the entity.",
"ui-priority": 0,
"misp-attribute": "text"
},
"commercial-name": {
"description": "Commercial name of the entity.",
"ui-priority": 0,
"misp-attribute": "text"
},
"legal-form": {
"description": "Legal form of the entity.",
"ui-priority": 0,
"misp-attribute": "text"
},
2018-02-06 14:19:04 +01:00
"registration-number": {
"description": "Registration number of the entity in the relevant authority.",
2018-02-06 14:19:04 +01:00
"ui-priority": 0,
"misp-attribute": "text"
},
"business": {
"description": "Business area of the entity.",
"ui-priority": 0,
"misp-attribute": "text"
2018-02-06 14:19:04 +01:00
},
"phone-number": {
"description": "Phone number of the entity.",
2018-02-06 14:19:04 +01:00
"ui-priority": 0,
"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": 2,
"description": "An object to describe a legal entity.",
"meta-category": "misc",
"uuid": "14f5688f-d89c-469f-9878-c48bf6c41c65",
"name": "legal-entity"
}