Skip to content

Hostname

e.gdms.cloud

Last fetched

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

Nutrition Label

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

Resolution chain

e.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 e.gdms.cloud in WhisperGraph.

Subdomains

14 observed subdomains of e.gdms.cloud.

Threat posture

History

Related pages

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

Cypher and MCP

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

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