StixexMispSerialiser

A serialiser from Stix to MISP (and maybe the other way around in the future)

For use with StixEx

Installation

If available in Hex, the package can be installed by adding stixex_misp_serialiser to your list of dependencies in mix.exs:

def deps do
  [
    {:stixex_misp_serialiser, "~> 0.1.1"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/stixex_misp_serialiser.

Usage

StixEx.Bundle.to_string(bundle, serialiser: StixEx.Serialiser.MISP)