TAXIIProject / yeti

YETI is a TAXII implementation
BSD 3-Clause "New" or "Revised" License
46 stars 19 forks source link

Implement Query in YETI #53

Closed MarkDavidson closed 10 years ago

MarkDavidson commented 10 years ago

Currently, there are not any public examples of doing TAXII Query or asynchronous results. I feel it would be informative to develop these capabilities in YETI (albeit minimally) as a way to demonstrate one possible implementation of Query and asynchronous results. The notional plan for the capability would be to allow queries on IP and File Hash only. One kind of query would always return results synchronously, and the other would always return results asynchronously. Query requests would be fulfilled using the Poll Exchange and Asynchronous Polling, respectively (Note that pushing of results is not in scope). Additionally, add a script to YETI that permits running a query from the command line.

MarkDavidson commented 10 years ago

I updated branch issue_52 with a fix for this. I did the following:

MarkDavidson commented 10 years ago

Should have been closed when the dev branch was merged into master.