diff --git a/misp/machinetag.json b/misp/machinetag.json deleted file mode 100644 index d7d87b3..0000000 --- a/misp/machinetag.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "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" - }, - { - "predicate": "contributor", - "entry": [ - { - "expanded": "OpenPGP Fingerprint", - "value": "pgpfingerprint" - } - ] - } - ], - "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" - }, - { - "expanded": "Information related to the contributor.", - "value": "contributor" - } - ], - "version": 1, - "description": "MISP internal taxonomy to infer with MISP behavior or operation.", - "expanded": "MISP", - "namespace": "misp" -}