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

View File

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

View File

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