mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
34 lines
889 B
JSON
34 lines
889 B
JSON
{
|
|
"authors": [
|
|
"Various"
|
|
],
|
|
"category": "actor",
|
|
"description": "Description of entities that can be involved in events.",
|
|
"name": "Entity",
|
|
"source": "MISP Project",
|
|
"type": "entity",
|
|
"uuid": "cd80fe0d-b905-449c-89f5-9a6b0ea09fc3",
|
|
"values": [
|
|
{
|
|
"description": "An individual involved in an event.",
|
|
"uuid": "e3983732-c670-4ea1-a28e-1f60bb3d74b7",
|
|
"value": "Individual"
|
|
},
|
|
{
|
|
"description": "A group involved in an event.",
|
|
"uuid": "d32a81f3-ed96-4bb0-a6b2-37efbeaa8cc0",
|
|
"value": "Group"
|
|
},
|
|
{
|
|
"description": "A employee involved in an event.",
|
|
"uuid": "35afacc1-8b9d-41b2-b90e-d2e2b2602aa9",
|
|
"value": "Employee"
|
|
},
|
|
{
|
|
"description": "A structure involved in an event.",
|
|
"uuid": "019a12dc-5325-4672-82b2-56558b661fe8",
|
|
"value": "Structure"
|
|
}
|
|
],
|
|
"version": 1
|
|
}
|