Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/teddriggs/cti
- Owner: TedDriggs
- License: mit
- Created: 2021-04-13T22:43:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T17:17:29.000Z (12 months ago)
- Last Synced: 2024-04-24T12:26:42.963Z (9 months ago)
- Language: Rust
- Size: 8.42 MB
- Stars: 10
- Watchers: 4
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.