/libstix2

APIs for generating STIX 2.1 and TAXII 2.1 messages with Go (Golang)

Primary LanguageGoApache License 2.0Apache-2.0

Nextpart/libstix2 1.0.0

Go Report Card GoDoc

libstix2 an API for generating JSON based STIX objects and TAXII messages with the Go (Golang) programming language. Please see the examples directory and the README files in each of the sub packages for more information. This API is built to support STIX 2.x.

Fork

This is a fork of https://github.com/freetaxii/libstix2, Copyright 2015-2020 Bret Jordan, All rights reserved. Additionally, changes made by https://github.com/avast/libstix2 were incorporated.

In v1.0.0, the library was refactored and large part of the original library is now gone. The API is also vastly different.

Installation

This package can be installed with the go get command:

go get github.com/nextpart/libstix2

License

This is free software, licensed under the Apache License, Version 2.0. Read this for a summary.