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: Stix 2 Fake Data Generator: for testing, performance tweaks, prototyping, analysis, tool building, etc.


Stephen - I just want to say, thank you for the amazing work and contribution to the community on this. I have been keeping close tabs on it.

Having access to quality test data is an under-appreciated thing but it is critical to developing well-working interoperable software.

-
Jason Keirstead
Lead Architect - IBM Security Connect
www.ibm.com/security

"Would you like me to give you a formula for success? It's quite simple, really. Double your rate of failure."

- Thomas J. Watson




From:        Stephen Russett <stephen@digitalstate.ca>
To:        "cti-users@lists.oasis-open.org" <cti-users@lists.oasis-open.org>
Date:        04/29/2019 08:35 AM
Subject:        [cti-users] Re: Stix 2 Fake Data Generator: for testing, performance tweaks, prototyping, analysis, tool building, etc.
Sent by:        <cti-users@lists.oasis-open.org>




Good morning everyone.

I Want to share a update for STIX faker that was just released this morning: configurable Observable-data.  Using a Json body in the GET request, you can configurable all of the ranges, date sub-second precision, field probabilities, etc.  

Can check out: https://github.com/StephenOTT/STIX-Faker/blob/master/README.md#observed-datafor some example usage.

This pattern will eventually be pushed to the other objects in the stix library.  Allowing a very configurable setup for your fake data generation.

Enjoy.



 


From: Stephen Russett <stephen@digitalstate.ca>
Sent:
Monday, March 11, 2019 9:55 PM
To:
cti-users@lists.oasis-open.org
Subject:
Re: Stix 2 Fake Data Generator: for testing, performance tweaks, prototyping, analysis, tool building, etc.

 
Hello everyone!

New update for STIX-Faker: Just updated to support Cyber Observable Extensions; https://github.com/StephenOTT/STIX-Faker
Support has been added for:
  1. ArchiveFileExtensionExt
  2. HttpRequestExtensionExt
  3. IcmpExtensionExt
  4. NetworkSocketExtensionExt
  5. NtfsFileExtenstionExt
  6. PdfFileExtensionExt
  7. RasterImageFileExtensionExt
  8. TcpExtensionExt
  9. UnixAccountExtensionExt
  10. WindowsPeBinaryFileExtensionExt
  11. WindowsProcessExtensionExt
  12. WindowsServiceExtensionExt

These will generate with their relevant Cyber Observable Objects

Can download and run from the command line with a ready to use JAR: https://github.com/StephenOTT/STIX-Faker/releases/tag/0.6.0

`localhost:8080/api/sdo/observed-data`  or access through a Bundle generation localhost:8080/api/bundle

Enjoy!




From: Stephen Russett
<stephen@digitalstate.ca>
Reply: Stephen Russett
<stephen@digitalstate.ca>
Date: February 18, 2019 at 9:50:23 PM
To: cti-users@lists.oasis-open.org
<cti-users@lists.oasis-open.org>
Subject:  Stix 2 Fake Data Generator: for testing, performance tweaks, prototyping, analysis, tool building, etc.


Hello Everyone!

Wanted to share a new tool for anyone building libraries or tooling that consumes STIX 2 JSON data.

STIX-Faker: A STIX 2 fake data generator:

https://github.com/StephenOTT/STIX-Faker

Current implementation is a web server, but I will also release a CLI version.  With the web server you can generate fake STIX 2.x JSON data on demand through HTTP.  Current configs are not exposed to the endpoints, but in subsequent releases there will be configs you can pass in the GET requests that will like you configure all of the probabilities, counts, data ranges, int ranges, etc.

Data will change on each new request and you will notice varying ranges, probabilities, and counts that are returned.

Community suggestions, ideas, issues, etc, are always welcome!

Enjoy!

Stephen







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