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.",
"namespace": "vmray",
"predicates": [
"description": "VMRay taxonomies to map VMRay Thread Identifier scores and artifacts.",
"namespace": "vmray",
"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",
"value": "artifact"
"colour": "#B22F45",
"expanded": "Malicious",
"value": "malicious"
},
{
"expanded": "VMRay Verdict",
"value": "verdict"
"colour": "#EDBB7E",
"expanded": "Suspicious",
"value": "suspicious"
},
{
"expanded": "VMRay Threat Identifier Analysis Score",
"value": "vti_analysis_score"
"colour": "#3A9A81",
"expanded": "Clean",
"value": "clean"
},
{
"colour": "#969696",
"expanded": "N/A",
"value": "n/a"
}
],
"values": [
],
"predicate": "verdict"
},
{
"entry": [
{
"entry": [
{
"colour": "#B22F45",
"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"
"colour": "#3A9A81",
"expanded": "-1/5",
"value": "-1/5"
},
{
"entry": [
{
"colour": "#3A9A81",
"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"
"colour": "#969696",
"expanded": "1/5",
"value": "1/5"
},
{
"entry": [
{
"colour": "#1E516E",
"expanded": "is IOC",
"value": "ioc"
}
],
"predicate": "artifact"
"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"
}
],
"version": 1
],
"predicate": "vti_analysis_score"
},
{
"entry": [
{
"colour": "#1E516E",
"expanded": "is IOC",
"value": "ioc"
}
],
"predicate": "artifact"
}
],
"version": 1
}