https://github.com/stratosphereips/dataset-hornet-tools
Repository to host the tools used to process and analyze the data for the Stratosphere CTU Hornet datasets.
https://github.com/stratosphereips/dataset-hornet-tools
Last synced: 6 months ago
JSON representation
Repository to host the tools used to process and analyze the data for the Stratosphere CTU Hornet datasets.
- Host: GitHub
- URL: https://github.com/stratosphereips/dataset-hornet-tools
- Owner: stratosphereips
- License: gpl-2.0
- Created: 2024-07-23T16:19:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T21:35:32.000Z (over 1 year ago)
- Last Synced: 2025-09-04T22:54:49.627Z (11 months ago)
- Language: Python
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Dataset Hornet Tools
This repository contains a tool suite to work with the Stratosphere Hornet Datasets of geografically distributed honeypots.
# Cleaning, Ingestion, and Analysis Tools
The repository contains scripts and tools to process the Hornet data. These are organised by activity:
- **Cleaning**: contains scripts used for data cleaning, such as removing of specific IPs, etc.
- **Ingestion**: contains tools and scripts to ingest the data into a usable DB that can be used for further processing.
- **Metrics**: contains tools and scripts to perform various data analysis tasks, gathering of statistics, etc.
# Dataset Metrics
To generate the key dataset metrics as they appear in the paper, we recommend running the `metrics/duckdb_metrics.py` tool with the parameter `--metrics`:
```bash
python3 metrics/duckdb_metrics.py --db_name ./ctu-hornet-65-niner_v0.1.db --metrics
```
For additional information see the additional information on the `metrics/` folder.
# About
This repo was developed at the Stratosphere Laboratory at the Czech Technical University in Prague.