Hostname
dev-gbmapi.com
Last fetched
dev-gbmapi.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
dev-gbmapi.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of dev-gbmapi.com owner
- Contact emails
- 105db536-7a04-45ac-905d-12c997d27410@identity-protect.org
- 36546a69-1053-4a1f-a016-54f68ece000e@identity-protect.org
- 4b358786-a236-49dd-807d-3b9df6a3843c@identity-protect.org
- 5e4ddad8-cbea-4c0e-a190-358f819459d6@identity-protect.org
- ab1e4e0e-a18d-4a75-9f37-90fee6225abf@identity-protect.org
- acaf5767-8a2f-4646-9d70-23ccb41606e1@identity-protect.org
- ba5c0152-148f-40dc-946d-61cc5ad48ad4@identity-protect.org
- owner-12094149@dev-gbmapi.com.whoisprivacyservice.org
- owner-6722897@dev-gbmapi.com.whoisprivacyservice.org
- owner-7355366@dev-gbmapi.com.whoisprivacyservice.org
Subdomains
45 observed subdomains of dev-gbmapi.com.
Showing 25 of 45. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from dev-gbmapi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dev-gbmapi.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.