Jack Sheriff
Jack Sheriff
These objects (G0097 and S0302) are both mobile objects and should only appear in the Mobile collection bundle. They are included in the Enterprise collection bundle because: - They were...
Thanks for catching this. For ATT&CK v13.0 we modified the `x_mitre_shortname` for ICS tactics to fit the pattern used for other tactics. We also updated the ICS techniques to match....
There is no requirement to retain an orphaned sub technique. Being able to deprecate the sub-technique itself or attach the sub-technique to a different parent technique covers the required use...
Probably requires REST API/database support.
- Add new property `workspace.workflow.soft_delete` - `relationshipsService.delete()` should set the `soft_delete` property of the object to `true` - `relationshipsService.retrieveAll()` should filter out any relationship object where this property is `true`...
**Checking whether the collection index has been updated:** Retrieve the collection index from the remote URL (remoteCI) and compare its `modified` timestamp with the `modified` timestamp of the last saved...
Keycloak changed their implementation at some point. The change breaks the OIDC interoperability with the ATT&CK Workbench REST API. We have a fix for this in testing right now.
At the docker compose level, the problem is: - The `attack-workbench-database` container stopped after the MongoDB database running in that container failed with exit code 14 - That caused the...