From 9a2ec1c7e45b7dbdb645a2fad15d0c54ed1fbeb8 Mon Sep 17 00:00:00 2001 From: Delta-Sierra Date: Wed, 24 Apr 2024 14:51:59 +0200 Subject: [PATCH] creation new galaxy entity --- clusters/entity.json | 34 ++++++++++++++++++++++++++++++++++ galaxies/entity.json | 9 +++++++++ 2 files changed, 43 insertions(+) create mode 100644 clusters/entity.json create mode 100644 galaxies/entity.json diff --git a/clusters/entity.json b/clusters/entity.json new file mode 100644 index 0000000..7c3d915 --- /dev/null +++ b/clusters/entity.json @@ -0,0 +1,34 @@ +{ + "authors": [ + "Various" + ], + "category": "actor", + "description": "Description of entities that can be involved in events.", + "name": "Entity", + "source": "MISP Project", + "type": "entity", + "uuid": "54e00-adc1-496c-a3ed-d067983a3b86", + "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 +} diff --git a/galaxies/entity.json b/galaxies/entity.json new file mode 100644 index 0000000..e35e393 --- /dev/null +++ b/galaxies/entity.json @@ -0,0 +1,9 @@ +{ + "description": "Description of entities that can be involved in events.", + "icon": "user", + "name": "Entity", + "namespace": "misp", + "type": "entity", + "uuid": "f1b42b47-778f-4e50-bda5-969ee7f9029f", + "version": 1 +}