Hostname
b.gdms.cloud
Last fetched
b.gdms.cloud resolves to 5 IPv4 addresses operated by AS-VULTR - The Constant Company, LLC in SG.
Nutrition Label
Resolution chain
b.gdms.cloud resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 139.180.191.208 | 139.180.184.0/21 | AS20473 | AS-VULTR - The Constant Company, LLC | SG |
| 144.202.33.196 | 144.202.32.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
| 207.148.69.92 | 207.148.64.0/20 | AS20473 | AS-VULTR - The Constant Company, LLC | SG |
| 45.77.193.105 | 45.77.192.0/21 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
| 45.77.197.156 | 45.77.192.0/21 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
WHOIS identity
No WHOIS records are currently associated with b.gdms.cloud in WhisperGraph.
Subdomains
4 observed subdomains of b.gdms.cloud.
Threat posture
History
Related pages
Pivot deeper into the graph from b.gdms.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "b.gdms.cloud"})-[: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.