chg: [adversary] C2 type added

pull/205/head
Alexandre Dulaunoy 2021-03-04 15:41:35 +01:00
parent 75a9cdca81
commit 738221778e
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"namespace": "adversary",
"description": "An overview and description of the adversary infrastructure",
"version": 5,
"version": 6,
"predicates": [
{
"value": "infrastructure-status",
@ -110,6 +110,10 @@
{
"value": "tds",
"expanded": "Traffic Distribution Systems including exploit delivery or/and web monetization channels"
},
{
"value": "c2",
"expanded": "C2 infrastructure without known specific type."
}
]
}