Infrastructure state has been added
parent
fbed17eb93
commit
707aefb23b
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"namespace": "adversary",
|
"namespace": "adversary",
|
||||||
"description": "An overview and description of the adversary infrastructure",
|
"description": "An overview and description of the adversary infrastructure",
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "infrastructure-status",
|
"value": "infrastructure-status",
|
||||||
|
@ -10,6 +10,10 @@
|
||||||
{
|
{
|
||||||
"value": "infrastructure-type",
|
"value": "infrastructure-type",
|
||||||
"expanded": "Infrastructure Type"
|
"expanded": "Infrastructure Type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "infrastructure-state",
|
||||||
|
"expanded": "Infrastructure State"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"values": [
|
"values": [
|
||||||
|
@ -30,6 +34,23 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"predicate": "infrastructure-state",
|
||||||
|
"entry": [
|
||||||
|
{
|
||||||
|
"value": "unknown",
|
||||||
|
"expanded": "Infrastructure state is unknown or cannot be evaluated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "active",
|
||||||
|
"expanded": "Infrastructure state is active and actively used by the adversary"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "down",
|
||||||
|
"expanded": "Infrastructure state is known to be down"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"predicate": "infrastructure-type",
|
"predicate": "infrastructure-type",
|
||||||
"entry": [
|
"entry": [
|
||||||
|
|
Loading…
Reference in New Issue