Alexandre Dulaunoy 2016-01-21 22:56:22 +01:00
parent ac1a76889e
commit 154213c2aa
1 changed files with 78 additions and 34 deletions

View File

@ -1,61 +1,105 @@
{ {
"predicates": [
{
"expanded": "Source Type",
"value": "source-type"
},
{
"expanded": "Lifetime of the information as Open Source Intelligence",
"value": "lifetime"
}
],
"version": 1,
"description": "Open Source Intelligence - Classification (MISP taxonomies)",
"namespace": "osint",
"values": [ "values": [
{ {
"predicate": "source-type",
"entry": [ "entry": [
{ {
"value": "blog-post", "expanded": "Blog post",
"expanded": "Blog post" "value": "blog-post"
}, },
{ {
"value": "technical-report", "expanded": "Technical or analysis report",
"expanded": "Technical or analysis report" "value": "technical-report"
}, },
{ {
"value": "news-report", "expanded": "News report",
"expanded": "News report" "value": "news-report"
}, },
{ {
"value": "pastie-website", "expanded": "Pastie-like website",
"expanded": "Pastie-like website" "value": "pastie-website"
}, },
{ {
"value": "electronic-forum", "expanded": "Electronic forum",
"expanded": "Electronic forum" "value": "electronic-forum"
}, },
{ {
"value": "mailing-list", "expanded": "Mailing-list",
"expanded": "Mailing-list" "value": "mailing-list"
}
]
},
{
"entry": [
{
"description": "Information available publicly on long-term",
"expanded": "Perpetual",
"value": "perpetual"
},
{
"description": "Information available publicly on short-term",
"expanded": "Ephemeral",
"value": "ephemeral"
} }
], ],
"predicate": "lifetime" "predicate": "source-type"
},
{
"predicate": "lifetime",
"entry": [
{
"value": "perpetual",
"expanded": "Perpetual",
"description": "Information available publicly on long-term"
},
{
"value": "ephemeral",
"expanded": "Ephemeral",
"description": "Information available publicly on short-term"
}
]
},
{
"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"
} }
] ]
} }