2017-11-04 10:30:12 +01:00
{
"namespace" : "ais-marking" ,
"description" : "The AIS Marking Schema implementation is maintained by the National Cybersecurity and Communication Integration Center (NCCIC) of the U.S. Department of Homeland Security (DHS)" ,
2019-11-05 10:28:02 +01:00
"version" : 2 ,
2017-11-04 10:30:12 +01:00
"predicates" : [
{
"value" : "TLPMarking" ,
2019-11-05 10:28:02 +01:00
"expanded" : "TLP Marking" ,
"exclusive" : true
2017-11-04 10:30:12 +01:00
} ,
{
"value" : "AISConsent" ,
2019-11-05 10:28:02 +01:00
"expanded" : "AIS Consent" ,
"exclusive" : true
2017-11-04 10:30:12 +01:00
} ,
{
"value" : "CISA_Proprietary" ,
2019-11-05 10:28:02 +01:00
"expanded" : "CISA Proprietary" ,
"exclusive" : true
2017-11-04 10:30:12 +01:00
} ,
{
"value" : "AISMarking" ,
2019-11-05 10:28:02 +01:00
"expanded" : "AIS Marking" ,
"exclusive" : true
2017-11-04 10:30:12 +01:00
}
] ,
"values" : [
{
"predicate" : "TLPMarking" ,
"entry" : [
{
"value" : "WHITE" ,
"expanded" : "WHITE" ,
"colour" : "#FFFFFF"
} ,
{
"value" : "GREEN" ,
"expanded" : "GREEN" ,
"colour" : "#339900"
} ,
{
"value" : "AMBER" ,
"expanded" : "AMBER" ,
"colour" : "#FFC000"
}
]
} ,
{
"predicate" : "AISConsent" ,
"entry" : [
{
"value" : "EVERYONE" ,
"expanded" : "EVERYONE"
} ,
{
"value" : "USG" ,
"expanded" : "USG"
} ,
{
"value" : "NONE" ,
"expanded" : "NONE"
}
]
} ,
{
"predicate" : "CISA_Proprietary" ,
"entry" : [
{
"value" : "true" ,
"expanded" : "true"
} ,
{
"value" : "false" ,
"expanded" : "false"
}
]
} ,
{
"predicate" : "AISMarking" ,
"entry" : [
{
"value" : "Is_Proprietary" ,
"expanded" : "Is_Proprietary"
} ,
{
"value" : "Not_Proprietary" ,
"expanded" : "Not_Proprietary"
}
]
}
]
}