From 9d2284f772e699393f8c58f4970edc61c148e837 Mon Sep 17 00:00:00 2001 From: jenter8 Date: Mon, 1 Aug 2016 13:45:39 +0200 Subject: [PATCH] Add files via upload --- PAP/machinetag.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 PAP/machinetag.json diff --git a/PAP/machinetag.json b/PAP/machinetag.json new file mode 100644 index 0000000..4d44ca3 --- /dev/null +++ b/PAP/machinetag.json @@ -0,0 +1,25 @@ +{ + "namespace": "PAP", + "expanded": "Permissible Actions Protocol", + "description": "The Permissible Actions Protocol - or short: PAP - was designed to indicate how the information can or must not be used.", + "version": 2, + "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." + }, + { + "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." + }, + { + "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." + }, + { + "value": "WHITE", + "expanded": "(PAP:WHITE) No restrictions in using this information." + } + ], + "values": null +}