Check for Pegasus on iOS
Check for Pegasus on iOS
Investigating Pegasus on iOS
- Create an encrypted backup using Finder.
- Install MVT by running
pip3 install mvt
. - Decrypt the encrypted backup:
1
2
cd /Users/Steh/Library/Application Support/MobileSync
mvt-ios decrypt-backup Backup --destination Backup-dec`
- Download the detection file from: AmnestyTech Investigations Repository
- 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.