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


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-data for 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:


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]