RSTORE is a libre software which is providing a backend architecture for the reporting and tracking of observations and records efficiently. It is composed of:
- a documented HTTP API;
- a database backend based on kvrocks
The API is based on the FastAPI framework well known for its excellent performance and Pydantic for the data validation.
A documentation is available with more information.
As a CSIRT, we manage a substantial volume of scan results, notifications, and reports, which often overwhelm our ticketing system. To address this, we decided to develop our own tool for quick and efficient lookup of all notifications related to our activities.
See the installation section of the documentation.
RSTORE is distributed under the terms of the GNU Affero General Public License version 3.
- Copyright (C) 2024-2025 CIRCL - Computer Incident Response Center Luxembourg
- Copyright (C) 2024-2025 Cédric Bonhomme