chg: [vmray] jq the JSON file

pull/207/head
Alexandre Dulaunoy 2021-03-25 11:40:49 +01:00
parent 79d17f2c14
commit ba390f35be
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 77 additions and 77 deletions

View File

@ -1,91 +1,91 @@
{ {
"description": "VMRay taxonomies to map VMRay Thread Identifier scores and artifacts.", "description": "VMRay taxonomies to map VMRay Thread Identifier scores and artifacts.",
"namespace": "vmray", "namespace": "vmray",
"predicates": [ "predicates": [
{
"expanded": "VMRay Artifact",
"value": "artifact"
},
{
"expanded": "VMRay Verdict",
"value": "verdict"
},
{
"expanded": "VMRay Threat Identifier Analysis Score",
"value": "vti_analysis_score"
}
],
"values": [
{
"entry": [
{ {
"expanded": "VMRay Artifact", "colour": "#B22F45",
"value": "artifact" "expanded": "Malicious",
"value": "malicious"
}, },
{ {
"expanded": "VMRay Verdict", "colour": "#EDBB7E",
"value": "verdict" "expanded": "Suspicious",
"value": "suspicious"
}, },
{ {
"expanded": "VMRay Threat Identifier Analysis Score", "colour": "#3A9A81",
"value": "vti_analysis_score" "expanded": "Clean",
"value": "clean"
},
{
"colour": "#969696",
"expanded": "N/A",
"value": "n/a"
} }
], ],
"values": [ "predicate": "verdict"
},
{
"entry": [
{ {
"entry": [ "colour": "#3A9A81",
{ "expanded": "-1/5",
"colour": "#B22F45", "value": "-1/5"
"expanded": "Malicious",
"value": "malicious"
},
{
"colour": "#EDBB7E",
"expanded": "Suspicious",
"value": "suspicious"
},
{
"colour": "#3A9A81",
"expanded": "Clean",
"value": "clean"
},
{
"colour": "#969696",
"expanded": "N/A",
"value": "n/a"
}
],
"predicate": "verdict"
}, },
{ {
"entry": [ "colour": "#969696",
{ "expanded": "1/5",
"colour": "#3A9A81", "value": "1/5"
"expanded": "-1/5",
"value": "-1/5"
},
{
"colour": "#969696",
"expanded": "1/5",
"value": "1/5"
},
{
"colour": "#F9DA51",
"expanded": "2/5",
"value": "2/5"
},
{
"colour": "#EDBB7E",
"expanded": "3/5",
"value": "3/5"
},
{
"colour": "#E25959",
"expanded": "4/5",
"value": "4/5"
},
{
"colour": "#B22F45",
"expanded": "5/5",
"value": "5/5"
}
],
"predicate": "vti_analysis_score"
}, },
{ {
"entry": [ "colour": "#F9DA51",
{ "expanded": "2/5",
"colour": "#1E516E", "value": "2/5"
"expanded": "is IOC", },
"value": "ioc" {
} "colour": "#EDBB7E",
], "expanded": "3/5",
"predicate": "artifact" "value": "3/5"
},
{
"colour": "#E25959",
"expanded": "4/5",
"value": "4/5"
},
{
"colour": "#B22F45",
"expanded": "5/5",
"value": "5/5"
} }
], ],
"version": 1 "predicate": "vti_analysis_score"
},
{
"entry": [
{
"colour": "#1E516E",
"expanded": "is IOC",
"value": "ioc"
}
],
"predicate": "artifact"
}
],
"version": 1
} }