Hostname
gbauatapi.vconncloud.com
Last fetched
gbauatapi.vconncloud.com resolves to 2 IPv4 addresses operated by REDTONE-AS-AP - Redtone Telecommunications Pakistan (Private) Limited in PK.
Nutrition Label
Resolution chain
gbauatapi.vconncloud.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.104.192.247 | 103.104.192.0/24 | AS136030 | REDTONE-AS-AP - Redtone Telecommunications Pakistan (Private) Limited | PK |
| 110.93.216.189 | 110.93.216.0/24 | AS38193 | TWA-AS-AP - Transworld Associates (Pvt.) Ltd. | PK |
WHOIS identity
No WHOIS records are currently associated with gbauatapi.vconncloud.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from gbauatapi.vconncloud.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gbauatapi.vconncloud.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.