Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pandh4cker/threaty-rs
- Owner: PandH4cker
- License: apache-2.0
- Created: 2021-12-25T14:14:19.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T18:09:19.000Z (almost 3 years ago)
- Last Synced: 2024-10-30T19:02:39.123Z (2 months ago)
- Topics: api, censys, censys-api, censys-client, cti, library, rust, shodan, shodan-api
- Language: Rust
- Homepage:
- Size: 56.6 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.