Rivendell DF Acceleration Suite - Complete Documentation Index
- QUICKSTART.md - Get up and running in 5 minutes
- USAGE.md - Common tasks and workflows quick reference
- CONFIG.md - Configuration, setup, and troubleshooting
- API.md ⭐ - Complete REST API documentation with examples
- CLI.md ⭐ - Command-line tools reference (gandalf, elrond, MITRE, cloud, AI, SIEM)
- SECURITY.md - Security features, MFA, authentication, best practices
- ARCHITECTURE.md - System design, components, data flow
- REQUIREMENTS.md - System requirements and dependencies
- Start with QUICKSTART.md
- Read USAGE.md for common tasks
- Configure following CONFIG.md
- Review ARCHITECTURE.md
- Study API.md for REST endpoints
- Read SECURITY.md for implementation details
API.md - Everything you need:
- Authentication (JWT, MFA, sessions)
- Job management endpoints
- Admin operations
- Request/response examples in Python, JavaScript, cURL
CLI.md - Complete command reference:
- Gandalf acquisition (local & remote)
- Elrond analysis (all modes)
- MITRE ATT&CK tools
- Cloud forensics (AWS, Azure, GCP)
- AI agent commands
- SIEM integration
- CONFIG.md - Configuration and tuning
- SECURITY.md - Security hardening
- REQUIREMENTS.md - System setup
docs/
├── README.md # This file - documentation index
├── QUICKSTART.md # 5-minute getting started guide
├── USAGE.md # Common tasks quick reference
├── CONFIG.md # Configuration and troubleshooting
│
├── API.md # ⭐ REST API complete reference
├── CLI.md # ⭐ Command-line tools reference
├── SECURITY.md # Security features and implementation
│
├── ARCHITECTURE.md # System architecture and design
├── REQUIREMENTS.md # System requirements
│
└── diagrams/ # Architecture diagrams
# Access web interface
http://localhost:5687
# Default login
Email: admin@rivendell.app
Password: IWasThere3000YearsAgo!# Via API
curl -X POST http://localhost:5688/api/jobs \
-H "Authorization: Bearer $TOKEN" \
-d '{"case_number": "CASE-001", "source_paths": ["/evidence/disk.E01"]}'
# Via CLI
elrond -C -P -A CASE-001 /evidence/disk.E01 /output/CASE-001See USAGE.md for more examples.
Documentation Issues:
- Found an error? Open an issue at https://github.com/cmdaltr/rivendell/issues
Technical Support:
- Check CONFIG.md troubleshooting section
- Review relevant documentation
- Search GitHub issues
Documentation Version: 2.1.0 Last Updated: 2025-01-15