-
Notifications
You must be signed in to change notification settings - Fork 147
Expand file tree
/
Copy pathmachinetag.json
More file actions
40 lines (40 loc) · 1.66 KB
/
machinetag.json
File metadata and controls
40 lines (40 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"namespace": "PAP",
"expanded": "Permissible Actions Protocol",
"description": "The Permissible Actions Protocol - or short: PAP - was designed to indicate how the received information can be used.",
"version": 3,
"exclusive": true,
"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.",
"colour": "#ff2b2b",
"uuid": "35c5f1fa-c244-504e-bdd8-a6e98f502ab7"
},
{
"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. ripe whois), or set up a monitoring honeypot.",
"colour": "#ffc000",
"uuid": "09f19595-73dc-5cc2-8e56-48a8403e4053"
},
{
"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.",
"colour": "#33ff00",
"uuid": "52ef05b9-08cf-56fb-aaec-82093f6dc677"
},
{
"value": "CLEAR",
"expanded": "(PAP:CLEAR) No restrictions in using this information.",
"colour": "#ffffff",
"uuid": "cd72ec20-215c-5cd3-a3a7-06755f81d6bb"
},
{
"value": "WHITE",
"expanded": "(PAP:WHITE) No restrictions in using this information.",
"colour": "#ffffff",
"uuid": "6b973638-eafb-5265-bf70-b96bd06ddfdb"
}
],
"uuid": "8d7472b0-8a76-5be9-bfe0-185cc9ca9c30"
}