Skip to content

Hostname

dmax.com.tr

Last fetched

dmax.com.tr resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · dmax.com.trRouting diversity3.9/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/dmax.com.tr

Resolution chain

dmax.com.tr resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.43.178104.21.32.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
108.142.34.27108.140.0.0/14AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationNL
172.67.182.167172.67.176.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
4.175.215.1164.160.0.0/12AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationNL
57.153.159.21157.152.0.0/14AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationNL

WHOIS identity

No WHOIS records are currently associated with dmax.com.tr in WhisperGraph.

Subdomains

3 observed subdomains of dmax.com.tr.

Web-graph footprint

Distinct hostnames that link to or from dmax.com.tr in the public web crawl.

218 sites link to this hostname.

28 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from dmax.com.tr.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dmax.com.tr"})-[: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.