Merge branch 'master' of github.com:MISP/misp-taxonomies
commit
63d2e12dde
|
@ -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."
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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": [
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue