Releases: NullRabbitLabs/minerva-hdn
Releases · NullRabbitLabs/minerva-hdn
v0.1.0 — Initial Public Release
First public release of Minerva-HDN, the honeypot detection module from NullRabbit Labs.
Features
- Statistical analysis of TCP round-trip timing samples
- Detection signals: coefficient of variation, slow-first-response, bimodal distribution
- CLI tool with JSON output
- HTTP API with single and batch analysis endpoints
- MCP server for AI assistant integration
- Stateless design — no database, no message queue, embeddable as a library
Install
```bash
pip install -e ".[dev]"
```
See README for full documentation.