new: [misp-workflow] new misp-workflow taxonomy to have a consistent tag message for the MISP workflow

pull/259/head
Alexandre Dulaunoy 2022-11-01 15:44:44 +01:00
parent d5833e9730
commit b2ed54990f
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
2 changed files with 52 additions and 3 deletions

View File

@ -316,7 +316,7 @@
{ {
"description": "Financial taxonomy to describe financial services, infrastructure and financial scope.", "description": "Financial taxonomy to describe financial services, infrastructure and financial scope.",
"name": "financial", "name": "financial",
"version": 3 "version": 7
}, },
{ {
"description": "Flesch Reading Ease is a revised system for determining the comprehension difficulty of written material. The scoring of the flesh score can have a maximum of 121.22 and there is no limit on how low a score can be (negative score are valid).", "description": "Flesch Reading Ease is a revised system for determining the comprehension difficulty of written material. The scoring of the flesh score can have a maximum of 121.22 and there is no limit on how low a score can be (negative score are valid).",
@ -493,6 +493,11 @@
"name": "misp", "name": "misp",
"version": 12 "version": 12
}, },
{
"description": "MISP workflow taxonomy to support result of workflow execution.",
"name": "misp-workflow",
"version": 1
},
{ {
"description": "MONARC Threats Taxonomy", "description": "MONARC Threats Taxonomy",
"name": "monarc-threat", "name": "monarc-threat",
@ -656,7 +661,7 @@
{ {
"description": "Thales Group Taxonomy - was designed with the aim of enabling desired sharing and preventing unwanted sharing between Thales Group security communities.", "description": "Thales Group Taxonomy - was designed with the aim of enabling desired sharing and preventing unwanted sharing between Thales Group security communities.",
"name": "thales_group", "name": "thales_group",
"version": 2 "version": 4
}, },
{ {
"description": "The ThreatMatch Sectors, Incident types, Malware types and Alert types are applicable for any ThreatMatch instances and should be used for all CIISI and TIBER Projects.", "description": "The ThreatMatch Sectors, Incident types, Malware types and Alert types are applicable for any ThreatMatch instances and should be used for all CIISI and TIBER Projects.",
@ -720,5 +725,5 @@
} }
], ],
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/main/", "url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/main/",
"version": "20220918" "version": "20221101"
} }

View File

@ -0,0 +1,44 @@
{
"namespace": "misp-workflow",
"expanded": "MISP workflow",
"description": "MISP workflow taxonomy to support result of workflow execution.",
"version": 1,
"predicates": [
{
"value": "result",
"expanded": "result",
"description": "Result of the workflow execution"
}
],
"values": [
{
"predicate": "result",
"entry": [
{
"value": "ids-flag-removed",
"expanded": "IDS flag removed"
},
{
"value": "ids-flag-added",
"expanded": "IDS flag added"
},
{
"value": "pushed-to-zmq",
"expanded": "Pushed to ZMQ"
},
{
"value": "email-sent",
"expanded": "Email sent"
},
{
"value": "webhook-triggered",
"expanded": "Webhook triggered"
},
{
"value": "execution-stopped",
"expanded": "Execution stopped"
}
]
}
]
}