bevigil_get_hosts
Discover all hostnames and domains embedded in an Android app's code by providing its package ID, revealing backend servers, APIs, and third-party services.
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 |
|---|---|---|---|
| package_id | Yes | Android package ID (e.g. "com.whatsapp", "com.instagram.android"). This is the unique identifier for an Android application. |