-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement "TAXII inbox" (supporting pushing data to TAXII endpoint as part of the TAXII protocol) #8932
Comments
This is to implement TAXII Inbox support in the OpenCTI 2.1 TAXII server, so that clients may POST STIX documents to the /objects endpoint. May need another issue for the OpenCTI TAXII client to be able to push this data. |
More internal requirement notes here |
It's worth noting that the term Inbox appears to be a legacy term from the TAXII 1.X standard, and is simply referred to as a POST method in TAXII 2.1. It is also worth noting that the mapping and handling of data sent from client to server may need to be highly configurable. For example, the current TAXII POST connector removes the created_by key value, presumably to improve confidentiality of the client user when sending data to the ISAC. However, for example, at least one ISAC/CERT specifies that the created_by key value must be populated by the contributor for attribution in handling by the CERT team. While filters for the data stream can also be used in the UI, the connector configuration serves as a hard block on any confidential data being uploaded, so this should be a system config or Danger Zone config. MISP Guard gives an example of how this is done elsewhere. If any CERTs and ISACs can share examples of their TAXII POST requirements, this would help inform the configuration options needed. |
For me misp guard is a way to prevent unwanted sharing but not security posting (https://www.misp-project.org/2022/09/13/misp-guard.html/). Do we really need a kind of post protection to prevent specific data to be written? @damians-filigran , @SamuelHassine, @romain-filigran ? |
It's not clear to me why we should implement a control mechanism for data published in OpenCTI. |
Yes @romain-filigran @richard-julien , please ignore references to MISP Guard; this would relate to adding this feature to the TAXII client, but this FR relates to implementing it on the OCTI TAXII Server. |
Use case
Implement "TAXII inbox" (supporting pushing data to TAXII endpoint as part of the TAXII protocol)
The text was updated successfully, but these errors were encountered: