Skip to content

Commit

Permalink
chg: [misp-workflow] Added more entries related to curation
Browse files Browse the repository at this point in the history
  • Loading branch information
mokaddem committed Jul 28, 2023
1 parent f731aba commit 5d35f6b
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions misp-workflow/machinetag.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@
"value": "action-taken",
"expanded": "Action taken",
"description": "Action taken during the workflow execution"
},
{
"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"
}
],
"values": [
Expand Down Expand Up @@ -39,6 +54,41 @@
"expanded": "Execution stopped"
}
]
},
{
"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"
}
]
}
]
}

0 comments on commit 5d35f6b

Please sign in to comment.