Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/teddriggs/cti

Cyber threat intelligence crates for Rust
https://github.com/teddriggs/cti

Last synced: 2 months ago
JSON representation

Cyber threat intelligence crates for Rust

Awesome Lists containing this project

README

        

# cti

Rust crates for working with threat intelligence in the STIX 2.0 format.
The goal of this project is to make working with threat intelligence easy and type-safe in Rust.

This project is still very much a work-in-progress.

## stix

The `stix` crate provides the standards-defined functionality for STIX, including core data types and domain objects.
This crate also exposes proc-macros for extending the STIX schema with custom domain objects.

## attck

A consumer of the `stix` crate with additional resources for MITRE matrices and tactics.