# Analisis Estatico iOS

## Herramientas

Las herramientas más conocidas son:

* [MobSF](https://github.com/MobSF/Mobile-Security-Framework-MobSF)

El detalle de la instalación y la ejecución de MobSF lo tenéis en [el listado de las herramientas](/securiters-wiki/_tools.md#mobsf).

Por otro lado, para hacer ingeniería inversa del binario de la aplicación, podemos usar:

* Ghidra

  * Para su instalación podemos usar

  ```
  $ apt install ghidra
  ```

  * Para usarla con la aplicación: New project > nombrar\&guardar > Proyecto File > Batch Import > seleccionamos app.ipa

{% hint style="info" %}

#### IMPORTANTE! ES NECESARIO TENER EN CUENTA QUE CUALQUIER HERRAMIENTA AUTOMATICA PUEDE GENERAR <mark style="color:red;">FALSOS POSITIVOS</mark>, POR LO QUE SE DEBEN ANALIZAR LOS RESULTADOS OBTENIDOS MANUALMENTE PARA DESCARTARLOS.

{% endhint %}

## Analizar

* Configuración de las cookies almacenadas&#x20;
* Uso de funciones inseguras
* Información definida en ficheros .plist
* Análisis de la base de datos


---

# 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://wiki.securiters.com/securiters-wiki/movil/analisisestaticoios.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.
