mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-26 08:47:18 +00:00
Machine tags/triple tags mapping
This commit is contained in:
parent
4227da902c
commit
06e2372d66
1 changed files with 49 additions and 0 deletions
49
misp/machinetag.json
Normal file
49
misp/machinetag.json
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
Loading…
Reference in a new issue