bevigil_get_hosts
Discover hostnames and domains embedded in an Android app's code to identify backend servers, APIs, and third-party services. Provide an Android package ID to return a list of unique endpoints.
Instructions
Get hostnames and domains found in an Android application's code. Use this to discover backend servers, APIs, and third-party services that a mobile app communicates with. Requires an Android package ID. Returns a list of unique hostnames/domains extracted from the app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 100, max 500). | |
| offset | No | Number of results to skip before returning a page (default 0). Use this to retrieve results beyond the first page. | |
| package_id | Yes | Android package ID (e.g. "com.whatsapp", "com.instagram.android"). This is the unique identifier for an Android application. |