Initial MISP internal taxonomy to infer with MISP behaviors

pull/23/head
Alexandre Dulaunoy 2016-05-17 18:27:19 +02:00
parent 36d2541f6f
commit 0b33db7bd2
1 changed files with 36 additions and 0 deletions

36
misp/machinetag.json Normal file
View File

@ -0,0 +1,36 @@
{
"values": [
{
"entry": [
{
"expanded": "tag to hide from the user-interface.",
"value": "hide"
}
],
"predicate": "ui"
},
{
"entry": [
{
"expanded": "tag to hide from the API.",
"value": "hide"
}
],
"predicate": "api"
}
],
"predicates": [
{
"expanded": "User-interface tag influencing the MISP behavior and visual interaction.",
"value": "ui"
},
{
"expanded": "API related tag influencing the MISP behavior of the API.",
"value": "api"
}
],
"version": 1,
"description": "MISP internal taxonomy to infer with MISP behavior or operation.",
"expanded": "MISP",
"namespace": "misp"
}