From 738221778ef807da833664fc2aed47cac2d505a3 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 4 Mar 2021 15:41:35 +0100 Subject: [PATCH] chg: [adversary] C2 type added --- adversary/machinetag.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/adversary/machinetag.json b/adversary/machinetag.json index b4ed0b4..6e89e5a 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": 5, + "version": 6, "predicates": [ { "value": "infrastructure-status", @@ -110,6 +110,10 @@ { "value": "tds", "expanded": "Traffic Distribution Systems including exploit delivery or/and web monetization channels" + }, + { + "value": "c2", + "expanded": "C2 infrastructure without known specific type." } ] }