{"id":13642032,"url":"https://github.com/corellium/ios_persistence_mapping","last_synced_at":"2025-07-03T05:04:51.495Z","repository":{"id":97921488,"uuid":"518500049","full_name":"corellium/ios_persistence_mapping","owner":"corellium","description":"Accompanying code for blog post \"Mapping iOS Persistence Attack Surface using Corellium\"","archived":false,"fork":false,"pushed_at":"2025-05-07T00:44:25.000Z","size":155,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-07T01:35:00.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/corellium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-27T14:51:12.000Z","updated_at":"2025-05-07T00:44:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c21900b-61c2-4e57-8585-c98f7636706f","html_url":"https://github.com/corellium/ios_persistence_mapping","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/corellium/ios_persistence_mapping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corellium%2Fios_persistence_mapping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corellium%2Fios_persistence_mapping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corellium%2Fios_persistence_mapping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corellium%2Fios_persistence_mapping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/corellium","download_url":"https://codeload.github.com/corellium/ios_persistence_mapping/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/corellium%2Fios_persistence_mapping/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263264640,"owners_count":23439247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T01:01:26.660Z","updated_at":"2025-07-03T05:04:51.475Z","avatar_url":"https://github.com/corellium.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Mapping iOS Persistence Attack Surface using Corellium\n\nAccompanying code for a [blog post](https://www.corellium.com/blog/mapping-ios-persistence).\n\nThis repository contains a `uniq_opens.txt` file as generated in the blog post. Replace this file if new data is generated.\n\n## Setup\n\n1. Install Neo4J Desktop or create [AuraDB](https://neo4j.com/cloud/platform/aura-graph-database/) instance\n2. Run `brew install libmagic`\n3. Run `python3 -m pip install -r requirements.txt` in the project root\n4. Run `npm install` in the project root\n5. Download and unpack the target IPSW and mount the root filesystem\n6. Run `diskutil enableOwnership /Volumes//Volumes/SkyF19F77.D10D101D20D201OS` (or whatever the actual mount point is)\n7. Edit the `process_opens.py` script so that `ROOT_FS_PATH` is the mount point of the filesystem\n8. Edit the `process_opens.py` script to fill in the Neo4J credentials/host\n9. Copy `config.json.example` to `config.json` and fill in the Corellium credentials, project name, and device UUID\n10. Invoke the script: `sudo python3 process_opens.py` (as root because we enable permissions on the FS)\n\nOnce complete, validate that the data imported successfully by running this Cypher query in the Neo4J Browser:\n\n```\nMATCH (p:Process) RETURN p\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorellium%2Fios_persistence_mapping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorellium%2Fios_persistence_mapping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorellium%2Fios_persistence_mapping/lists"}