chg: numerical values added

pull/158/head
Alexandre Dulaunoy 2019-08-21 16:29:56 +02:00
parent b9c8106353
commit fe5f95c384
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"namespace": "cssa", "namespace": "cssa",
"description": "The CSSA agreed sharing taxonomy.", "description": "The CSSA agreed sharing taxonomy.",
"version": 4, "version": 6,
"predicates": [ "predicates": [
{ {
"value": "sharing-class", "value": "sharing-class",
@ -24,17 +24,20 @@
{ {
"value": "high_profile", "value": "high_profile",
"expanded": "Generated within the company during incident/case related investigations or forensic analysis or via malware reversing, validated by humans and highly contextualized.", "expanded": "Generated within the company during incident/case related investigations or forensic analysis or via malware reversing, validated by humans and highly contextualized.",
"colour": "#007695" "colour": "#007695",
"numerical_value": 95
}, },
{ {
"value": "vetted", "value": "vetted",
"expanded": "Generated within the company, validated by a human prior to sharing, data points have been contextualized (to a degree) e.g. IPs are related to C2 or drop site.", "expanded": "Generated within the company, validated by a human prior to sharing, data points have been contextualized (to a degree) e.g. IPs are related to C2 or drop site.",
"colour": "#008aaf" "colour": "#008aaf",
"numerical_value": 50
}, },
{ {
"value": "unvetted", "value": "unvetted",
"expanded": "Generated within the company by automated means without human interaction e.g., by malware sandbox, honeypots, IDS, etc.", "expanded": "Generated within the company by automated means without human interaction e.g., by malware sandbox, honeypots, IDS, etc.",
"colour": "#00b3e2" "colour": "#00b3e2",
"numerical_value": 10
} }
] ]
}, },