Skip to content

Hostname

datomic.com

Last fetched

datomic.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:1040 as the registrar.

Nutrition Label

WHISPER CANON · datomic.comRouting diversity3.0/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint5.2/10canon.whisper.security/host/datomic.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.32.241.12213.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.4113.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.5413.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.32.241.6613.32.241.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.178.703.168.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.178.813.168.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.178.833.168.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
3.168.178.873.168.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.KR
99.84.152.11999.84.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
99.84.152.3399.84.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
99.84.152.5999.84.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE
99.84.152.9499.84.152.0/21AS16509AMAZON-02 - Amazon.com, Inc.DE

WHOIS identity

Registrar
iana:1040
Organization
cognitect,
Contact emails

Subdomains

17 observed subdomains of datomic.com.

Web-graph footprint

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

243 sites link to this hostname.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from datomic.com.

Cypher and MCP

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

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