From 40f1585f634cf69ef8f516c1270c863a88c1a8cb Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 16 Feb 2016 21:19:19 +0100 Subject: [PATCH] action added to the adversary name space --- adversary/machinetag.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/adversary/machinetag.json b/adversary/machinetag.json index 3f6a469..e73b765 100644 --- a/adversary/machinetag.json +++ b/adversary/machinetag.json @@ -1,7 +1,7 @@ { "namespace": "adversary", "description": "An overview and description of the adversary infrastructure", - "version": 3, + "version": 4, "predicates": [ { "value": "infrastructure-status", @@ -14,6 +14,10 @@ { "value": "infrastructure-state", "expanded": "Infrastructure State" + }, + { + "value": "infrastructure-action", + "expanded": "Infrastructure Action" } ], "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", "entry": [