Post

Check for Pegasus on iOS

Check for Pegasus on iOS

Investigating Pegasus on iOS

  1. Create an encrypted backup using Finder.
  2. Install MVT by running pip3 install mvt.
  3. Decrypt the encrypted backup:
1
2
cd /Users/Steh/Library/Application Support/MobileSync
mvt-ios decrypt-backup Backup --destination Backup-dec`
  1. Download the detection file from: AmnestyTech Investigations Repository
  2. Verify the backup:
1
mvt-ios check-backup Backup-dec -o ioc_output -i pegasus.stix2 cytrox.stix2

References

This post is licensed under CC BY 4.0 by the author.