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: The Cosive STIX Data Generator


Hi All,

As Patrick mentioned early last week, Cosive recently released the free online STIX Data Generator to automatically generate STIX content. It's purpose is twofold:
The STIX Data Generator allows users to select the version of STIX they wish to generate, the number of objects they want returned, and which objects they wish the generator will select from. A STIX document is then constructed to the users specifications.

Data generated by the STIX Data Generator is always within the http://stix.exampledata.org namespace, allowing vendors to easily differentiate test data from real production data. The stix.exampledata.org domain is owned by Cosive; we use it solely for test STIX data and we would like to invite anyone to use stix.exampledata.org as the namespace for your test STIX dataset too.

One useful feature is that the STIX Data Generator also has an API, allowing one to generate STIX documents using wget or curl from inside a script. That provides some nice possibilities for scripting automatic tests. Some basic API usage examples are:
curl 'https://api.cosive.com/sdg/v1/stix'  # basic form, STIX 1.2 w/ random objects
curl 'https://api.cosive.com/sdg/v1/stix?version=1.1.1'   # pick your STIX output version, 1.2 or 1.1.1
curl 'https://api.cosive.com/sdg/v1/stix?version=1.2&count=50&objects=url,domain'   # 50 URLs and domains, STIX 1.2
More information is available on the website: https://generator.cosive.com

We'd really appreciate feedback, especially around the objects included in the STIX Data Generator. If you have some recommendations on what we should work on next, we'd love to hear them! 

Cheers

Terry MacDonald, Chris Horsley and Kayne Naughton



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