Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taranis-ai/taranis-ai
Taranis AI is an advanced Open-Source Intelligence (OSINT) tool, leveraging Artificial Intelligence to revolutionize information gathering and situational analysis.
https://github.com/taranis-ai/taranis-ai
artificial-intelligence cybersecurity nlp osint secops
Last synced: 4 days ago
JSON representation
Taranis AI is an advanced Open-Source Intelligence (OSINT) tool, leveraging Artificial Intelligence to revolutionize information gathering and situational analysis.
- Host: GitHub
- URL: https://github.com/taranis-ai/taranis-ai
- Owner: taranis-ai
- License: eupl-1.2
- Created: 2023-10-05T08:40:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:20:54.000Z (3 months ago)
- Last Synced: 2024-10-29T11:45:41.220Z (3 months ago)
- Topics: artificial-intelligence, cybersecurity, nlp, osint, secops
- Language: Python
- Homepage: https://taranis.ai/
- Size: 11.8 MB
- Stars: 245
- Watchers: 11
- Forks: 31
- Open Issues: 71
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Taranis AI
![Logo](./resources/images/logo.svg)
Taranis AI is an advanced Open-Source Intelligence (OSINT) tool, leveraging Artificial Intelligence to revolutionize information gathering and situational analysis.
Taranis navigates through diverse data sources like websites to collect unstructured news articles, utilizing Natural Language Processing and Artificial Intelligence to enhance content quality.
Analysts then refine these AI-augmented articles into structured reports that serve as the foundation for deliverables such as PDF files, which are ultimately published.![Screenshot](./resources/images/screenshot.png)
## Getting Started
For production deployments see our [Deployment Guide using docker compose](https://taranis.ai/docs/getting-started/deployment/)
## Contributions
We welcome contributions from the community! If you're interested in contributing to Taranis AI, please read our [Development Setup Guide](./dev/README.md) to get started.
## Documentation
See [ADVANCED OSINT ANALYSIS FOR NIS AUTHORITIES, CSIRT TEAMS AND ORGANISATIONS](./doc/2023_IKTSichKonf_AWAKE_v3.pdf) for a presentation about the current features.
See [taranis.ai](https://taranis.ai/docs/) for documentation of user stories and deployment guides.
## Services
| Type | Name | Description |
| :-------- | :-------- | :------------------------------------ |
| Backend | core | Backend for communication with the Database and offering REST Endpoints to workers and frontend |
| Frontend | gui | Vuejs3 based Frontend |
| Worker | worker | Celery Worker offering collectors, bots, presenters and publisher features |### Support services
| Type | Name | Description |
| :-------------- | :------------------- | :------------------------------------ |
| Database | database | Supported are PostgreSQL and SQLite with PostgreSQL as our primary citizen |
| Message-broker | rabbitmq | Message Broker for distribution of Workers and Publish Subscribe Queue Management |
| SSE | sse | [SSE Broker](https://github.com/taranis-ai/sse-broker) |
| Scheduler | scheduler | [taranis-scheduler](https://github.com/taranis-ai/taranis-scheduler) |## Features
* Advanced OSINT Capabilities: Taranis AI scours multiple data sources, such as websites, for unstructured news articles, providing a comprehensive intelligence feed.
* AI-Enhanced Analysis: Utilizes Artificial Intelligence and Natural Language Processing to automatically enhance and enrich collected articles for higher content quality.
* Analyst-Friendly Workflow: Offers a streamlined process where analysts can easily convert unstructured news into structured report items, optimizing the data transformation journey.
* Multi-Format Output: Generates a variety of end products, including structured reports and PDF files, tailored to specific informational needs.
* Seamless Publishing: Facilitates the effortless publication of finalized intelligence products, ensuring timely dissemination of critical information.### OpenAPI
An [OpenAPI spec](./src/core/core/static/openapi3_1.yaml) for the REST API is included and can be accessed in a running installation under `config/openapi`.
### Hardware requirements
To use all NLP features make sure to have at least: 16 GB RAM, 4 CPU cores and 50GB of disk storage.
Without NLP: 2 GB of RAM, 2 CPU cores and 20 GB of disk storage
### Directory structure
* src/ - Taranis AI source code:
* [core](src/core/) is the REST API, the central component of Taranis AI
* [gui](src/gui/) is the web user interface
* [worker](src/worker/) retrieve OSINT information from various sources (such as web, twitter, email, atom, rss, slack, and more) and create **news items**.
* [docker/](docker/) - Support files for Docker image creation and example docker-compose file## About
This project was inspired by [Taranis3](https://github.com/NCSC-NL/taranis3), as well as by [Taranis-NG](https://github.com/SK-CERT/Taranis-NG/).
It is released under terms of the [European Union Public Licence](https://eupl.eu/1.2/en/).## EU Funding
![Co-financed by the Connecting Europe Facility of the European Union](https://ec.europa.eu/inea/sites/default/files/ceflogos/en_horizontal_cef_logo_2.png)