From 74c2890a7c9d3aaa0277e701522233111c0d0e73 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 1 Aug 2016 14:08:57 +0200 Subject: [PATCH] Colour values added to PAP --- PAP/machinetag.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/PAP/machinetag.json b/PAP/machinetag.json index 65b0f89..423f48c 100644 --- a/PAP/machinetag.json +++ b/PAP/machinetag.json @@ -6,19 +6,23 @@ "predicates": [ { "value": "RED", - "expanded": "(PAP:RED) Non-detectable actions only. Recipients may not use PAP:RED information on the network. Only passive actions on logs, that are not detectable from the outside." + "expanded": "(PAP:RED) Non-detectable actions only. Recipients may not use PAP:RED information on the network. Only passive actions on logs, that are not detectable from the outside.", + "colour": "#ff0000" }, { "value": "AMBER", - "expanded": "(PAP:AMBER) Passive cross check. Recipients may use PAP:AMBER information for conducting online checks, like using services provided by third parties (e.g. VirusTotal), or set up a monitoring honeypot." + "expanded": "(PAP:AMBER) Passive cross check. Recipients may use PAP:AMBER information for conducting online checks, like using services provided by third parties (e.g. VirusTotal), or set up a monitoring honeypot.", + "colour:": "#ffa800" }, { "value": "GREEN", - "expanded": "(PAP:GREEN) Active actions allowed. Recipients may use PAP:GREEN information to ping the target, block incoming/outgoing traffic from/to the target or specifically configure honeypots to interact with the target." + "expanded": "(PAP:GREEN) Active actions allowed. Recipients may use PAP:GREEN information to ping the target, block incoming/outgoing traffic from/to the target or specifically configure honeypots to interact with the target.", + "colour": "#00ad1c" }, { "value": "WHITE", - "expanded": "(PAP:WHITE) No restrictions in using this information." + "expanded": "(PAP:WHITE) No restrictions in using this information.", + "colour": "#ffffff" } ], "values": null