Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pandh4cker/threaty-rs

Combine multiples CTI APIs in Rust to help performing analysis
https://github.com/pandh4cker/threaty-rs

api censys censys-api censys-client cti library rust shodan shodan-api

Last synced: about 2 months ago
JSON representation

Combine multiples CTI APIs in Rust to help performing analysis

Awesome Lists containing this project

README

        

# Threaty

[![crates.io](https://img.shields.io/crates/v/threaty-rs.svg)](https://crates.io/crates/threaty-rs)
[![docs.rs](https://docs.rs/threaty-rs/badge.svg)](https://docs.rs/threaty-rs/)
![build](https://github.com/MrrRaph/threaty-rs/workflows/build/badge.svg)

## Author: [Raphael Dray](https://www.linkedin.com/in/raphaeldray/)
Threaty is a [Rust](https://www.rust-lang.org/) library to perform
[CTI (Cyber Threat Intelligence)](https://en.wikipedia.org/wiki/Cyber_threat_intelligence)
more agreeably by interfacing with 2 APIs for now such as
[Censys.io](https://censys.io/) and [Shodan.io](https://www.shodan.io/).

---
### Why this library ?
For now, unfortunately,
there are no Rust library that can help to perform CTI using this language.

So, I decided to create this one I mainly approached its implementation to be
as easiest to use and to maintain/improve as possible.