Infrastructure state has been added

pull/15/head
Alexandre Dulaunoy 2016-02-16 11:44:12 +01:00
parent fbed17eb93
commit 707aefb23b
1 changed files with 22 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"namespace": "adversary",
"description": "An overview and description of the adversary infrastructure",
"version": 2,
"version": 3,
"predicates": [
{
"value": "infrastructure-status",
@ -10,6 +10,10 @@
{
"value": "infrastructure-type",
"expanded": "Infrastructure Type"
},
{
"value": "infrastructure-state",
"expanded": "Infrastructure State"
}
],
"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",
"entry": [