Port MASTG-TEST-0092: Testing Simulator checks (iOS)#3737
Draft
jacobocasado wants to merge 13 commits intoOWASP:masterfrom
Draft
Port MASTG-TEST-0092: Testing Simulator checks (iOS)#3737jacobocasado wants to merge 13 commits intoOWASP:masterfrom
jacobocasado wants to merge 13 commits intoOWASP:masterfrom
Conversation
jacobocasado
commented
Mar 7, 2026
|
|
||
| ## Limitations | ||
|
|
||
| Some of these checks are heuristic-based and can lead to false positives; they can also be spoofed (and bypassed) with sufficient time and resources, especially on rooted devices. These techniques should be part of a defense-in-depth strategy, not a standalone solution. It is recommended to apply a layered approach with other anti-reversing techniques like detecting a jailbroken environment (@MASTG-KNOW-0084). |
Collaborator
Author
There was a problem hiding this comment.
Haven't given more details on other protection layers, because this will be done in the BEST file. Is that OK?
Corrected spelling of 'proprietary' and 'hypervisor' in the document.
jacobocasado
commented
Mar 7, 2026
| masvs_category: MASVS-RESILIENCE | ||
| platform: ios | ||
| title: Emulator Detection | ||
| title: Simulator Detection |
Collaborator
Author
There was a problem hiding this comment.
For Simulator, only KNOW is done, as commented with @cpholguera; it is not needed to give more detail on the Simulator as it is not a real threat from apps that are from the app store due to the build differences.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR closes #3009
Description
I'm performing the PORT for MASTG-TEST-0092.
The idea is to have a KNOW file for the iOS Simulator, and port the "simulator" detection from V1 to "virtual devices" like Corellium, which are the real threats as they work on the app store applications.
AI Tool Disclosure
If AI tools were used to generate or substantially modify code or text, complete the following.
Contributor Checklist
Relevant documentation.
Contributors are expected to understand basic git and GitHub workflows, including forks, branches, commits, and pull requests. The project does not provide training. Pull requests that do not meet these minimum requirements may be closed without review.