misp-taxonomies/extended-event/machinetag.json

93 lines
2.7 KiB
JSON
Raw Normal View History

2020-05-19 18:59:39 +02:00
{
"namespace": "extended-event",
2020-05-26 16:04:44 +02:00
"description": "Reasons why an event has been extended. ",
2020-05-19 18:59:39 +02:00
"version": 1,
"predicates": [
{
"value": "competitive-analysis",
"expanded": "Competitive analysis"
},
{
"value": "extended-analysis",
"expanded": "Extended analysis"
2020-05-26 16:04:44 +02:00
},
{
"value": "human-readable",
"expanded": "Human readable",
"description": "This extended event makes a human readable output of a machine or technical report."
2020-05-26 16:04:44 +02:00
},
{
"value": "chunked-event",
"expanded": "Chunked Event",
"description": "This extended event is a part of a large event."
2020-05-26 16:04:44 +02:00
},
{
"value": "update",
"expanded": "Update",
"description": "Original event is deprecated"
2020-05-19 18:59:39 +02:00
}
],
"values": [
{
"predicate": "competitive-analysis",
"entry": [
{
"value": "devil-advocate",
2020-05-26 16:04:44 +02:00
"expanded": "Devil's advocate",
"description": "Is a competitive analysis of devil's advocate type."
2020-05-19 18:59:39 +02:00
},
{
"value": "absurd-reasoning",
2020-05-26 16:04:44 +02:00
"expanded": "Absurd reasoning",
"description": "Is a competitive analysis of absurd reasoning type"
2020-05-20 17:21:12 +02:00
},
{
"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"
}
2020-05-19 18:59:39 +02:00
]
},
{
"predicate": "extended-analysis",
"entry": [
{
"value": "automatic-expansion",
2020-05-26 16:04:44 +02:00
"expanded": "Automatic expansion",
"description": "This extended event is composed of elements derived from automatic expanxions services"
2020-05-19 18:59:39 +02:00
},
{
"value": "aggressive-pivoting",
2020-05-26 16:04:44 +02:00
"expanded": "Aggressive pivoting",
"description": "This extended event is composed of elements resulting of a careless pivoting"
2020-05-26 16:04:44 +02:00
},
{
"value": "complementary-analysis",
"expanded": "Complementary analysis",
"description": "This extended event is composed of elements gathered by a different analyst than the original one"
}
2020-05-19 18:59:39 +02:00
]
2020-05-26 16:04:44 +02:00
},
{
"predicate": "chunked-event",
"entry": [
{
"value": "time-based",
"expanded": "Time based",
"description": "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"
}
]
2020-05-19 18:59:39 +02:00
}
]
}