# Supported Threats

The Sentinel delivers broad-spectrum security coverage for Android and iOS, protecting against multiple threat types.

| Threat             |     | Android Features                                                            |     | iOS Features                                                                  |
| ------------------ | :-: | --------------------------------------------------------------------------- | :-: | ----------------------------------------------------------------------------- |
| **Root/Jailbreak** |  ✅  | <p>- Su Binary<br>- Suspicious Mount<br>- App Installed<br>- Su Command</p> |  ✅  | <p>- Sandbox<br>- Suspicious Symlinks<br>- App Installed<br>- URL Schemes</p> |
| **Tamper**         |  ✅  | <p>- Package Name Changed<br>- Signature Mismatch</p>                       |  ✅  | <p>- Bundle Id Changed<br>- Provisioning Hash Mismatch</p>                    |
| **Hooking**        |  ✅  | - Framework Detected                                                        |  ✅  | <p>- Framework Detected<br>- Inline Hook Detected</p>                         |
| **Environment**    |  ✅  | - Emulator Detected                                                         |  ✅  | - Simulator Detected                                                          |
| **Debugger**       |  ✅  | <p>- Debugger Attached<br>- Debuggable<br>- Test Keys</p>                   |  ✅  | - Debugger Attached                                                           |
| **Location**       |  ✅  | <p>- Mock Setting Enabled<br>- Mock App Installed<br>- isMocked()</p>       |  -  |                                                                               |

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sentinel.rexiox.co/security-coverage/supported-threats.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
