misp-taxonomies/misp-workflow/machinetag.json

45 lines
1010 B
JSON

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