mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 14:57:18 +00:00
creation new galaxy entity
This commit is contained in:
parent
b132279a59
commit
9a2ec1c7e4
2 changed files with 43 additions and 0 deletions
34
clusters/entity.json
Normal file
34
clusters/entity.json
Normal file
|
@ -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
|
||||||
|
}
|
9
galaxies/entity.json
Normal file
9
galaxies/entity.json
Normal file
|
@ -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
|
||||||
|
}
|
Loading…
Reference in a new issue