OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cti-users message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [cti-users] Re: Isolate STIX as file after transfer through TAXII 2



Hi Stanley,

Yes, a bundle is use to "transport" one or more STIX-2 objects to the server, and from the server to the client.

To do what you ask, you could use a Taxii-2 client library like:

Python: https://github.com/oasis-open/cti-taxii-client

_javascript_: https://github.com/workingDog/taxii2lib

Scala: https://github.com/workingDog/Taxii2LibScala

and use the library to extract the individual STIX objects from the bundle and save them to file.

From the client side, have a look at my Scala TestApp at: https://github.com/workingDog/testtaxii

or a _javascript_ equivalent at: https://github.com/workingDog/taxii2lib/blob/master/src/testApp.js

Hope it helps.

Ringo


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]