From 707aefb23be0e016cdb33fe6ed4b49ada35ea8c5 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 16 Feb 2016 11:44:12 +0100 Subject: [PATCH] Infrastructure state has been added --- adversary/machinetag.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/adversary/machinetag.json b/adversary/machinetag.json index 5de23cb..3f6a469 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": 2, + "version": 3, "predicates": [ { "value": "infrastructure-status", @@ -10,6 +10,10 @@ { "value": "infrastructure-type", "expanded": "Infrastructure Type" + }, + { + "value": "infrastructure-state", + "expanded": "Infrastructure State" } ], "values": [ @@ -30,6 +34,23 @@ } ] }, + { + "predicate": "infrastructure-state", + "entry": [ + { + "value": "unknown", + "expanded": "Infrastructure state is unknown or cannot be evaluated" + }, + { + "value": "active", + "expanded": "Infrastructure state is active and actively used by the adversary" + }, + { + "value": "down", + "expanded": "Infrastructure state is known to be down" + } + ] + }, { "predicate": "infrastructure-type", "entry": [