Skip to content

Hostname

d.gdms.cloud

Last fetched

d.gdms.cloud resolves to 4 IPv4 addresses operated by AS-VULTR - The Constant Company, LLC in US.

Nutrition Label

WHISPER CANON · d.gdms.cloudRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/d.gdms.cloud

Resolution chain

d.gdms.cloud resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
144.202.33.196144.202.32.0/20AS20473AS-VULTR - The Constant Company, LLCUS
15.236.96.19115.236.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.FR
45.77.193.10545.77.192.0/21AS20473AS-VULTR - The Constant Company, LLCUS
45.77.197.15645.77.192.0/21AS20473AS-VULTR - The Constant Company, LLCUS

WHOIS identity

No WHOIS records are currently associated with d.gdms.cloud in WhisperGraph.

Subdomains

1 observed subdomain of d.gdms.cloud.

Threat posture

History

Related pages

Pivot deeper into the graph from d.gdms.cloud.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "d.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.