From 0b33db7bd21b97ff7659bb63a47ae44a270db3cc Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 17 May 2016 18:27:19 +0200 Subject: [PATCH] Initial MISP internal taxonomy to infer with MISP behaviors --- misp/machinetag.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 misp/machinetag.json diff --git a/misp/machinetag.json b/misp/machinetag.json new file mode 100644 index 0000000..0d9a061 --- /dev/null +++ b/misp/machinetag.json @@ -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" +}