add: Workflow support language is a common language to support intelligence analysts to perform their analysis on data and information.

pull/81/head
Alexandre Dulaunoy 2017-12-10 16:29:20 +01:00
parent 35f6fa7595
commit 1baaaa1ee1
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
3 changed files with 89 additions and 1 deletions

View File

@ -234,11 +234,16 @@
"version": 1,
"name": "vocabulaire-des-probabilites-estimatives",
"description": "Vocabulaire des probabilités estimatives"
},
{
"version": 1,
"name": "workflow",
"description": "Workflow support language is a common language to support intelligence analysts to perform their analysis on data and information."
}
],
"path": "machinetag.json",
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
"description": "Manifest file of MISP taxonomies available.",
"license": "CC-0",
"version": "20171002"
"version": "20171210"
}

1
README.md Normal file → Executable file
View File

@ -45,6 +45,7 @@ The following taxonomies are described:
- [Vocabulaire des probabilités estimatives](./vocabulaire-des-probabilites-estimatives)
- Vocabulary for Event Recording and Incident Sharing [VERIS](./veris)
- [Binary Classification](./binary-class) safe/malicious binary tagging
- [Workflow](./workflow) support language is a common language to support intelligence analysts to perform their analysis on data and information.
### [Admiralty Scale](./admiralty-scale)

82
workflow/machinetag.json Executable file
View File

@ -0,0 +1,82 @@
{
"namespace": "workflow",
"expanded": "workflow to support analysis",
"description": "Workflow support language is a common language to support intelligence analysts to perform their analysis on data and information. ",
"version": 1,
"predicates": [
{
"value": "todo",
"expanded": "Todo",
"description": "Todo are the actions to be performed by one or more analyst(s) to apply cognitive methods, evaluation(s), weightening information, to validate hypothesis or complete additional tasks to improve the overall information or data being tagged with a todo. "
},
{
"value": "state",
"expanded": "State",
"description": "State are the different states of the information or data being tagged."
}
],
"values": [
{
"predicate": "todo",
"entry": [
{
"value": "expansion",
"expanded": "Expansion need to be applied to expand the information tagged"
},
{
"value": "review",
"expanded": "Additional review is required to reach a certain level of validation of the information tagged"
},
{
"value": "review-before-publication",
"expanded": "Review is required before publishing the information tagged"
},
{
"value": "review-for-false-positive",
"expanded": "Review the the information tagged to limit the number of false-positives and potentially remove any IDS/automation flag to avoid automation of the false-positives"
},
{
"value": "create-missing-misp-galaxy-cluster-values",
"expanded": "Add potential MISP galaxy cluster values missing about the information tagged"
},
{
"value": "create-missing-misp-galaxy-cluster",
"expanded": "Create missing MISP galaxy cluster about the information tagged"
},
{
"value": "add-context",
"expanded": "Add contextual information about the information tagged"
},
{
"value": "add-tagging",
"expanded": "Add adequate tagging and classification about the information tagged"
},
{
"value": "check-passive-dns-for-shared-hosting",
"expanded": "Check Passive DNS (or similar techniques) to review if the information tagged is used within shared hosting"
},
{
"value": "review-classification",
"expanded": "Review the classification of the information tagged to ensure adequate marking of the information before publication"
},
{
"value": "review-the-grammar",
"expanded": "Review the grammar of the information tagged to improve the overall quality "
}
]
},
{
"predicate": "state",
"entry": [
{
"value": "incomplete",
"expanded": "Incomplete means that the information tagged is incomplete and has potential to be completed by other analysts, technical processes or the current analysts performing the analysis"
},
{
"value": "complete",
"expanded": "Complete means that the information tagged reach a state of completeness with the current capabilities of the analyst"
}
]
}
]
}