Creation of CTI taxonomy

The CTI taxonomy follows a standard process/cycle.
This classification helps teams to control the workflow of their activities
pull/207/head
Carlos Borges 2021-02-23 20:22:54 -03:00 committed by Alexandre Dulaunoy
parent 6d575d8fb8
commit a0639dda19
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 38 additions and 0 deletions

38
cti/machinetag.json Normal file
View File

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