action added to the adversary name space
parent
41af89ae44
commit
40f1585f63
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"namespace": "adversary",
|
"namespace": "adversary",
|
||||||
"description": "An overview and description of the adversary infrastructure",
|
"description": "An overview and description of the adversary infrastructure",
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "infrastructure-status",
|
"value": "infrastructure-status",
|
||||||
|
@ -14,6 +14,10 @@
|
||||||
{
|
{
|
||||||
"value": "infrastructure-state",
|
"value": "infrastructure-state",
|
||||||
"expanded": "Infrastructure State"
|
"expanded": "Infrastructure State"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "infrastructure-action",
|
||||||
|
"expanded": "Infrastructure Action"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"values": [
|
"values": [
|
||||||
|
@ -34,6 +38,27 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"predicate": "infrastructure-action",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"value": "passive-only",
|
||||||
|
"expanded": "Only passive requests shall be performed to avoid detection by the adversary"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "take-down",
|
||||||
|
"expanded": "Take down requests can be performed in order to deactivate the adversary infrastructure"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "monitoring-active",
|
||||||
|
"expanded": "Monitoring requests are ongoing on the adversary infrastructure"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "pending-law-enforcement-request",
|
||||||
|
"expanded": "Law enforcement requests are ongoing on the adversary infrastructure"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"predicate": "infrastructure-state",
|
"predicate": "infrastructure-state",
|
||||||
"entry": [
|
"entry": [
|
||||||
|
|
Loading…
Reference in New Issue