2022-11-01 15:44:44 +01:00
|
|
|
{
|
|
|
|
"namespace": "misp-workflow",
|
|
|
|
"expanded": "MISP workflow",
|
|
|
|
"description": "MISP workflow taxonomy to support result of workflow execution.",
|
2023-07-28 10:06:57 +02:00
|
|
|
"version": 3,
|
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"
|
2023-07-28 10:05:05 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "analysis",
|
|
|
|
"expanded": "Analysis",
|
|
|
|
"description": "Result of the analysis executed during the workflow execution"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "mutability",
|
|
|
|
"expanded": "Mutability",
|
|
|
|
"description": "Describe if the workflow is allowed to modify data"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "run",
|
|
|
|
"expanded": "Run",
|
|
|
|
"description": "Describe if the workflow is allowed to run on the data being passed"
|
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"
|
|
|
|
}
|
|
|
|
]
|
2023-07-28 10:05:05 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"predicate": "analysis",
|
|
|
|
"entry": [
|
|
|
|
{
|
|
|
|
"value": "false-positive",
|
|
|
|
"expanded": "False positive"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "highly-likely-positive",
|
|
|
|
"expanded": "Highly Likely Positive"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"value": "known-file-hash",
|
|
|
|
"expanded": "Known file hash"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"predicate": "mutability",
|
|
|
|
"entry": [
|
|
|
|
{
|
|
|
|
"value": "allowed",
|
|
|
|
"expanded": "Allowed"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"predicate": "run",
|
|
|
|
"entry": [
|
|
|
|
{
|
|
|
|
"value": "allowed",
|
|
|
|
"expanded": "Allowed"
|
|
|
|
}
|
|
|
|
]
|
2022-11-01 15:44:44 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|