Skip to content

Hostname

dt.ercdn.com

Last fetched

dt.ercdn.com resolves to 2 IPv4 addresses operated by TELLCOM-AS in TR.

Nutrition Label

WHISPER CANON · dt.ercdn.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/dt.ercdn.com

Resolution chain

dt.ercdn.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
213.14.111.110213.14.104.0/21AS34984TELLCOM-ASTR
213.74.210.138213.74.192.0/19AS34984TELLCOM-ASTR

WHOIS identity

No WHOIS records are currently associated with dt.ercdn.com in WhisperGraph.

Subdomains

2 observed subdomains of dt.ercdn.com.

Threat posture

History

Related pages

Pivot deeper into the graph from dt.ercdn.com.

Cypher and MCP

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

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

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