Skip to content

Hostname

dtm3d.cloud

Last fetched

dtm3d.cloud resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IL. WHOIS lists iana:433 as the registrar.

Nutrition Label

WHISPER CANON · dtm3d.cloudRouting diversity1.5/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/dtm3d.cloud

Resolution chain

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

IPPrefixASNOperatorCountry
3.169.71.1083.169.68.0/22AS16509AMAZON-02 - Amazon.com, Inc.IL
3.169.71.323.169.68.0/22AS16509AMAZON-02 - Amazon.com, Inc.IL
3.169.71.393.169.68.0/22AS16509AMAZON-02 - Amazon.com, Inc.IL
3.169.71.83.169.68.0/22AS16509AMAZON-02 - Amazon.com, Inc.IL

WHOIS identity

Registrar
iana:433
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from dtm3d.cloud.

Cypher and MCP

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

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