Skip to content
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

Need ability to request related objects in one request to a distance of 1(?) #7

Open
jordan2175 opened this issue Aug 30, 2017 · 1 comment

Comments

@jordan2175
Copy link

jordan2175 commented Aug 30, 2017

TAXII should support the ability for a client to tell it to automatically send external relationship objects and their end points to some depth level. This depth level should be configurable on the server and probably advertised either at the api-root level, server level, or maybe even collection level.

The idea is if you ask for a malware object, you could also say, give me all relationships that point to it and the objects on the other side. We would need to be careful here as this could be very intensive for the server to walk the graph. Thus the need to have a depth parameter. Maybe the default depth should be 1. Meaning, just send the external relationships. Then if people want to get the other side, they can make that call separately. Or they could use the auto dereference feature to get the other side.

Now we may chose to not do the depth, and that is okay, but we do need to provide a way to tell the server to give you the relationships.

@MarkDavidson MarkDavidson changed the title Add ability to automatically send external relationships As a User, I want to request related objects to a distance of 1(?), so that I can get everything in one HTTP request Oct 11, 2017
@MarkDavidson
Copy link

Recommendation: Decide whether this is in or out of scope for TAXII 2.1

@jordan2175 jordan2175 changed the title As a User, I want to request related objects to a distance of 1(?), so that I can get everything in one HTTP request Need ability to request related objects in one request to a distance of 1(?) Feb 21, 2018
@jordan2175 jordan2175 added this to To do in TAXII-2.1 Feb 22, 2018
@jordan2175 jordan2175 removed this from To do in TAXII-2.1 Jan 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants