chg: [cti/ioc] jq and MANIFEST updated
parent
a0639dda19
commit
4ab6661f0a
|
@ -123,6 +123,11 @@
|
||||||
"name": "cssa",
|
"name": "cssa",
|
||||||
"version": 8
|
"version": 8
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "Cyber Threat Intelligence cycle to control workflow state of your process.",
|
||||||
|
"name": "cti",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Current events - Schemes of Classification in Incident Response and Detection",
|
"description": "Current events - Schemes of Classification in Incident Response and Detection",
|
||||||
"name": "current-event",
|
"name": "current-event",
|
||||||
|
@ -378,6 +383,11 @@
|
||||||
"name": "interception-method",
|
"name": "interception-method",
|
||||||
"version": 1
|
"version": 1
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"description": "An IOC classification to facilitate automation of malicious and non malicious artifacts",
|
||||||
|
"name": "ioc",
|
||||||
|
"version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"description": "Internet of Things taxonomy, based on IOT UK report https://iotuk.org.uk/wp-content/uploads/2017/01/IOT-Taxonomy-Report.pdf",
|
"description": "Internet of Things taxonomy, based on IOT UK report https://iotuk.org.uk/wp-content/uploads/2017/01/IOT-Taxonomy-Report.pdf",
|
||||||
"name": "iot",
|
"name": "iot",
|
||||||
|
|
|
@ -5,34 +5,33 @@
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "planning",
|
"value": "planning",
|
||||||
"description":"CTI requirementes being generated.",
|
"description": "CTI requirementes being generated.",
|
||||||
"expanded": "Phase"
|
"expanded": "Phase"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "collection",
|
"value": "collection",
|
||||||
"description":"Data collection initiated.",
|
"description": "Data collection initiated.",
|
||||||
"expanded": "Phase"
|
"expanded": "Phase"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "processing-and-analysis",
|
"value": "processing-and-analysis",
|
||||||
"description":"Data is being processed and analyzed",
|
"description": "Data is being processed and analyzed",
|
||||||
"expanded": "Phase"
|
"expanded": "Phase"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "dissemination-done",
|
"value": "dissemination-done",
|
||||||
"description":"CTI product created and delivered to stakeholders.",
|
"description": "CTI product created and delivered to stakeholders.",
|
||||||
"expanded": "Phase"
|
"expanded": "Phase"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "feedback-received",
|
"value": "feedback-received",
|
||||||
"description":"Feedback received by stakeholders.",
|
"description": "Feedback received by stakeholders.",
|
||||||
"expanded": "Phase"
|
"expanded": "Phase"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"value": "feedback-pending",
|
"value": "feedback-pending",
|
||||||
"description":"Feedback pending by stakeholders.",
|
"description": "Feedback pending by stakeholders.",
|
||||||
"expanded": "Phase"
|
"expanded": "Phase"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,5 +22,5 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue