Skip to content

DroidHunter is an automated pipeline designed to streamline the analysis, detection, and hunting of malicious Android applications.

License

Notifications You must be signed in to change notification settings

P4nD3m1CB0Y0xD/D-DroidHunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D-DroidHunter

D-DroidHunter is an automated pipeline for analyzing, detecting, and hunting malicious Android applications. It provides a structured workflow that helps malware researchers, threat hunters, and security analysts efficiently identify, investigate, and classify Android threats.

The project integrates multiple tools and technologies to create a seamless malware analysis experience.


✨ Features

  • 🔍 Automated APK Analysis: Streamlines static and dynamic inspection of Android apps.

  • ⚡ Integration with MobSF: Uses the Mobile Security Framework to perform in-depth static analysis within Docker.

  • 📊 Efficient Data Storage with DuckDB: Enables fast querying and storage of analysis results for scalable threat hunting.

  • 🕵️ Threat Hunting Pipeline: Helps analysts correlate indicators and track suspicious behavior across multiple samples.

  • 📝 Report Generation: Automatically produces structured JSON and PDF reports for intelligence sharing.


🚀 Getting Started

  1. Install dependencies
pip install -r requirements.txt
  1. Make the runner script executable
chmod +x run_droidhunter.sh
  1. Run D-DroidHunter
./run_droidhunter.sh -v <VIRUSTOTAL_API_KEY>

🔗 Related Projects

  • MobSF: Mobile Security Framework used by D-DroidHunter for static & dynamic Android app analysis.
  • DuckDB: An embedded analytics database leveraged for storing and querying large-scale analysis results.

About

DroidHunter is an automated pipeline designed to streamline the analysis, detection, and hunting of malicious Android applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published