2022-11-01 15:44:44 +01:00
|
|
|
{
|
|
|
|
"namespace": "misp-workflow",
|
|
|
|
"expanded": "MISP workflow",
|
|
|
|
"description": "MISP workflow taxonomy to support result of workflow execution.",
|
2022-11-01 22:22:32 +01:00
|
|
|
"version": 2,
|
2022-11-01 15:44:44 +01:00
|
|
|
"predicates": [
|
|
|
|
{
|
2022-11-01 22:22:32 +01:00
|
|
|
"value": "action-taken",
|
|
|
|
"expanded": "Action taken",
|
|
|
|
"description": "Action taken during the workflow execution"
|
2022-11-01 15:44:44 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"values": [
|
|
|
|
{
|
2022-11-01 22:22:32 +01:00
|
|
|
"predicate": "action-taken",
|
2022-11-01 15:44:44 +01:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|