Skip to content

Tool that automates the retrieval of cybersecurity intelligence data related to known vulnerabilities (CVE) for Fennec.

License

Notifications You must be signed in to change notification settings

tanukibox/cve-tanuki-scribe

Repository files navigation

CVE Tanuki Scribe

Description

CVE Tanuki Scribe is a Python tool that automates the retrieval of cybersecurity intelligence data related to known vulnerabilities (CVE). Its main function is to collect, process, and send this data to Fennec, a service it integrates with to enhance its knowledge base.

Features

  • Automatic download of CVE data from cybersecurity intelligence sources on the internet.
  • Processing and formatting of data for integration with Fennec.
  • Support for scheduled and automated execution.
  • Detailed logging of activities and errors for auditing and debugging.

Installation

Requirements

  • Python 3.8 or higher
  • Dependencies specified in requirements.txt

Installation Steps

  1. Clone the repository:
    git clone https://github.com/YourUser/CVE-Tanuki-Scribe.git
    cd CVE-Tanuki-Scribe
  2. Create a virtual environment (optional but recommended):
    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install dependencies:
    pip install -r requirements.txt

Usage

To manually run the tool:

python main.py

If you want to set up periodic execution, you can use cron on Linux or Task Scheduler on Windows.

License

This project is distributed under the AGPL license.

Contact

For questions or suggestions, open an issue in the repository or contact us at [email protected].

About

Tool that automates the retrieval of cybersecurity intelligence data related to known vulnerabilities (CVE) for Fennec.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published