This package contains the complete iLEAPP repository with LLM integration enhancements for iOS digital forensics investigations.
iLEAPP AI extends the capabilities of the standard iLEAPP tool with advanced artificial intelligence features that enhance digital forensic investigations. The integration leverages large language models through the OpenRouter API to provide intelligent analysis of iOS artifacts.
- Artifact-Specific Analyzers: Specialized analyzers for messages, app usage, iTunes music history, and Chrome browsing history
- Timeline Visualization: Interactive timeline showing events across different artifact types
- Automated Report Generation: AI-enhanced reports with executive summaries and insights
- Appendices Generation: Comprehensive reference materials and statistics
- Security Features: Chain of custody tracking, audit logging, and data encryption
- User Dashboard: Track analysis progress and manage forensic cases
- Integration Options: Support for multiple LLM providers and deployment options
- Ensure you have Python 3.8+ installed
- Install the required dependencies:
pip install -r requirements.txt - Set your OpenRouter API key:
export OPENROUTER_API_KEY="your_api_key" - Run the iLEAPP AI tool:
python ileapp.py
Complete documentation is available on the project website: https://vavktgas.manus.space
scripts/: Core iLEAPP scripts with AI enhancementsartifacts/: Artifact extraction modulesopenrouter_client.py: OpenRouter API clientllm_analyzer.py: Base LLM analyzer classmessage_analyzer.py: Message analysis moduleapp_usage_analyzer.py: App usage analysis moduleitunes_music_analyzer.py: iTunes music analysis modulechrome_history_analyzer.py: Chrome history analysis moduleappendices_generator.py: Appendices generation moduleforensic_pipeline.py: End-to-end forensic analysis pipelinegui_cli_integration.py: GUI and CLI integration modulesecurity_enhancements.py: Security features implementationuser_dashboard.py: User dashboard implementationllm_integration_options.py: LLM integration optionsmodular_architecture.py: Modular architecture implementationdemo/: Demo showcase files and sample data
docs/: Documentation filesapi_reference.md: API reference documentationintegration_guide.md: Integration guideopenrouter_integration.md: OpenRouter integration documentation
website_backup/: Backup of the project website
This project is based on iLEAPP by Alexis Brignoni and is subject to the same license terms.
For questions or support, please visit the project website or open an issue on the GitHub repository.