Proposal for blocking module expansion
parent
1c6ece2ae6
commit
4bc5cbaab7
|
@ -18,6 +18,15 @@
|
||||||
],
|
],
|
||||||
"predicate": "api"
|
"predicate": "api"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"expanded": "block",
|
||||||
|
"value": "block"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"predicate": "expansion"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"predicate": "contributor",
|
"predicate": "contributor",
|
||||||
"entry": [
|
"entry": [
|
||||||
|
@ -116,9 +125,14 @@
|
||||||
"description": "Event with this tag should not be synced to other MISP instances",
|
"description": "Event with this tag should not be synced to other MISP instances",
|
||||||
"expanded": "Should not sync",
|
"expanded": "Should not sync",
|
||||||
"value": "should-not-sync"
|
"value": "should-not-sync"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Expansion tag incluencing the MISP behavior using expansion modules",
|
||||||
|
"expanded": "Expansion",
|
||||||
|
"value": "expansion"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"description": "MISP taxonomy to infer with MISP behavior or operation.",
|
"description": "MISP taxonomy to infer with MISP behavior or operation.",
|
||||||
"expanded": "MISP",
|
"expanded": "MISP",
|
||||||
"namespace": "misp"
|
"namespace": "misp"
|
||||||
|
|
Loading…
Reference in New Issue