Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

When exporting a STIX bundle, the system should not include objects that are missing an ATT&CK ID #94

Closed
ElJocko opened this issue Jul 20, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ElJocko
Copy link
Contributor

ElJocko commented Jul 20, 2021

Downstream tools (e.g., Navigator and the ATT&CK website) require that all objects of the main ATT&CK object types have an ATT&CK ID. The REST API should enforce this by default when exporting a STIX bundle.

This requirement applies to the following object types:

  • data sources
  • groups
  • matrices
  • mitigations
  • software (tools and malware)
  • tactics
  • techniques

Note that this has the potential to leave dangling references in the exported bundle if a relationship references an object that does not have an ATT&CK ID (relationships reference objects using the object's stix.id property).

This behavior will be the default for the GET /api/stix-bundles endpoint.

The system must also support a new query string parameter (includeMissingAttackId) for this endpoint that will allow a client to request that all objects be included in the exported bundle, even if they do not have an ATT&CK ID. This will support future uses of the export capability.

GET /api/stix-bundles?includeMissingAttackId=true

@ElJocko ElJocko added the enhancement New feature or request label Jul 20, 2021
@ElJocko ElJocko closed this as completed Apr 8, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant