Red Team Operations Logging
Track, organize, and analyze your offensive security operations with precision
Organize logs by operation with automatic tagging and access control. Keep separate operations isolated while maintaining centralized visibility.
Automatic detection of relationships between hosts, users, commands, and credentials. Visualize your network footprint and lateral movement paths.
RESTful API with operation-scoped keys for automated log ingestion from your C2 frameworks, tools, and scripts.
Self-hosted, TLS-encrypted, with Google SSO authentication and role-based access control. Your data stays under your control.
Automatic and manual tagging system for categorizing logs. Filter and search across operations with powerful query capabilities.
Live log streaming, relationship graph updates, and operation status tracking. See your engagement progress in real-time.
Clio is built with a modern, scalable architecture designed for high-performance logging and analysis.
React + Vite
Port 3000Node.js + Express
Port 3001PostgreSQL 17
Port 5432Node.js + GraphQL
Port 3002In-Memory Store
Port 6379Reverse Proxy
Ports 80/443Integrate Clio with your existing tools and workflows
Clean, consistent API endpoints for log submission, querying, and management
POST /api/ingest/logs
API keys automatically tagged to specific operations for seamless log organization
X-API-Key: rtl_...
Submit up to 50 logs per request with automatic deduplication
Rate: 120 req/min
curl -k -X POST https://your-host/api/ingest/logs \
-H "Content-Type: application/json" \
-H "X-API-Key: rtl_yourkey_abc123" \
-d '{
"hostname": "target-server",
"username": "admin",
"command": "whoami /all",
"tags": ["enumeration", "windows"]
}'
Track commands, credentials, and access across complex engagements
Document findings and maintain detailed audit trails for clients
Capture and analyze techniques for training and methodology development
Coordinate between offensive and defensive teams with shared visibility
Deploy Clio on your infrastructure in minutes
git clone https://github.com/seahop/Clio.git
cp .env.example .env && ./setup.sh
docker compose up -d
https://your-host
Join red teams using Clio to track and analyze their engagements
Get Started on GitHub