mobile-forensics

Automate mobile device forensics data analysis for iOS and Android backups.

5|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/SherifEldeeb/agentskills --skill mobile-forensics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mobile-forensics
Source: https://github.com/SherifEldeeb/agentskills/tree/main/skills/forensics/mobile-forensics
Command: npx skills add https://github.com/SherifEldeeb/agentskills --skill mobile-forensics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates mobile device forensics data analysis to uncover communications, location history, and media artifacts.

Core Features & Use Cases

  • iOS Analysis: Parse iTunes/Finder backups, file system images
  • Android Analysis: Parse ADB backups, file system extractions
  • Communications Analysis: Extract SMS, MMS, calls, messaging apps
  • Location Analysis: Extract GPS data, location history, geofences
  • Media Analysis: Catalog photos, videos with metadata
  • App Data Analysis: Parse application databases and caches
  • Timeline Generation: Create device activity timeline

Quick Start

Use the mobile-forensics skill to analyze a device image or backup to generate a concise report.

Frequently Asked Questions about mobile-forensics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze iOS and Android backups for forensic data?

To analyze iOS and Android backups for forensic data, you can parse iTunes or ADB backups, file systems, and app databases to extract communications, location history, and media artifacts into structured reports.

What do I need to extract text messages and call history from a mobile backup?

Extracting text messages and call history from a mobile backup requires Python 3.9+ and optionally libimobiledevice, adb, or plistlib to parse backup files and access device data for communications analysis.

Can I generate a device activity timeline from mobile file system extractions?

Yes, you can generate a device activity timeline from mobile file system extractions by parsing application databases, caches, and metadata to catalog communications, GPS location history, and media artifacts chronologically.

Does this mobile forensics approach work with both iTunes backups and ADB extractions?

This mobile forensics approach works with both platforms by parsing iTunes and Finder backups for iOS alongside ADB backups and file system extractions for Android to support comprehensive incident investigations.

What is the best way to extract GPS data and location history from a mobile device?

The best way to extract GPS data and location history is parsing mobile device backups and file system images to uncover location coordinates, geofences, and related artifacts for forensic reporting.

Are there limitations when analyzing app data caches from mobile file systems?

Limitations when analyzing app data caches include dependency on the availability of optional tools like libimobiledevice and adb, requiring Python 3.9+ to successfully parse and extract application databases from mobile file systems.