Skip to content

Hostname

ds3.tech

Last fetched

ds3.tech resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:49 as the registrar.

Nutrition Label

WHISPER CANON · ds3.techRouting diversity2.4/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/ds3.tech

Resolution chain

ds3.tech resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.65.39.3818.65.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
18.65.39.418.65.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
18.65.39.4318.65.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
18.65.39.7018.65.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.IE
3.169.149.1173.169.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.169.149.643.169.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.169.149.863.169.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.169.149.983.169.148.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:49
Organization
diamond head co.,ltd.
Contact emails

Subdomains

27 observed subdomains of ds3.tech.

Threat posture

History

Related pages

Pivot deeper into the graph from ds3.tech.

Cypher and MCP

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

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