mirror of
https://github.com/MISP/misp-galaxy.git
synced 2025-01-19 02:56:16 +00:00
UUID added
This commit is contained in:
parent
779cc33116
commit
5f890e9d0d
8 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"version": 1,
|
||||
"uuid": "7cdff317-a673-4474-84ec-4f1754947823",
|
||||
"description": "Known or estimated adversary groups targeting organizations and employees. Adversary groups are regularly confused with their initial operation or campaign.",
|
||||
"authors": [
|
||||
"Alexandre Dulaunoy",
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
}
|
||||
],
|
||||
"type": "certainty-level",
|
||||
"uuid": "bc5d96ea-f579-45de-9b6e-7d3c64035718",
|
||||
"author": ["MISP","CIA"],
|
||||
"description": "Certainty level of an associated element or cluster.",
|
||||
"version": 1
|
||||
|
|
|
@ -71,5 +71,6 @@
|
|||
"description": "The PlanningAndOperationalSupportVocab is the default STIX vocabulary for expressing the planning and operational support functions available to a threat actor.",
|
||||
"author": "STIX",
|
||||
"stix": "1.0.1",
|
||||
"uuid": "f91f69d2-fcd0-45f2-baeb-4f79f9458da7",
|
||||
"type": "planning-and-operational-support-vocabulary"
|
||||
}
|
||||
|
|
|
@ -94,6 +94,7 @@
|
|||
"version" : 1,
|
||||
"description": "The IntendedEffectVocab is the default STIX vocabulary for expressing the intended effect of a threat actor",
|
||||
"author": "STIX",
|
||||
"uuid": "b6975c96-296a-48cf-9006-034ed102bc85",
|
||||
"stix": "1.2.1",
|
||||
"type": "threat-actor-intended-effect-vocabulary"
|
||||
}
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
"version" : 1,
|
||||
"description": "The MotivationVocab is the default STIX vocabulary for expressing the motivation of a threat actor.",
|
||||
"author": "STIX",
|
||||
"uuid": "74183277-5ee6-436a-9859-cb16fb3f21e2",
|
||||
"stix": "1.2.1",
|
||||
"type": "threat-actor-motivation-vocabulary"
|
||||
}
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"version" : 1,
|
||||
"description": "The ThreatActorSophisticationVocab enumeration is used to define the default STIX vocabulary for expressing the subjective level of sophistication of a threat actor.",
|
||||
"author": "STIX",
|
||||
"uuid": "fcaf1309-28c4-4d09-b56f-84d6cf6afbb3"
|
||||
"stix": "1.0",
|
||||
"type": "threat-actor-sophistication-vocabulary"
|
||||
}
|
||||
|
|
|
@ -505,7 +505,8 @@
|
|||
}
|
||||
|
||||
],
|
||||
"version" : 1,
|
||||
"version": 1,
|
||||
"uuid": "0d821b68-9d82-4c6d-86a6-1071a9e0f79f",
|
||||
"description": "threat-actor-tools is an enumeration of tools used by adversaries. The list includes malware but also common software regularly used by the adversaries.",
|
||||
"author": ["Alexandre Dulaunoy", "Florian Roth", "Timo Steffens"],
|
||||
"type": "threat-actor-tools"
|
||||
|
|
|
@ -52,7 +52,8 @@
|
|||
"value": "Disgruntled Customer / User"
|
||||
}
|
||||
],
|
||||
"version" : 1,
|
||||
"version": 1,
|
||||
"uuid": "3d7dc2ee-ca54-4a5e-96a3-2e7cba0ffe95",
|
||||
"description": "The ThreatActorTypeVocab enumeration is used to define the default STIX vocabulary for expressing the subjective type of a threat actor.",
|
||||
"author": "STIX",
|
||||
"stix": "1.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue