Merge branch 'master' of github.com:MISP/misp-taxonomies

pull/93/head
Alexandre Dulaunoy 2018-02-18 12:10:10 +01:00
commit 63d2e12dde
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
4 changed files with 32 additions and 27 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": 1, "version": 2,
"namespace": "CERT-XLM", "namespace": "CERT-XLM",
"description": "CERT-XLM Security Incident Classification.", "description": "CERT-XLM Security Incident Classification.",
"values": [ "values": [
@ -104,7 +104,7 @@
] ]
}, },
{ {
"predicate": "intrusions", "predicate": "intrusion",
"entry": [ "entry": [
{ {
"value": "privileged-account-compromise", "value": "privileged-account-compromise",
@ -286,8 +286,8 @@
"description": "Vulnerable" "description": "Vulnerable"
}, },
{ {
"value": "comformity", "value": "conformity",
"expanded": "Comformity", "expanded": "Conformity",
"description": "This group is for catching breach about controls given by the company or externals entities." "description": "This group is for catching breach about controls given by the company or externals entities."
}, },
{ {

View File

@ -1,7 +1,7 @@
{ {
"namespace": "cssa", "namespace": "cssa",
"description": "The CSSA agreed sharing taxonomy.", "description": "The CSSA agreed sharing taxonomy.",
"version": 3, "version": 4,
"predicates": [ "predicates": [
{ {
"value": "sharing-class", "value": "sharing-class",
@ -10,6 +10,11 @@
{ {
"value": "origin", "value": "origin",
"expanded": "Origin" "expanded": "Origin"
},
{
"value": "analyse",
"expanded": "Please analyse sample",
"colour": "#fab74d"
} }
], ],
"values": [ "values": [

View File

@ -70,26 +70,6 @@
} }
] ]
}, },
{
"predicate": "automation-level",
"entry": [
{
"expanded": "Generated automatically without human verification",
"value": "unsupervised",
"numerical_value": 100
},
{
"expanded": "Generated automatically but verified by a human",
"value": "reviewed",
"numerical_value": 50
},
{
"expanded": "Output of human analysis",
"value": "manual",
"numerical_value": 0
}
]
},
{ {
"predicate": "threat-level", "predicate": "threat-level",
"entry": [ "entry": [
@ -119,6 +99,26 @@
} }
] ]
}, },
{
"predicate": "automation-level",
"entry": [
{
"expanded": "Generated automatically without human verification",
"value": "unsupervised",
"numerical_value": 100
},
{
"expanded": "Generated automatically but verified by a human",
"value": "reviewed",
"numerical_value": 50
},
{
"expanded": "Output of human analysis",
"value": "manual",
"numerical_value": 0
}
]
},
{ {
"predicate": "tool", "predicate": "tool",
"entry": [ "entry": [

View File

@ -1,5 +1,5 @@
{ {
"version": 1, "version": 2,
"namespace": "pentest", "namespace": "pentest",
"description": "pentest classification.", "description": "pentest classification.",
"values": [ "values": [
@ -220,7 +220,7 @@
"description": "Automated tool that perform network checks" "description": "Automated tool that perform network checks"
}, },
{ {
"value": "exploit ", "value": "exploit",
"expanded": "Exploit", "expanded": "Exploit",
"description": "Exploitation of a vulnerability" "description": "Exploitation of a vulnerability"
}, },