Skip to content

Hostname

self-auth.dotsha.com

Last fetched

self-auth.dotsha.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · self-auth.dotsha.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/self-auth.dotsha.com

Resolution chain

self-auth.dotsha.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.139.29.113108.139.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
108.139.29.118108.139.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
108.139.29.52108.139.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
108.139.29.94108.139.29.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
18.244.146.4418.244.146.0/23AS16509AMAZON-02 - Amazon.com, Inc.PL
18.244.146.7418.244.146.0/23AS16509AMAZON-02 - Amazon.com, Inc.PL
18.244.146.7918.244.146.0/23AS16509AMAZON-02 - Amazon.com, Inc.PL
18.244.146.8118.244.146.0/23AS16509AMAZON-02 - Amazon.com, Inc.PL

WHOIS identity

No WHOIS records are currently associated with self-auth.dotsha.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from self-auth.dotsha.com.

Cypher and MCP

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

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