mirror of https://github.com/MISP/misp-objects
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"attributes": {
|
|
"business": {
|
|
"description": "Business area of the entity.",
|
|
"misp-attribute": "text",
|
|
"ui-priority": 0
|
|
},
|
|
"commercial-name": {
|
|
"description": "Commercial name of the entity.",
|
|
"misp-attribute": "text",
|
|
"ui-priority": 0
|
|
},
|
|
"legal-form": {
|
|
"description": "Legal form of the entity.",
|
|
"misp-attribute": "text",
|
|
"ui-priority": 0
|
|
},
|
|
"logo": {
|
|
"description": "Logo of the entity.",
|
|
"misp-attribute": "attachment",
|
|
"ui-priority": 0
|
|
},
|
|
"name": {
|
|
"description": "Name of the entity.",
|
|
"misp-attribute": "text",
|
|
"ui-priority": 0
|
|
},
|
|
"phone-number": {
|
|
"description": "Phone number of the entity.",
|
|
"misp-attribute": "phone-number",
|
|
"ui-priority": 0
|
|
},
|
|
"registration-number": {
|
|
"description": "Registration number of the entity in the relevant authority.",
|
|
"misp-attribute": "text",
|
|
"ui-priority": 0
|
|
},
|
|
"text": {
|
|
"description": "A description of the entity.",
|
|
"disable_correlation": true,
|
|
"misp-attribute": "text",
|
|
"ui-priority": 1
|
|
},
|
|
"website": {
|
|
"description": "Website of the entity.",
|
|
"misp-attribute": "link",
|
|
"ui-priority": 0
|
|
}
|
|
},
|
|
"description": "An object to describe a legal entity.",
|
|
"meta-category": "misc",
|
|
"name": "legal-entity",
|
|
"requiredOneOf": [
|
|
"name"
|
|
],
|
|
"uuid": "14f5688f-d89c-469f-9878-c48bf6c41c65",
|
|
"version": 2
|
|
} |