bevigil_get_app_packages
Reverse-lookup Android app packages by hostname or domain to discover which mobile apps communicate with a given server. Returns package IDs and app names.
Instructions
Find Android application packages that reference a given hostname or domain. Use this for reverse lookups — given a server/domain, discover which mobile apps communicate with it. Useful for understanding the app ecosystem around a service. Returns package IDs and app names where available.
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. | |
| hostname | Yes | A hostname or domain to search for in mobile apps (e.g. "api.example.com"). Finds Android apps that communicate with this host. |