misp-taxonomies/cti/machinetag.json

38 lines
961 B
JSON
Raw Normal View History

{
"namespace": "cti",
"description": "Cyber Threat Intelligence cycle to control workflow state of your process.",
"version": 1,
"predicates": [
{
"value": "planning",
2021-03-25 11:47:26 +01:00
"description": "CTI requirementes being generated.",
"expanded": "Phase"
},
2021-03-25 11:47:26 +01:00
{
"value": "collection",
2021-03-25 11:47:26 +01:00
"description": "Data collection initiated.",
"expanded": "Phase"
},
2021-03-25 11:47:26 +01:00
{
"value": "processing-and-analysis",
2021-03-25 11:47:26 +01:00
"description": "Data is being processed and analyzed",
"expanded": "Phase"
},
2021-03-25 11:47:26 +01:00
{
"value": "dissemination-done",
2021-03-25 11:47:26 +01:00
"description": "CTI product created and delivered to stakeholders.",
"expanded": "Phase"
},
2021-03-25 11:47:26 +01:00
{
"value": "feedback-received",
2021-03-25 11:47:26 +01:00
"description": "Feedback received by stakeholders.",
"expanded": "Phase"
},
2021-03-25 11:47:26 +01:00
{
"value": "feedback-pending",
2021-03-25 11:47:26 +01:00
"description": "Feedback pending by stakeholders.",
"expanded": "Phase"
}
]
}