Merge branch 'C00kie--master'
commit
1c4dd1a424
|
@ -246,7 +246,12 @@
|
||||||
{
|
{
|
||||||
"description": "Exercise is a taxonomy to describe if the information is part of one or more cyber or crisis exercise.",
|
"description": "Exercise is a taxonomy to describe if the information is part of one or more cyber or crisis exercise.",
|
||||||
"name": "exercise",
|
"name": "exercise",
|
||||||
"version": 7
|
"version": 8
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Reasons why an event has been extended. ",
|
||||||
|
"name": "extended-event",
|
||||||
|
"version": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "The purpose of this taxonomy is to jointly tabulate both the of these failure modes in a single place. Intentional failures wherein the failure is caused by an active adversary attempting to subvert the system to attain her goals – either to misclassify the result, infer private training data, or to steal the underlying algorithm. Unintentional failures wherein the failure is because an ML system produces a formally correct but completely unsafe outcome.",
|
"description": "The purpose of this taxonomy is to jointly tabulate both the of these failure modes in a single place. Intentional failures wherein the failure is caused by an active adversary attempting to subvert the system to attain her goals – either to misclassify the result, infer private training data, or to steal the underlying algorithm. Unintentional failures wherein the failure is because an ML system produces a formally correct but completely unsafe outcome.",
|
||||||
|
@ -580,5 +585,5 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
|
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
|
||||||
"version": "20200424"
|
"version": "20200526"
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,92 @@
|
||||||
|
{
|
||||||
|
"namespace": "extended-event",
|
||||||
|
"description": "Reasons why an event has been extended. ",
|
||||||
|
"version": 1,
|
||||||
|
"predicates": [
|
||||||
|
{
|
||||||
|
"value": "competitive-analysis",
|
||||||
|
"expanded": "Competitive analysis"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "extended-analysis",
|
||||||
|
"expanded": "Extended analysis"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "human-readable",
|
||||||
|
"expanded": "Human readable",
|
||||||
|
"description": "This extended event makes a human readable output of a machine or technical report."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "chunked-event",
|
||||||
|
"expanded": "Chunked Event",
|
||||||
|
"description": "This extended event is a part of a large event."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "update",
|
||||||
|
"expanded": "Update",
|
||||||
|
"description": "Original event is deprecated"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"values": [
|
||||||
|
{
|
||||||
|
"predicate": "competitive-analysis",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"value": "devil-advocate",
|
||||||
|
"expanded": "Devil's advocate",
|
||||||
|
"description": "Is a competitive analysis of devil's advocate type."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "absurd-reasoning",
|
||||||
|
"expanded": "Absurd reasoning",
|
||||||
|
"description": "Is a competitive analysis of absurd reasoning type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "role-playing",
|
||||||
|
"expanded": "Role playing",
|
||||||
|
"description": "Is a competitive analysis of role playing type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "crystal-ball",
|
||||||
|
"expanded": "Crystal ball",
|
||||||
|
"description": "Is a competitive analysis of crystal ball type"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"predicate": "extended-analysis",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"value": "automatic-expansion",
|
||||||
|
"expanded": "Automatic expansion",
|
||||||
|
"description": "This extended event is composed of elements derived from automatic expanxions services"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "aggressive-pivoting",
|
||||||
|
"expanded": "Aggressive pivoting",
|
||||||
|
"description": "This extended event is composed of elements resulting of a careless pivoting"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "complementary-analysis",
|
||||||
|
"expanded": "Complementary analysis",
|
||||||
|
"description": "This extended event is composed of elements gathered by a different analyst than the original one"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"predicate": "chunked-event",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"value": "time-based",
|
||||||
|
"expanded": "Time based",
|
||||||
|
"dscription": "is an element of a serie of extended events, split by matter of time"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "counter-based",
|
||||||
|
"expanded": "Counter based",
|
||||||
|
"description": "is an element of a serie of extended events, split by number of elements"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue