misp-taxonomies/osint/machinetag.json

106 lines
2.7 KiB
JSON
Raw Normal View History

2016-01-15 09:01:25 +01:00
{
"values": [
{
"entry": [
{
"expanded": "Blog post",
"value": "blog-post"
2016-01-15 09:01:25 +01:00
},
{
"expanded": "Technical or analysis report",
"value": "technical-report"
2016-01-15 09:01:25 +01:00
},
{
"expanded": "News report",
"value": "news-report"
2016-01-15 09:01:25 +01:00
},
{
"expanded": "Pastie-like website",
"value": "pastie-website"
2016-01-15 09:01:25 +01:00
},
{
"expanded": "Electronic forum",
"value": "electronic-forum"
2016-01-15 09:01:25 +01:00
},
{
"expanded": "Mailing-list",
"value": "mailing-list"
2016-01-15 09:01:25 +01:00
}
],
"predicate": "source-type"
2016-01-15 09:01:25 +01:00
},
{
"predicate": "lifetime",
2016-01-15 09:01:25 +01:00
"entry": [
{
"value": "perpetual",
2016-01-15 09:01:25 +01:00
"expanded": "Perpetual",
"description": "Information available publicly on long-term"
2016-01-15 09:01:25 +01:00
},
{
"value": "ephemeral",
2016-01-15 09:01:25 +01:00
"expanded": "Ephemeral",
"description": "Information available publicly on short-term"
2016-01-15 09:01:25 +01:00
}
]
},
{
"predicate": "certainty",
"entry": [
{
"value": "1",
"expanded": "100% Certainty",
"description": "100% Certainty"
},
{
"value": "0.93",
"expanded": "93% Almost certain",
"description": "93% Almost certain"
},
{
"value": "0.75",
"expanded": "75% Probable",
"description": "75% Probable"
},
{
"value": "0.5",
"expanded": "50% Chances about even",
"description": "50% Chances about even"
},
{
"value": "0.3",
"expanded": "30% Probably not",
"description": "30% Probably not"
},
{
"value": "0.07",
"expanded": "7% Almost certainly not",
"description": "7% Almost certainly not"
},
{
"value": "0",
"expanded": "0% Impossibility",
"description": "0% Impossibility"
}
]
}
],
"namespace": "osint",
"description": "Open Source Intelligence - Classification (MISP taxonomies)",
"version": 1,
"predicates": [
{
"value": "source-type",
"expanded": "Source Type"
},
{
"value": "lifetime",
"expanded": "Lifetime of the information as Open Source Intelligence"
},
{
"value": "certainty",
"expanded": "Certainty of the elements mentioned in this Open Source Intelligence - ref https://www.cia.gov/library/center-for-the-study-of-intelligence/csi-publications/books-and-monographs/sherman-kent-and-the-board-of-national-estimates-collected-essays/6words.html"
2016-01-15 09:01:25 +01:00
}
]
}