# Online Analysis Toolkit

* **MobSF (Mobile Security Framework)**: Offers both static and dynamic analysis for Android applications. The community edition is free and provides a range of features for analyzing APK files, including behavioral analysis in a controlled environment.
* **Koodous**: An open-source platform for analyzing and sharing information about Android apps. It includes features for dynamic analysis, and you can use it to analyze and report on potential malware samples.
* **Pithus**: An open-source tool designed for dynamic analysis of Android applications. It offers a range of features for observing app behavior, including runtime monitoring and network traffic analysis.


---

# 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://malfav.gitbook.io/home/malware-analysis-toolkit/android-malware-analysis-toolkit/online-analysis-toolkit.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.
